Date: Fri, 1 Nov 2013 23:59:59 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332432 - head/devel/pecl-dio Message-ID: <201311012359.rA1NxxAR013109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Fri Nov 1 23:59:59 2013 New Revision: 332432 URL: http://svnweb.freebsd.org/changeset/ports/332432 Log: - update to 0.0.7 - convert to STAGE - fix portlint warning Modified: head/devel/pecl-dio/Makefile (contents, props changed) head/devel/pecl-dio/distinfo (contents, props changed) head/devel/pecl-dio/pkg-descr (contents, props changed) Modified: head/devel/pecl-dio/Makefile ============================================================================== --- head/devel/pecl-dio/Makefile Fri Nov 1 23:55:00 2013 (r332431) +++ head/devel/pecl-dio/Makefile Fri Nov 1 23:59:59 2013 (r332432) @@ -1,9 +1,7 @@ -# Created by: Florian Smeets <flo@smeets.im> # $FreeBSD$ PORTNAME= dio -DISTVERSION= 0.0.6 -PORTREVISION= 1 +DISTVERSION= 0.0.7 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,5 +16,4 @@ LICENSE= PHP30 USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/pecl-dio/distinfo ============================================================================== --- head/devel/pecl-dio/distinfo Fri Nov 1 23:55:00 2013 (r332431) +++ head/devel/pecl-dio/distinfo Fri Nov 1 23:59:59 2013 (r332432) @@ -1,2 +1,2 @@ -SHA256 (PECL/dio-0.0.6.tgz) = 910fde47f1d1159cf08e98fdece0e28bb941d151c44f3f105f63c839a259c957 -SIZE (PECL/dio-0.0.6.tgz) = 18811 +SHA256 (PECL/dio-0.0.7.tgz) = 0294c0f88705213b30589c565fffa1a3e7cb036806eaa2a47e6a793914a821fe +SIZE (PECL/dio-0.0.7.tgz) = 19570 Modified: head/devel/pecl-dio/pkg-descr ============================================================================== --- head/devel/pecl-dio/pkg-descr Fri Nov 1 23:55:00 2013 (r332431) +++ head/devel/pecl-dio/pkg-descr Fri Nov 1 23:59:59 2013 (r332432) @@ -3,4 +3,4 @@ level IO support. The use of the DIO fun direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate. -WWW: http://www.pecl.php.net/package/dio/ +WWW: http://www.pecl.php.net/package/dio/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311012359.rA1NxxAR013109>