svn commit: r348166 - head/security/pecl-gnupg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 08:18:16 UTC 2014
Author: sunpoet
Date: Fri Mar 14 08:18:16 2014
New Revision: 348166
URL: http://svnweb.freebsd.org/changeset/ports/348166
QAT: https://qat.redports.org/buildarchive/r348166/
Log:
- Use USES=tar:tgz
Modified:
head/security/pecl-gnupg/Makefile
Modified: head/security/pecl-gnupg/Makefile
==============================================================================
--- head/security/pecl-gnupg/Makefile Fri Mar 14 08:18:12 2014 (r348165)
+++ head/security/pecl-gnupg/Makefile Fri Mar 14 08:18:16 2014 (r348166)
@@ -7,7 +7,6 @@ PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= sunpoet at FreeBSD.org
@@ -22,6 +21,7 @@ CONFIGURE_ARGS= --with-gnupg=${LOCALBASE
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= yes
USE_PHPEXT= yes
+USES= tar:tgz
post-patch:
@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4
More information about the svn-ports-all
mailing list