[Midnightbsd-cvs] mports: Makefile: bump gnutls

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 30 20:01:35 EDT 2008


Log Message:
-----------
bump gnutls

Modified Files:
--------------
    mports/www/cherokee:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/cherokee/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L www/cherokee/Makefile -L www/cherokee/Makefile -u -r1.6 -r1.7
--- www/cherokee/Makefile
+++ www/cherokee/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	cherokee
 PORTVERSION=	0.5.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://www.cherokee-project.com/download/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION:R}/${PORTVERSION}
@@ -44,7 +44,7 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+=	gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	gnutls.26:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--enable-tls=gnutls
 .endif
 


More information about the Midnightbsd-cvs mailing list