svn commit: r466304 - in head: . converters converters/php-bsdconv converters/php5-bsdconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 3 09:48:26 UTC 2018


Author: sunpoet
Date: Tue Apr  3 09:48:25 2018
New Revision: 466304
URL: https://svnweb.freebsd.org/changeset/ports/466304

Log:
  Move converters/php5-bsdconv to converters/php-bsdconv
  
  - Update to 11.5.0
  - Remove IGNORE_WITH_PHP
  
  Changes:	https://github.com/buganini/php-bsdconv/commits/master
  PR:		226741
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout,14 days)

Added:
  head/converters/php-bsdconv/
     - copied from r466303, head/converters/php5-bsdconv/
Deleted:
  head/converters/php5-bsdconv/
Modified:
  head/MOVED
  head/converters/Makefile
  head/converters/php-bsdconv/Makefile
  head/converters/php-bsdconv/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Apr  3 09:46:59 2018	(r466303)
+++ head/MOVED	Tue Apr  3 09:48:25 2018	(r466304)
@@ -10254,3 +10254,4 @@ audio/muse||2018-04-03|Has expired: Unmaintained upstr
 net/paris-traceroute|net/scamper|2018-04-03|Has expired: Legacy paris-traceroute is not supported anymore. Use net/scamper instead
 net-im/cjc||2018-04-03|Has expired: Depends on expired net-im/py-xmpp
 net-im/py-pyxmpp||2018-04-03|Has expired: Obsoleted in favor of PyXMPP2
+converters/php5-bsdconv|converters/php-bsdconv|2018-04-03|It supports PHP 7 since 11.5.0

Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile	Tue Apr  3 09:46:59 2018	(r466303)
+++ head/converters/Makefile	Tue Apr  3 09:48:25 2018	(r466304)
@@ -138,7 +138,7 @@
     SUBDIR += pear-Services_JSON
     SUBDIR += pecl-fribidi
     SUBDIR += pecl-igbinary
-    SUBDIR += php5-bsdconv
+    SUBDIR += php-bsdconv
     SUBDIR += php56-iconv
     SUBDIR += php56-mbstring
     SUBDIR += php56-recode

Modified: head/converters/php-bsdconv/Makefile
==============================================================================
--- head/converters/php5-bsdconv/Makefile	Tue Apr  3 09:46:59 2018	(r466303)
+++ head/converters/php-bsdconv/Makefile	Tue Apr  3 09:48:25 2018	(r466304)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsdconv
-PORTVERSION=	11.3.0
-PORTREVISION=	1
+PORTVERSION=	11.5.0
 CATEGORIES=	converters
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
 
@@ -19,7 +18,6 @@ GH_ACCOUNT=	buganini
 GH_PROJECT=	php-${PORTNAME}
 
 USES=		php:ext
-IGNORE_WITH_PHP=	70 71 72
 CONFIGURE_ARGS=	--with-bsdconv=${LOCALBASE}
 
 .include <bsd.port.mk>

Modified: head/converters/php-bsdconv/distinfo
==============================================================================
--- head/converters/php5-bsdconv/distinfo	Tue Apr  3 09:46:59 2018	(r466303)
+++ head/converters/php-bsdconv/distinfo	Tue Apr  3 09:48:25 2018	(r466304)
@@ -1,2 +1,3 @@
-SHA256 (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = de803e48cb40b130cf46003052104a5b8c7ab8d783034a06ea097c6617bbb20d
-SIZE (buganini-php-bsdconv-11.3.0_GH0.tar.gz) = 8356
+TIMESTAMP = 1520616251
+SHA256 (buganini-php-bsdconv-11.5.0_GH0.tar.gz) = 54faa3edbddcc9b7afc9761d01cc150ffacd64422888fd12fbac402d4f462e50
+SIZE (buganini-php-bsdconv-11.5.0_GH0.tar.gz) = 8972


More information about the svn-ports-head mailing list