From owner-svn-ports-head@FreeBSD.ORG Sun Jun 9 18:11:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04A725F9; Sun, 9 Jun 2013 18:11:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE9C1805; Sun, 9 Jun 2013 18:11:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59IBmOZ013750; Sun, 9 Jun 2013 18:11:48 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59IBmQT013746; Sun, 9 Jun 2013 18:11:48 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201306091811.r59IBmQT013746@svn.freebsd.org> From: Martin Wilke Date: Sun, 9 Jun 2013 18:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320368 - in head/graphics: jpgraph2 pear-Image_Graph php5-swfed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 18:11:51 -0000 Author: miwi Date: Sun Jun 9 18:11:48 2013 New Revision: 320368 URL: http://svnweb.freebsd.org/changeset/ports/320368 Log: - Remove php4 reference Modified: head/graphics/jpgraph2/Makefile (contents, props changed) head/graphics/pear-Image_Graph/Makefile (contents, props changed) head/graphics/php5-swfed/Makefile (contents, props changed) Modified: head/graphics/jpgraph2/Makefile ============================================================================== --- head/graphics/jpgraph2/Makefile Sun Jun 9 18:10:45 2013 (r320367) +++ head/graphics/jpgraph2/Makefile Sun Jun 9 18:11:48 2013 (r320368) @@ -1,9 +1,5 @@ -# Ports collection makefile for: jpgraph2 -# Date created: 7 Dec 2006 -# Whom: Alex Dupre -# +# Created by: Nick Hilliard # $FreeBSD$ -# PORTNAME= Image_Graph PORTVERSION= 0.8.0 @@ -21,7 +17,6 @@ USE_PHP= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*php$$ DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 LATEST_LINK= pear-Image_Graph Modified: head/graphics/php5-swfed/Makefile ============================================================================== --- head/graphics/php5-swfed/Makefile Sun Jun 9 18:10:45 2013 (r320367) +++ head/graphics/php5-swfed/Makefile Sun Jun 9 18:11:48 2013 (r320368) @@ -18,7 +18,6 @@ LIB_DEPENDS= gif:${PORTSDIR}/graphics/gi png15:${PORTSDIR}/graphics/png DEFAULT_PHP_VER= 5 -IGNORE_WITH_PHP= 4 USE_PHP= zlib USE_PHPEXT= yes