From owner-svn-ports-all@freebsd.org Sun Mar 6 06:19:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DCB4A13BF6; Sun, 6 Mar 2016 06:19:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2EB5D15FE; Sun, 6 Mar 2016 06:19:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u266Jo7P037341; Sun, 6 Mar 2016 06:19:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u266Jolf037339; Sun, 6 Mar 2016 06:19:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603060619.u266Jolf037339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Mar 2016 06:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410260 - head/security/pecl-gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 06:19:51 -0000 Author: sunpoet Date: Sun Mar 6 06:19:49 2016 New Revision: 410260 URL: https://svnweb.freebsd.org/changeset/ports/410260 Log: - Update to 1.3.6 Changes: https://pecl.php.net/package-changelog.php?package=gnupg Modified: head/security/pecl-gnupg/Makefile head/security/pecl-gnupg/distinfo Modified: head/security/pecl-gnupg/Makefile ============================================================================== --- head/security/pecl-gnupg/Makefile Sun Mar 6 06:19:45 2016 (r410259) +++ head/security/pecl-gnupg/Makefile Sun Mar 6 06:19:49 2016 (r410260) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.3.6 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,10 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme +IGNORE_WITH_PHP=70 USE_PHP= yes USE_PHPEXT= yes USES= localbase tar:tgz -IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 Modified: head/security/pecl-gnupg/distinfo ============================================================================== --- head/security/pecl-gnupg/distinfo Sun Mar 6 06:19:45 2016 (r410259) +++ head/security/pecl-gnupg/distinfo Sun Mar 6 06:19:49 2016 (r410260) @@ -1,2 +1,2 @@ -SHA256 (PECL/gnupg-1.3.3.tgz) = 6a20b9bb8567b305a77bc2c5671c3cb28006f337f5f022aff4e2968a2a3eb121 -SIZE (PECL/gnupg-1.3.3.tgz) = 19141 +SHA256 (PECL/gnupg-1.3.6.tgz) = 50065cb81f1ac3ec5fcd796e58c8433071ff24cc14900e6077682717f5239307 +SIZE (PECL/gnupg-1.3.6.tgz) = 19273