svn commit: r320357 - in head/devel: pecl-gearman pecl-operator

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 17:32:48 UTC 2013


Author: miwi
Date: Sun Jun  9 17:32:47 2013
New Revision: 320357
URL: http://svnweb.freebsd.org/changeset/ports/320357

Log:
  - Remove php4 reference

Modified:
  head/devel/pecl-gearman/Makefile
  head/devel/pecl-operator/Makefile   (contents, props changed)

Modified: head/devel/pecl-gearman/Makefile
==============================================================================
--- head/devel/pecl-gearman/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
+++ head/devel/pecl-gearman/Makefile	Sun Jun  9 17:32:47 2013	(r320357)
@@ -20,6 +20,5 @@ CONFIGURE_ARGS=	--with-gearman
 PHP_MODNAME=	${PORTNAME}
 USE_PHP=	yes
 USE_PHPEXT=	yes
-IGNORE_WITH_PHP=4
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-operator/Makefile
==============================================================================
--- head/devel/pecl-operator/Makefile	Sun Jun  9 17:30:33 2013	(r320356)
+++ head/devel/pecl-operator/Makefile	Sun Jun  9 17:32:47 2013	(r320357)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pecl-operator
-# Date created:			2006-01-31
-# Whom:				Alexander Zhuravlev <zaa at zaa.pp.ru>
-#
+# Created by: Alexander Zhuravlev <zaa at zaa.pp.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	operator
 PORTVERSION=	0.3
@@ -22,7 +18,6 @@ LICENSE=	PHP30
 USE_PHP=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER?=	53
-IGNORE_WITH_PHP=	4
 PHP_MODNAME=	${PORTNAME}
 
 post-extract::


More information about the svn-ports-all mailing list