diff options
| -rw-r--r-- | math/pecl-bitset/Makefile | 8 | ||||
| -rw-r--r-- | math/pecl-bitset/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index df71e6d88edd..ee6154998ddd 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -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@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension for manipulating bitsets +LICENSE= PHP301 + USE_PHP= yes USE_PHPEXT= yes +USES= tar:tgz .include <bsd.port.mk> diff --git a/math/pecl-bitset/distinfo b/math/pecl-bitset/distinfo index 55811f1c1079..1dcd1b376c7f 100644 --- a/math/pecl-bitset/distinfo +++ b/math/pecl-bitset/distinfo @@ -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 |
