head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2010.05.30.17.43.22;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.27.21.43.49;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.27.21.26.59;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.19.19.40.42;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.27.22.21.26;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Fix plists: cannot use %F one line above the handled file

Reported by:	pointyhat
@
text
@%%APACHEMODDIR%%/%%AP_MODULE%%
@@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
@@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


1.4
log
@- pet portlint
- use apxs not sed in pkg-plist
- use PLIST_SUB vars in pkg-plist

PR:             ports/147146
Submitted by:   pgollucci@@ (myself)
Approved by:    gnome (kwm)
@
text
@d1 1
a2 1
%%APACHEMODDIR%%/%%AP_MODULE%%
@


1.3
log
@- 2/3:
     - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@@
@
text
@d1 3
a3 3
@@unexec sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
%%APACHEMODDIR%%/mod_dnssd.so
@@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f || true
@


1.2
log
@- Plist fix (cannot use apxs on deinstall with apache22)

Reported by:	pointyhat
@
text
@d3 1
a3 1
@@exec %D/sbin/apxs -e -a -n dnssd %D/%f || true
@


1.1
log
@Add mod_dnssd, an Apache HTTPD module which adds Zeroconf support via DNS-SD
using Avahi.

WWW: http://0pointer.de/lennart/projects/mod_dnssd/
@
text
@d1 1
a3 1
@@unexec %D/sbin/apxs -e -A -n dnssd %D/%f || true
@

