svn commit: r373135 - head/math/pecl-bitset
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 23 09:23:33 UTC 2014
Author: sunpoet
Date: Sun Nov 23 09:23:32 2014
New Revision: 373135
URL: https://svnweb.freebsd.org/changeset/ports/373135
QAT: https://qat.redports.org/buildarchive/r373135/
Log:
- Update to 2.0.1
- Use USES=tar:tgz
- Take maintainership
Changes: http://pecl.php.net/package-changelog.php?package=Bitset
Modified:
head/math/pecl-bitset/Makefile
head/math/pecl-bitset/distinfo
Modified: head/math/pecl-bitset/Makefile
==============================================================================
--- head/math/pecl-bitset/Makefile Sun Nov 23 09:20:03 2014 (r373134)
+++ head/math/pecl-bitset/Makefile Sun Nov 23 09:23:32 2014 (r373135)
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= bitset
-PORTVERSION= 1.0.1
+PORTVERSION= 2.0.1
CATEGORIES= math
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= PECL extension for manipulating bitsets
+LICENSE= PHP301
+
USE_PHP= yes
USE_PHPEXT= yes
+USES= tar:tgz
.include <bsd.port.mk>
Modified: head/math/pecl-bitset/distinfo
==============================================================================
--- head/math/pecl-bitset/distinfo Sun Nov 23 09:20:03 2014 (r373134)
+++ head/math/pecl-bitset/distinfo Sun Nov 23 09:23:32 2014 (r373135)
@@ -1,2 +1,2 @@
-SHA256 (PECL/bitset-1.0.1.tgz) = 22c41fdc8205f7f75d3e650dc5784cee0c34e32a70c55b9a5a756c7d6f86dab4
-SIZE (PECL/bitset-1.0.1.tgz) = 11472
+SHA256 (PECL/bitset-2.0.1.tgz) = b3c4ea5df81402157f90e73b3ef3bffdbc1d7dd391392e6bd752923b65d48582
+SIZE (PECL/bitset-2.0.1.tgz) = 19436
More information about the svn-ports-all
mailing list