From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 23:27:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B9A2850; Wed, 17 Sep 2014 23:27:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0DD8FB; Wed, 17 Sep 2014 23:27:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HNRAxI041867; Wed, 17 Sep 2014 23:27:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HNR9cU041862; Wed, 17 Sep 2014 23:27:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409172327.s8HNR9cU041862@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Sep 2014 23:27:09 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 23:27:10 -0000 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 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 # $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 # $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 # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= security MASTERDIR= ${.CURDIR}/../../lang/php56