diff options
author | mnag <mnag@FreeBSD.org> | 2006-11-09 09:17:15 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-11-09 09:17:15 +0800 |
commit | d2bbd35a95e4ba4b28d0ff1d808b4fdf9e95be4f (patch) | |
tree | 8954cd6ba8a98be03751a536b2f4551f20330ce3 /security | |
parent | d7831f02aae7296b7c13906358bd74ffd5f9db22 (diff) | |
download | freebsd-ports-gnome-d2bbd35a95e4ba4b28d0ff1d808b4fdf9e95be4f.tar.gz freebsd-ports-gnome-d2bbd35a95e4ba4b28d0ff1d808b4fdf9e95be4f.tar.zst freebsd-ports-gnome-d2bbd35a95e4ba4b28d0ff1d808b4fdf9e95be4f.zip |
- Update to 1.3 to fix build with PHP 5.2.0
Notified by: krismail
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-gnupg/Makefile | 19 | ||||
-rw-r--r-- | security/pecl-gnupg/distinfo | 6 |
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 |