Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 06:17:56 +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: r379066 - head/devel/pecl-swoole
Message-ID:  <201502160617.t1G6HuuN022283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Feb 16 06:17:55 2015
New Revision: 379066
URL: https://svnweb.freebsd.org/changeset/ports/379066
QAT: https://qat.redports.org/buildarchive/r379066/

Log:
  Upgrade to 1.7.10, and strip binary.

Modified:
  head/devel/pecl-swoole/Makefile
  head/devel/pecl-swoole/distinfo

Modified: head/devel/pecl-swoole/Makefile
==============================================================================
--- head/devel/pecl-swoole/Makefile	Mon Feb 16 06:16:28 2015	(r379065)
+++ head/devel/pecl-swoole/Makefile	Mon Feb 16 06:17:55 2015	(r379066)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swoole
-PORTVERSION=	1.7.9
+PORTVERSION=	1.7.10
 CATEGORIES=	devel net
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -20,4 +20,7 @@ PHP_MODNAME=	${PORTNAME}
 USE_PHP=	pcre
 USE_PHPEXT=	yes
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/swoole.so
+
 .include <bsd.port.mk>

Modified: head/devel/pecl-swoole/distinfo
==============================================================================
--- head/devel/pecl-swoole/distinfo	Mon Feb 16 06:16:28 2015	(r379065)
+++ head/devel/pecl-swoole/distinfo	Mon Feb 16 06:17:55 2015	(r379066)
@@ -1,2 +1,2 @@
-SHA256 (PECL/swoole-1.7.9.tgz) = 01edd463a826029f06c0b292ea6150104cc551e7d9c530283f448aad4e45c443
-SIZE (PECL/swoole-1.7.9.tgz) = 433120
+SHA256 (PECL/swoole-1.7.10.tgz) = f356f9fec2402cba0f1b6160aaa5b5ecee1a33d3d785453d8f01ff50ea69f2fa
+SIZE (PECL/swoole-1.7.10.tgz) = 437208



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