diff options
-rw-r--r-- | math/pecl-bitset/Makefile | 5 | ||||
-rw-r--r-- | math/pecl-bitset/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index 3fd27da6788f..33aee6226d25 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitset -PORTVERSION= 2.0.1 +PORTVERSION= 3.0.0 CATEGORIES= math MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,10 +12,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension for manipulating bitsets LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP=55 56 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz -IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-bitset/distinfo b/math/pecl-bitset/distinfo index 1dcd1b376c7f..06e2d1726fa1 100644 --- a/math/pecl-bitset/distinfo +++ b/math/pecl-bitset/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/bitset-2.0.1.tgz) = b3c4ea5df81402157f90e73b3ef3bffdbc1d7dd391392e6bd752923b65d48582 -SIZE (PECL/bitset-2.0.1.tgz) = 19436 +SHA256 (PECL/bitset-3.0.0.tgz) = eebd84594dd67cd0dc5335b8996b7594d1eae030df01fa40aa554d8ed2a2a664 +SIZE (PECL/bitset-3.0.0.tgz) = 12757 |