[Midnightbsd-cvs] mports: lang/php5: update for new version of curl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 7 12:24:46 EST 2009


Log Message:
-----------
update for new version of curl

Modified Files:
--------------
    mports/lang/php5:
        Makefile (r1.23 -> r1.24)
        Makefile.ext (r1.12 -> r1.13)

-------------- next part --------------
Index: Makefile.ext
===================================================================
RCS file: /home/cvs/mports/lang/php5/Makefile.ext,v
retrieving revision 1.12
retrieving revision 1.13
diff -L lang/php5/Makefile.ext -L lang/php5/Makefile.ext -u -r1.12 -r1.13
--- lang/php5/Makefile.ext
+++ lang/php5/Makefile.ext
@@ -38,7 +38,7 @@
 .endif
 
 .if ${PHP_MODNAME} == "curl"
-LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	curl.5:${PORTSDIR}/ftp/curl
 
 CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
 .endif
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/php5/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -L lang/php5/Makefile -L lang/php5/Makefile -u -r1.23 -r1.24
--- lang/php5/Makefile
+++ lang/php5/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	php5
 PORTVERSION=	5.2.8
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP:S/$/:release/}
 MASTER_SITE_SUBDIR=	distributions/:release


More information about the Midnightbsd-cvs mailing list