Date: Fri, 9 Aug 2013 17:22:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324453 - in head/security/pecl-gnupg: . files Message-ID: <201308091722.r79HMRhN039277@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 9 17:22:27 2013 New Revision: 324453 URL: http://svnweb.freebsd.org/changeset/ports/324453 Log: - Update to 1.3.3 - Remove leading indefinite article from COMMENT - Pet portlint: remove ABI version number from LIB_DEPENDS - Cleanup Makefile header Changes: http://pecl.php.net/package-changelog.php?package=gnupg Deleted: head/security/pecl-gnupg/files/ Modified: head/security/pecl-gnupg/Makefile (contents, props changed) head/security/pecl-gnupg/distinfo (contents, props changed) Modified: head/security/pecl-gnupg/Makefile ============================================================================== --- head/security/pecl-gnupg/Makefile Fri Aug 9 17:22:16 2013 (r324452) +++ head/security/pecl-gnupg/Makefile Fri Aug 9 17:22:27 2013 (r324453) @@ -1,12 +1,8 @@ -# Ports collection makefile for: pear-gnupg -# Date created: 16 March 2006 -# Whom: mnag@FreeBSD.org -# +# Created by: mnag@FreeBSD.org # $FreeBSD$ -# PORTNAME= gnupg -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,9 +10,9 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A pecl wrapper around the gpgme library +COMMENT= PECL wrapper around the gpgme library -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme @@ -25,7 +21,6 @@ USE_PHP= yes USE_PHPEXT= yes post-patch: - @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' \ - ${WRKSRC}/config.m4 + @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 .include <bsd.port.mk> Modified: head/security/pecl-gnupg/distinfo ============================================================================== --- head/security/pecl-gnupg/distinfo Fri Aug 9 17:22:16 2013 (r324452) +++ head/security/pecl-gnupg/distinfo Fri Aug 9 17:22:27 2013 (r324453) @@ -1,2 +1,2 @@ -SHA256 (PECL/gnupg-1.3.2.tgz) = 9da2d793e4f90cff8fa9b20c627f0977e1af7fe6597febac8cd1eabe988d59ee -SIZE (PECL/gnupg-1.3.2.tgz) = 18237 +SHA256 (PECL/gnupg-1.3.3.tgz) = 6a20b9bb8567b305a77bc2c5671c3cb28006f337f5f022aff4e2968a2a3eb121 +SIZE (PECL/gnupg-1.3.3.tgz) = 19141
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091722.r79HMRhN039277>