Date: Thu, 11 Sep 2014 13:29:43 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367929 - in head/www/mod_dnssd: . files Message-ID: <201409111329.s8BDThU3032317@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Thu Sep 11 13:29:43 2014 New Revision: 367929 URL: http://svnweb.freebsd.org/changeset/ports/367929 QAT: https://qat.redports.org/buildarchive/r367929/ Log: Do not touch httpd.conf during 'make stage'. We rely on bsd.apache.mk to activate the module during make install or at package installation time. MFH: 2014Q3 Modified: head/www/mod_dnssd/Makefile head/www/mod_dnssd/files/patch-src__Makefile.in Modified: head/www/mod_dnssd/Makefile ============================================================================== --- head/www/mod_dnssd/Makefile Thu Sep 11 13:09:54 2014 (r367928) +++ head/www/mod_dnssd/Makefile Thu Sep 11 13:29:43 2014 (r367929) @@ -3,7 +3,7 @@ PORTNAME= mod_dnssd PORTVERSION= 0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Modified: head/www/mod_dnssd/files/patch-src__Makefile.in ============================================================================== --- head/www/mod_dnssd/files/patch-src__Makefile.in Thu Sep 11 13:09:54 2014 (r367928) +++ head/www/mod_dnssd/files/patch-src__Makefile.in Thu Sep 11 13:29:43 2014 (r367929) @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig 2009-01-22 17:42:02.000000000 +0100 -+++ src/Makefile.in 2014-07-25 15:51:40.137601137 +0200 +--- src/Makefile.in.orig ++++ src/Makefile.in @@ -15,9 +15,10 @@ # permissions and limitations under the License. @@ -18,7 +18,7 @@ install: all - $(APXS) -i -a mod_dnssd.la -+ $(APXS) $(APXS_STAGE) -i -a mod_dnssd.la ++ $(APXS) $(APXS_STAGE) -i mod_dnssd.la clean: rm -rf *.o *.so *.loT .deps/ *.la *.lo *.slo .libs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111329.s8BDThU3032317>