Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 17:40:42 +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: r320361 - in head/www: cakephp22 pecl-sphinx
Message-ID:  <201306091740.r59HegQd003107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  9 17:40:41 2013
New Revision: 320361
URL: http://svnweb.freebsd.org/changeset/ports/320361

Log:
  - Remove php4 reference

Modified:
  head/www/cakephp22/Makefile
  head/www/pecl-sphinx/Makefile   (contents, props changed)

Modified: head/www/cakephp22/Makefile
==============================================================================
--- head/www/cakephp22/Makefile	Sun Jun  9 17:39:29 2013	(r320360)
+++ head/www/cakephp22/Makefile	Sun Jun  9 17:40:41 2013	(r320361)
@@ -25,7 +25,6 @@ USES=		gettext
 USE_PHP=	ctype session
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
 
 CAKE_CONF_FILES=	\
 		app/Config/acl.php \

Modified: head/www/pecl-sphinx/Makefile
==============================================================================
--- head/www/pecl-sphinx/Makefile	Sun Jun  9 17:39:29 2013	(r320360)
+++ head/www/pecl-sphinx/Makefile	Sun Jun  9 17:40:41 2013	(r320361)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    pecl-sphinx
-# Date created:         2011-06-6
-# Whom:                 Max Baryshnikov <mephius@gmail.com>
-#
+# Created by: Max Baryshnikov <mephius@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	sphinx
 DISTVERSION=	1.2.0
@@ -19,7 +15,6 @@ COMMENT=	Sphinx search engine php client
 LIB_DEPENDS=	sphinxclient.0:${PORTSDIR}/textproc/libsphinxclient
 
 USE_PHP=	yes
-IGNORE_WITH_PHP=4
 USE_PHPEXT=	yes
 PHP_MODNAME=	sphinx
 



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