aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-gnupg/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-09 17:22:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-09 17:22:27 +0000
commit6aa36a67446c45bb7d5c0081fe1ca2dd7f0e6c6a (patch)
tree17aa847b268b9f1f49ae33ea9ac21bfa0c649a76 /security/pecl-gnupg/Makefile
parent7027b5a896188ca1fcced77e2846f1f8045fc578 (diff)
downloadports-6aa36a67446c45bb7d5c0081fe1ca2dd7f0e6c6a.tar.gz
ports-6aa36a67446c45bb7d5c0081fe1ca2dd7f0e6c6a.zip
- 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
Notes
Notes: svn path=/head/; revision=324453
Diffstat (limited to 'security/pecl-gnupg/Makefile')
-rw-r--r--security/pecl-gnupg/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 5379c2f56fcb..af8d72ae76c4 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -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>