svn commit: r437681 - in head: . devel devel/php-geshi devel/php5-geshi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 4 06:29:27 UTC 2017


Author: sunpoet
Date: Tue Apr  4 06:29:25 2017
New Revision: 437681
URL: https://svnweb.freebsd.org/changeset/ports/437681

Log:
  Move php5-geshi to php-geshi
  
  This port build fine with PHP 7.x.
  
  Approved by:	portmgr (mat)

Added:
  head/devel/php-geshi/
     - copied from r437680, head/devel/php5-geshi/
Deleted:
  head/devel/php5-geshi/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/php-geshi/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Apr  4 05:19:52 2017	(r437680)
+++ head/MOVED	Tue Apr  4 06:29:25 2017	(r437681)
@@ -9202,3 +9202,4 @@ x11-toolkits/vte290|x11-toolkits/vte3|20
 x11-toolkits/libgtksourceviewmm||2017-04-03|Obsolete and not depend on anymore
 graphics/goocanvasmm||2017-04-03|Obsolete and not depend on anymore
 x11-themes/kde4-icons-oxygen|x11-themes/kf5-oxygen-icons5|2017-04-03|Replaced by x11-themes/kf5-oxygen-icons5
+devel/php5-geshi|devel/php-geshi|2017-04-04|Update PKGNAMEPREFIX: it builds fine with PHP 7.x

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr  4 05:19:52 2017	(r437680)
+++ head/devel/Makefile	Tue Apr  4 06:29:25 2017	(r437681)
@@ -3907,6 +3907,7 @@
     SUBDIR += phabricator
     SUBDIR += php-Psr_Log
     SUBDIR += php-composer
+    SUBDIR += php-geshi
     SUBDIR += php-jq
     SUBDIR += php-libawl
     SUBDIR += php-maxminddb
@@ -3917,7 +3918,6 @@
     SUBDIR += php5-blitz
     SUBDIR += php5-blitz-devel
     SUBDIR += php5-dav
-    SUBDIR += php5-geshi
     SUBDIR += php5-ice
     SUBDIR += php5-pinba
     SUBDIR += php5-thrift

Modified: head/devel/php-geshi/Makefile
==============================================================================
--- head/devel/php5-geshi/Makefile	Tue Apr  4 05:19:52 2017	(r437680)
+++ head/devel/php-geshi/Makefile	Tue Apr  4 06:29:25 2017	(r437681)
@@ -5,7 +5,7 @@ PORTNAME=	geshi
 DISTVERSION=	1_0_8_12
 DISTVERSIONPREFIX=	RELEASE_
 CATEGORIES=	devel
-PKGNAMEPREFIX=	php5-
+PKGNAMEPREFIX=	php-
 
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Native PHP syntax highlighting engine


More information about the svn-ports-all mailing list