[Midnightbsd-cvs] mports [20721] trunk/www/mod_dnssd/Makefile: just go 2.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 9 10:42:50 EST 2015


Revision: 20721
          http://svnweb.midnightbsd.org/mports/?rev=20721
Author:   laffer1
Date:     2015-11-09 10:42:50 -0500 (Mon, 09 Nov 2015)
Log Message:
-----------
just go 2.4

Modified Paths:
--------------
    trunk/www/mod_dnssd/Makefile

Modified: trunk/www/mod_dnssd/Makefile
===================================================================
--- trunk/www/mod_dnssd/Makefile	2015-11-09 13:45:42 UTC (rev 20720)
+++ trunk/www/mod_dnssd/Makefile	2015-11-09 15:42:50 UTC (rev 20721)
@@ -2,20 +2,20 @@
 
 PORTNAME=	mod_dnssd
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://0pointer.de/lennart/projects/mod_dnssd/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	An Apache module that provides DNS-SD capabilities
+COMMENT=	Apache module that provides DNS-SD capabilities
 
 LICENSE=	apache2
 
-LIB_DEPENDS=	avahi-client.3:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app
 
-USE_GMAKE=	yes
-USE_APACHE=	22
+USES=		gmake pkgconfig
+USE_APACHE=	24
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	APR_CFLAGS="`${LOCALBASE}/bin/apr-1-config --cflags --cppflags --includes`" \
 		APR_LIBS="`${LOCALBASE}/bin/apr-1-config --ldflags`"



More information about the Midnightbsd-cvs mailing list