Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2017 18:22:51 +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: r456481 - head/devel/pecl-dio
Message-ID:  <201712161822.vBGIMpAr024786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sat Dec 16 18:22:51 2017
New Revision: 456481
URL: https://svnweb.freebsd.org/changeset/ports/456481

Log:
  Update to 0.1.0 to make it compatible with PHP 7.x

Modified:
  head/devel/pecl-dio/Makefile
  head/devel/pecl-dio/distinfo

Modified: head/devel/pecl-dio/Makefile
==============================================================================
--- head/devel/pecl-dio/Makefile	Sat Dec 16 18:11:23 2017	(r456480)
+++ head/devel/pecl-dio/Makefile	Sat Dec 16 18:22:51 2017	(r456481)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dio
-DISTVERSION=	0.0.7
-PORTREVISION=	1
+DISTVERSION=	0.1.0
 CATEGORIES=	devel pear
 
 MAINTAINER=	flo@FreeBSD.org
@@ -11,6 +10,5 @@ COMMENT=	PECL extension that provides direct access to
 LICENSE=	PHP30
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	70 71 72
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-dio/distinfo
==============================================================================
--- head/devel/pecl-dio/distinfo	Sat Dec 16 18:11:23 2017	(r456480)
+++ head/devel/pecl-dio/distinfo	Sat Dec 16 18:22:51 2017	(r456481)
@@ -1,2 +1,3 @@
-SHA256 (PECL/dio-0.0.7.tgz) = 0294c0f88705213b30589c565fffa1a3e7cb036806eaa2a47e6a793914a821fe
-SIZE (PECL/dio-0.0.7.tgz) = 19570
+TIMESTAMP = 1513448062
+SHA256 (PECL/dio-0.1.0.tgz) = aab985e374604379d99c9c93207f2c2959ff141740d1a648c0fbd07e0e08a73e
+SIZE (PECL/dio-0.1.0.tgz) = 36960



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