svn commit: r379744 - head/devel/pecl-uploadprogress
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Feb 24 04:07:53 UTC 2015
Author: vanilla
Date: Tue Feb 24 04:07:52 2015
New Revision: 379744
URL: https://svnweb.freebsd.org/changeset/ports/379744
QAT: https://qat.redports.org/buildarchive/r379744/
Log:
1: add LICENSE.
2: switch to USES=tar:tgz.
3: strip binary.
Modified:
head/devel/pecl-uploadprogress/Makefile
Modified: head/devel/pecl-uploadprogress/Makefile
==============================================================================
--- head/devel/pecl-uploadprogress/Makefile Tue Feb 24 03:57:39 2015 (r379743)
+++ head/devel/pecl-uploadprogress/Makefile Tue Feb 24 04:07:52 2015 (r379744)
@@ -6,15 +6,20 @@ PORTVERSION= 1.0.3
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports at FreeBSD.org
COMMENT= Provides track progress of a file upload
+LICENSE= PHP301
+
+USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-uploadprogress
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list