Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 09:23:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373135 - head/math/pecl-bitset
Message-ID:  <201411230923.sAN9NXg5050766@svn.freebsd.org>

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

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



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