svn commit: r324453 - in head/security/pecl-gnupg: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 9 17:22:28 UTC 2013
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 at FreeBSD.org
-#
+# Created by: mnag at 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 at 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
More information about the svn-ports-head
mailing list