1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Update to 1.3.2

- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership

Changes:	http://pecl.php.net/package-changelog.php?package=gnupg
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-02-01 21:52:47 +00:00
parent 2aae7fc4b1
commit 9c5153881e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290259
2 changed files with 8 additions and 11 deletions

View File

@ -6,29 +6,26 @@
#
PORTNAME= gnupg
PORTVERSION= 1.3.1
PORTREVISION= 5
PORTVERSION= 1.3.2
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A pecl wrapper around the gpgme library
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= gnupg
CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e "s|\$$GNUPG_DIR/lib|${LOCALBASE}/lib|" -e "s|-ldl||g" \
@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' \
${WRKSRC}/config.m4
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (PECL/gnupg-1.3.1.tgz) = fc6980b9ec2fc31f2ba30f0b571832ebffeda6831c96cf206fc872e08418fe37
SIZE (PECL/gnupg-1.3.1.tgz) = 19331
SHA256 (PECL/gnupg-1.3.2.tgz) = 9da2d793e4f90cff8fa9b20c627f0977e1af7fe6597febac8cd1eabe988d59ee
SIZE (PECL/gnupg-1.3.2.tgz) = 18237