Index: head/security/pecl-gnupg/Makefile =================================================================== --- head/security/pecl-gnupg/Makefile (revision 163538) +++ head/security/pecl-gnupg/Makefile (revision 163539) @@ -1,53 +1,53 @@ # Ports collection makefile for: pear-gnupg # Date created: 16 March 2006 # Whom: mnag@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnupg -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= mnag@FreeBSD.org COMMENT= A pecl wrapper around the gpgme library LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= gnupg 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 .if ${OSVERSION} < 500000 && ${PHP_VER} == 5 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" \ ${WRKSRC}/config.m4 post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.php ${EXAMPLESDIR} .include Property changes on: head/security/pecl-gnupg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/pecl-gnupg/distinfo =================================================================== --- head/security/pecl-gnupg/distinfo (revision 163538) +++ head/security/pecl-gnupg/distinfo (revision 163539) @@ -1,3 +1,3 @@ -MD5 (PECL/gnupg-1.1.tgz) = 6c7e2f287f9666366ca482ee1a81ad2e -SHA256 (PECL/gnupg-1.1.tgz) = 198c2a04e7c7d6ef8cd6ffa82c0e370fc6af233e17c07289c3b030c2406d82ff -SIZE (PECL/gnupg-1.1.tgz) = 17518 +MD5 (PECL/gnupg-1.2.tgz) = 099cf04f93bd2f22b8e2885646f37198 +SHA256 (PECL/gnupg-1.2.tgz) = f9c065c8c26c6cc8d06874fc084a17d41d0418bf2795291c093f4d8fa18b6088 +SIZE (PECL/gnupg-1.2.tgz) = 20264 Property changes on: head/security/pecl-gnupg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property