svn commit: r368418 - in head: lang/php53 security/php5-mcrypt security/php53-mcrypt security/php55-mcrypt security/php56-mcrypt

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 17 23:27:10 UTC 2014


Author: amdmi3
Date: Wed Sep 17 23:27:08 2014
New Revision: 368418
URL: http://svnweb.freebsd.org/changeset/ports/368418
QAT: https://qat.redports.org/buildarchive/r368418/

Log:
  - Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version change
  - Drop specific libmcrypt so version requirement from php53 to fix build
  
  Submitted by:	Matthew D. Fuller <fullermd at over-yonder dot net>

Modified:
  head/lang/php53/Makefile.ext
  head/security/php5-mcrypt/Makefile
  head/security/php53-mcrypt/Makefile
  head/security/php55-mcrypt/Makefile
  head/security/php56-mcrypt/Makefile

Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext	Wed Sep 17 22:01:10 2014	(r368417)
+++ head/lang/php53/Makefile.ext	Wed Sep 17 23:27:08 2014	(r368418)
@@ -175,7 +175,7 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters 
 
 .if ${PHP_MODNAME} == "mcrypt"
 LIB_DEPENDS+=	libltdl.so:${PORTSDIR}/devel/libltdl \
-		libmcrypt.so.8:${PORTSDIR}/security/libmcrypt
+		libmcrypt.so:${PORTSDIR}/security/libmcrypt
 
 CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
 .endif

Modified: head/security/php5-mcrypt/Makefile
==============================================================================
--- head/security/php5-mcrypt/Makefile	Wed Sep 17 22:01:10 2014	(r368417)
+++ head/security/php5-mcrypt/Makefile	Wed Sep 17 23:27:08 2014	(r368418)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php5

Modified: head/security/php53-mcrypt/Makefile
==============================================================================
--- head/security/php53-mcrypt/Makefile	Wed Sep 17 22:01:10 2014	(r368417)
+++ head/security/php53-mcrypt/Makefile	Wed Sep 17 23:27:08 2014	(r368418)
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php53

Modified: head/security/php55-mcrypt/Makefile
==============================================================================
--- head/security/php55-mcrypt/Makefile	Wed Sep 17 22:01:10 2014	(r368417)
+++ head/security/php55-mcrypt/Makefile	Wed Sep 17 23:27:08 2014	(r368418)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php55

Modified: head/security/php56-mcrypt/Makefile
==============================================================================
--- head/security/php56-mcrypt/Makefile	Wed Sep 17 22:01:10 2014	(r368417)
+++ head/security/php56-mcrypt/Makefile	Wed Sep 17 23:27:08 2014	(r368418)
@@ -1,6 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	security
 
 MASTERDIR=	${.CURDIR}/../../lang/php56


More information about the svn-ports-head mailing list