svn commit: r320355 - in head/textproc: pecl-ctemplate simplehtmldom

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 17:27:05 UTC 2013


Author: miwi
Date: Sun Jun  9 17:27:04 2013
New Revision: 320355
URL: http://svnweb.freebsd.org/changeset/ports/320355

Log:
  - Remove php4 reference

Modified:
  head/textproc/pecl-ctemplate/Makefile   (contents, props changed)
  head/textproc/simplehtmldom/Makefile   (contents, props changed)

Modified: head/textproc/pecl-ctemplate/Makefile
==============================================================================
--- head/textproc/pecl-ctemplate/Makefile	Sun Jun  9 16:59:46 2013	(r320354)
+++ head/textproc/pecl-ctemplate/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pecl-cTemplate
-# Date created:				07 May 2006
-# Whom:					vanilla
-#
+# Created by: vanilla
 # $FreeBSD$
-#
 
 PORTNAME=	cTemplate
 PORTVERSION=	1.11
@@ -23,7 +19,6 @@ USE_XZ=		yes
 USE_PHP=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER=	5
-IGNORE_WITH_PHP=	4
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${EXTRA_LIBS}

Modified: head/textproc/simplehtmldom/Makefile
==============================================================================
--- head/textproc/simplehtmldom/Makefile	Sun Jun  9 16:59:46 2013	(r320354)
+++ head/textproc/simplehtmldom/Makefile	Sun Jun  9 17:27:04 2013	(r320355)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: simplehtmldom
-# Date created:		2010-01-18
-# Whom:			Joe Horn <joehorn at gmail.com>
-#
+# Created by: Joe Horn <joehorn at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=		simplehtmldom
 DISTVERSION=		1.5
@@ -23,7 +19,6 @@ NO_BUILD=		YES
 USE_PHP=		pcre
 
 DEFAULT_PHP_VER=	5
-IGNORE_WITH_PHP=	4
 
 SUB_FILES+=		pkg-message
 SUB_LIST+=		DATADIR=${DATADIR} PREFIX=${PREFIX}


More information about the svn-ports-head mailing list