Date: Wed, 17 Sep 2014 23:27:09 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368418 - in head: lang/php53 security/php5-mcrypt security/php53-mcrypt security/php55-mcrypt security/php56-mcrypt Message-ID: <201409172327.s8HNR9cU041862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409172327.s8HNR9cU041862>