Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 17:27:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320355 - in head/textproc: pecl-ctemplate simplehtmldom
Message-ID:  <201306091727.r59HR4g1097574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
-#
+# Created by: Joe Horn <joehorn@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}



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