Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 04:07:53 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379744 - head/devel/pecl-uploadprogress
Message-ID:  <201502240407.t1O47ruJ046305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502240407.t1O47ruJ046305>