Date: Thu, 27 May 2010 15:12:29 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: apache@freebsd.org Subject: mod_*/pkg-plist: [patch]: use %%AP_MODULE%% Message-ID: <201005271912.o4RJCTK8042197@frieza.p6m7g8.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Philip M. Gollucci >Organization: RideCharge Inc. >Confidential: no >Synopsis: mod_*/pkg-plist: [patch]: use %%AP_MODULE%% >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 root@frieza.p6m7g8.net:/usr/obj/usr/src/sys/FRIEZA amd64 >Description: >How-To-Repeat: >Fix: --- ap_module.diff begins here --- Index: mod_accounting/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_accounting/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- mod_accounting/pkg-plist 17 May 2009 09:28:50 -0000 1.5 +++ mod_accounting/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_accounting.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n accounting %D/%f @unexec %D/sbin/apxs -e -A -n accounting %D/%f @unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_auth_form/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_form/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_auth_form/pkg-plist 16 Feb 2008 08:54:06 -0000 1.1 +++ mod_auth_form/pkg-plist 27 May 2010 19:07:45 -0000 @@ -1,7 +1,7 @@ lib/mod_auth_form.a lib/mod_auth_form.la -lib/mod_auth_form.so -lib/mod_auth_form.so.2 -%%APACHEMODDIR%%/mod_auth_form.so +lib/%%AP_MODULE%% +lib/%%AP_MODULE%%.2 +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_form %D/%F @unexec %D/sbin/apxs -e -A -n auth_form %D/%F Index: mod_auth_kerb/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_kerb/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_auth_kerb/pkg-plist 11 May 2009 07:35:41 -0000 1.3 +++ mod_auth_kerb/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_auth_kerb.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_kerb %D/%F @unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F Index: mod_auth_kerb2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_kerb2/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_auth_kerb2/pkg-plist 11 May 2009 07:42:53 -0000 1.4 +++ mod_auth_kerb2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_auth_kerb.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_kerb %D/%F @unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F Index: mod_auth_pam/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_pam/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_auth_pam/pkg-plist 31 May 2009 18:31:45 -0000 1.3 +++ mod_auth_pam/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_auth_pam.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_pam %D/%F @unexec %D/sbin/apxs -e -A -n auth_pam %D/%F %%PORTDOCS%%%%DOCSDIR%%/configure.txt Index: mod_auth_pam2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_pam2/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_auth_pam2/pkg-plist 18 Jul 2006 08:27:57 -0000 1.2 +++ mod_auth_pam2/pkg-plist 27 May 2010 19:08:49 -0000 @@ -2,7 +2,7 @@ %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%APACHEMODDIR%%/mod_auth_pam.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_pam %D/%f %%APACHEMODDIR%%/mod_auth_sys_group.so @exec %D/sbin/apxs -e -A -n auth_sys_group %D/%f Index: mod_auth_pubtkt/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_pubtkt/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_auth_pubtkt/pkg-plist 18 Jul 2009 16:50:55 -0000 1.1 +++ mod_auth_pubtkt/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_auth_pubtkt.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -a -n auth_pubtkt %D/%f @unexec %D/sbin/apxs -e -A -n auth_pubtkt %D/%f @unexec echo "===> If you do not plan on reinstalling mod_auth_pubtkt, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_auth_remote/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_auth_remote/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_auth_remote/pkg-plist 17 May 2009 09:28:50 -0000 1.3 +++ mod_auth_remote/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_auth_remote.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n auth_remote %D/%f @unexec %D/sbin/apxs -e -A -n auth_remote %D/%f @unexec echo "===> If you do not plan on reinstalling mod_auth_remote, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_backhand/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_backhand/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_backhand/pkg-plist 17 May 2009 09:28:50 -0000 1.2 +++ mod_backhand/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_backhand.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n backhand %D/%F @unexec %D/sbin/apxs -e -A -n backhand %D/%F Index: mod_bandwidth/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_bandwidth/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_bandwidth/pkg-plist 17 May 2009 09:28:50 -0000 1.3 +++ mod_bandwidth/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_bandwidth.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n bandwidth %D/%f sbin/cleanlink.pl @unexec echo "===> If you do not plan on reinstalling mod_bandwidth, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_clamav/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_clamav/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_clamav/pkg-plist 9 Jun 2009 14:41:37 -0000 1.3 +++ mod_clamav/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ @unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf -%%APACHEMODDIR%%/mod_clamav.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n clamav %D/%f Index: mod_cplusplus/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_cplusplus/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_cplusplus/pkg-plist 30 Dec 2006 23:24:37 -0000 1.1 +++ mod_cplusplus/pkg-plist 27 May 2010 19:05:20 -0000 @@ -8,4 +8,4 @@ %%APACHEINCLUDEDIR%%/env_value.h %%APACHEINCLUDEDIR%%/mod_cplusplus.h %%APACHEINCLUDEDIR%%/request_env.h -%%APACHEMODDIR%%/mod_cplusplus.so +%%APACHEMODDIR%%/%%AP_MODULE%% Index: mod_cvs2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_cvs2/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- mod_cvs2/pkg-plist 12 Apr 2009 00:06:59 -0000 1.3 +++ mod_cvs2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_cvs.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n cvs %D/%f @unexec %D/sbin/apxs -e -A -n cvs %D/%f @unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_dnssd/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_dnssd/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_dnssd/pkg-plist 19 Mar 2009 19:40:42 -0000 1.2 +++ mod_dnssd/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,5 +1,5 @@ @unexec sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf -%%APACHEMODDIR%%/mod_dnssd.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -a -n dnssd %D/%f || true %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% Index: mod_fcgid/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_fcgid/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- mod_fcgid/pkg-plist 26 Dec 2009 06:55:18 -0000 1.5 +++ mod_fcgid/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_fcgid.so +%%APACHEMODDIR%%/%%AP_MODULE%% %%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html %%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html.en %%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true Index: mod_gzip/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_gzip/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- mod_gzip/pkg-plist 28 Apr 2009 06:10:54 -0000 1.6 +++ mod_gzip/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_gzip.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n gzip %f @unexec %D/sbin/apxs -e -A -n gzip %f %%PORTDOCS%%%%DOCSDIR%%/browser.htm Index: mod_jk/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_jk/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_jk/pkg-plist 14 Aug 2006 07:49:52 -0000 1.4 +++ mod_jk/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,5 +1,5 @@ %%APACHEETCDIR%%/mod_jk.conf.sample %%APACHEETCDIR%%/workers.properties.sample -%%APACHEMODDIR%%/mod_jk.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n jk %f || true @unexec %D/sbin/apxs -e -A -n jk %f || true Index: mod_layout/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_layout/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- mod_layout/pkg-plist 17 May 2009 09:28:51 -0000 1.7 +++ mod_layout/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,5 +1,5 @@ @comment $FreeBSD: ports/www/mod_layout/pkg-plist,v 1.7 2009/05/17 09:28:51 pgollucci Exp $ -%%APACHEMODDIR%%/mod_layout.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n layout %D/%f @unexec %D/sbin/apxs -e -A -n layout %D/%f @unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_layout2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_layout2/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_layout2/pkg-plist 17 May 2009 09:28:51 -0000 1.4 +++ mod_layout2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_layout.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n layout %D/%f @unexec %D/sbin/apxs -e -A -n layout %D/%f @unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf." Index: mod_layout22/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_layout22/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- mod_layout22/pkg-plist 12 Jan 2009 21:10:11 -0000 1.6 +++ mod_layout22/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,5 +1,5 @@ @unexec /usr/bin/sed -i '' '/LoadModule layout_module/d' %D/%%APACHEETCDIR%%/httpd.conf -%%APACHEMODDIR%%/mod_layout.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n %%layout%% %D/%F %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% Index: mod_limitipconn2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_limitipconn2/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_limitipconn2/pkg-plist 26 Nov 2008 04:53:43 -0000 1.2 +++ mod_limitipconn2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_limitipconn.so +%%APACHEMODDIR%%/%%AP_MODULE%% %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README Index: mod_line_edit/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_line_edit/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_line_edit/pkg-plist 29 Apr 2009 01:35:47 -0000 1.2 +++ mod_line_edit/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_line_edit.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n line_edit %D/%F @unexec %D/sbin/apxs -e -A -n line_edit %D/%F Index: mod_log_firstbyte/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_log_firstbyte/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_log_firstbyte/pkg-plist 15 Feb 2008 14:38:41 -0000 1.1 +++ mod_log_firstbyte/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_log_firstbyte.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n log_firstbyte %D/%F @unexec %D/sbin/apxs -e -A -n log_firstbyte %D/%F Index: mod_memcache/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_memcache/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_memcache/pkg-plist 10 Jan 2009 15:02:48 -0000 1.1 +++ mod_memcache/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ @comment $FreeBSD: ports/www/mod_memcache/pkg-plist,v 1.1 2009/01/10 15:02:48 miwi Exp $ -%%APACHEMODDIR%%/mod_memcache.so -%%APACHEMODDIR%%/mod_memcache_example.so +%%APACHEMODDIR%%/%%AP_MODULE%% +%%APACHEMODDIR%%/%%AP_MODULE%% @dirrmtry %%APACHEMODDIR%% Index: mod_mono/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_mono/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- mod_mono/pkg-plist 22 Jun 2009 07:55:48 -0000 1.1 +++ mod_mono/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ @comment $FreeBSD: ports/www/mod_mono/pkg-plist,v 1.1 2009/06/22 07:55:48 flz Exp $ %%MOD_MONOCONFDIR%%/mod_mono.conf -%%APACHEMODDIR%%/mod_mono.so +%%APACHEMODDIR%%/%%AP_MODULE%% Index: mod_mp3/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_mp3/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_mp3/pkg-plist 13 Apr 2009 03:20:23 -0000 1.4 +++ mod_mp3/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_mp3.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n mp3 %D/%F @unexec %D/sbin/apxs -e -A -n mp3 %D/%F Index: mod_musicindex/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_musicindex/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- mod_musicindex/pkg-plist 26 May 2010 22:00:47 -0000 1.6 +++ mod_musicindex/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_musicindex.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n musicindex %D/%F @unexec %D/sbin/apxs -e -A -n musicindex %D/%F %%DATADIR%%/musicindex.css Index: mod_ntlm/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_ntlm/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_ntlm/pkg-plist 31 May 2009 18:34:18 -0000 1.2 +++ mod_ntlm/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_ntlm.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n ntlm %D/%f @unexec %D/sbin/apxs -e -A -n ntlm %D/%F %%PORTDOCS%%%%DOCSDIR%%/mod_ntlm.html Index: mod_ntlm2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_ntlm2/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_ntlm2/pkg-plist 27 Oct 2008 16:20:43 -0000 1.2 +++ mod_ntlm2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_ntlm.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n ntlm %D/%f @unexec %D/sbin/apxs -e -A -n ntlm %D/%F Index: mod_proxy_xml/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_proxy_xml/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_proxy_xml/pkg-plist 24 Apr 2009 22:21:13 -0000 1.2 +++ mod_proxy_xml/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_proxy_xml.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n proxy_xml %D/%F @unexec %D/sbin/apxs -e -A -n proxy_xml %D/%F Index: mod_put/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_put/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_put/pkg-plist 17 May 2009 09:28:51 -0000 1.2 +++ mod_put/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_put.so +%%APACHEMODDIR%%/%%AP_MODULE%% %%PORTDOCS%%share/doc/mod_put/mod_put.html %%PORTDOCS%%@dirrm share/doc/mod_put @exec ${PKG_PREFIX}/sbin/apxs -e -A -n put mod_put.so; echo " enable the mod_put in Apache's config manually" Index: mod_python/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_python/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_python/pkg-plist 17 May 2009 09:02:49 -0000 1.4 +++ mod_python/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_python.so +%%APACHEMODDIR%%/%%AP_MODULE%% %%PYTHON_SITELIBDIR%%/mod_python/__init__.py %%PYTHON_SITELIBDIR%%/mod_python/apache.py %%PYTHON_SITELIBDIR%%/mod_python/cgihandler.py Index: mod_python3/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_python3/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- mod_python3/pkg-plist 25 Mar 2007 17:00:05 -0000 1.9 +++ mod_python3/pkg-plist 27 May 2010 19:06:21 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_python.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -a -n python %f @unexec %D/sbin/apxs -e -A -n python %f %%PYTHON_SITELIBDIR%%/mod_python/Cookie.py Index: mod_realip/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_realip/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_realip/pkg-plist 18 May 2009 10:57:34 -0000 1.2 +++ mod_realip/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_realip.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n realip %D/%F @unexec %D/sbin/apxs -e -A -n realip %D/%F Index: mod_roaming2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_roaming2/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- mod_roaming2/pkg-plist 17 May 2009 09:28:51 -0000 1.4 +++ mod_roaming2/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,5 +1,5 @@ %%APACHEETCDIR%%/httpd.conf.mod_roaming -%%APACHEMODDIR%%/mod_roaming.so +%%APACHEMODDIR%%/%%AP_MODULE%% %%PORTDOCS%%share/doc/mod_roaming/CHANGES %%PORTDOCS%%share/doc/mod_roaming/INSTALL %%PORTDOCS%%share/doc/mod_roaming/LICENSE Index: mod_sed/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_sed/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_sed/pkg-plist 12 Apr 2009 06:24:52 -0000 1.2 +++ mod_sed/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_sed.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n sed %D/%F @unexec %D/sbin/apxs -e -A -n sed %D/%F Index: mod_transform/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_transform/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_transform/pkg-plist 16 May 2009 02:41:25 -0000 1.2 +++ mod_transform/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,2 +1,2 @@ %%APACHEINCLUDEDIR%%/mod_transform.h -%%APACHEMODDIR%%/mod_transform.so +%%APACHEMODDIR%%/%%AP_MODULE%% Index: mod_tsunami/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_tsunami/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- mod_tsunami/pkg-plist 18 May 2009 10:59:18 -0000 1.7 +++ mod_tsunami/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,4 +1,4 @@ -%%APACHEMODDIR%%/mod_tsunami.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n tsunami %D/%F @unexec %D/sbin/apxs -e -A -n tsunami %D/%F %%PORTDOCS%%%%DOCSDIR%%/AUTHORS Index: mod_xmlns/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mod_xmlns/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- mod_xmlns/pkg-plist 24 Apr 2009 22:29:28 -0000 1.2 +++ mod_xmlns/pkg-plist 27 May 2010 19:05:20 -0000 @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_xmlns.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -A -n xmlns %D/%F @unexec %D/sbin/apxs -e -A -n xmlns %D/%F --- ap_module.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271912.o4RJCTK8042197>