svn commit: r320358 - in head/devel: pecl-ev pecl-libevent
Martin Wilke
miwi at FreeBSD.org
Sun Jun 9 17:34:49 UTC 2013
Author: miwi
Date: Sun Jun 9 17:34:48 2013
New Revision: 320358
URL: http://svnweb.freebsd.org/changeset/ports/320358
Log:
- Remove php4 reference
Modified:
head/devel/pecl-ev/Makefile
head/devel/pecl-libevent/Makefile
Modified: head/devel/pecl-ev/Makefile
==============================================================================
--- head/devel/pecl-ev/Makefile Sun Jun 9 17:32:47 2013 (r320357)
+++ head/devel/pecl-ev/Makefile Sun Jun 9 17:34:48 2013 (r320358)
@@ -19,6 +19,6 @@ USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= ev
-IGNORE_WITH_PHP=4 52 53
+IGNORE_WITH_PHP=52 53
.include <bsd.port.mk>
Modified: head/devel/pecl-libevent/Makefile
==============================================================================
--- head/devel/pecl-libevent/Makefile Sun Jun 9 17:32:47 2013 (r320357)
+++ head/devel/pecl-libevent/Makefile Sun Jun 9 17:34:48 2013 (r320358)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pecl-libevent
-# Date created: 14 November 2010
-# Whom: Ilya Bakulin <webmaster at kibab.com>
-#
+# Created by: Ilya Bakulin <webmaster at kibab.com>
# $FreeBSD$
-#
PORTNAME= libevent
PORTVERSION= 0.0.5
@@ -25,6 +21,5 @@ USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= libevent
-IGNORE_WITH_PHP=4
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list