aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-gnupg
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-11-09 01:17:15 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-11-09 01:17:15 +0000
commit5c17e48cf2fee4ba1694444f5afa72e3b086be89 (patch)
tree1e9b20735e8e3fe643064fac76a95d125c2dab39 /security/pecl-gnupg
parent351c97209aefe5e78ff5b47cabdf030f65e9b39d (diff)
downloadports-5c17e48cf2fee4ba1694444f5afa72e3b086be89.tar.gz
ports-5c17e48cf2fee4ba1694444f5afa72e3b086be89.zip
- Update to 1.3 to fix build with PHP 5.2.0
Notified by: krismail
Notes
Notes: svn path=/head/; revision=176887
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r--security/pecl-gnupg/Makefile19
-rw-r--r--security/pecl-gnupg/distinfo6
2 files changed, 5 insertions, 20 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 6cdcaa653487..2e73a9f0400c 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnupg
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -27,15 +26,6 @@ CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
-
-PLIST_FILES= %%EXAMPLESDIR%%/clearsign.php %%EXAMPLESDIR%%/decrypt.php \
- %%EXAMPLESDIR%%/encrypt.php %%EXAMPLESDIR%%/encryptsign.php \
- %%EXAMPLESDIR%%/export.php %%EXAMPLESDIR%%/import.php \
- %%EXAMPLESDIR%%/keyinfo.php %%EXAMPLESDIR%%/main.php \
- %%EXAMPLESDIR%%/verify.php
-PLIST_DIRS= %%EXAMPLESDIR%%
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 && ${PHP_VER} == 5
@@ -43,12 +33,7 @@ USE_GCC= 3.2+
.endif
post-patch:
- @${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/include|${LOCALBASE}/include/gpgme|" \
- -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
+ @${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
${WRKSRC}/config.m4
-post-install:
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/*.php ${EXAMPLESDIR}
-
.include <bsd.port.post.mk>
diff --git a/security/pecl-gnupg/distinfo b/security/pecl-gnupg/distinfo
index 5aa49efe6da7..8abd43b95422 100644
--- a/security/pecl-gnupg/distinfo
+++ b/security/pecl-gnupg/distinfo
@@ -1,3 +1,3 @@
-MD5 (PECL/gnupg-1.2.tgz) = 099cf04f93bd2f22b8e2885646f37198
-SHA256 (PECL/gnupg-1.2.tgz) = f9c065c8c26c6cc8d06874fc084a17d41d0418bf2795291c093f4d8fa18b6088
-SIZE (PECL/gnupg-1.2.tgz) = 20264
+MD5 (PECL/gnupg-1.3.tgz) = cab58faebb422fac2e4b95edfe2f99e6
+SHA256 (PECL/gnupg-1.3.tgz) = 601aeecfa4a06f9b2436b15e7e36506bbfb5f76f69c890405f8758527e7ae5b4
+SIZE (PECL/gnupg-1.3.tgz) = 19253