From owner-svn-ports-all@FreeBSD.ORG Mon May 13 09:06:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 81618BB0; Mon, 13 May 2013 09:06:44 +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 7413B1000; Mon, 13 May 2013 09:06:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D96iYO031145; Mon, 13 May 2013 09:06:44 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D96ihk031144; Mon, 13 May 2013 09:06:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130906.r4D96ihk031144@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 09:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318020 - head/devel/pear-Text_Diff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 09:06:44 -0000 Author: miwi Date: Mon May 13 09:06:43 2013 New Revision: 318020 URL: http://svnweb.freebsd.org/changeset/ports/318020 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/devel/pear-Text_Diff/Makefile (contents, props changed) Modified: head/devel/pear-Text_Diff/Makefile ============================================================================== --- head/devel/pear-Text_Diff/Makefile Mon May 13 09:04:18 2013 (r318019) +++ head/devel/pear-Text_Diff/Makefile Mon May 13 09:06:43 2013 (r318020) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Text_Diff -# Date created: 18 Feb 2005 -# Whom: Joseph Scott -# +# Created by: Joseph Scott # $FreeBSD$ -# PORTNAME= Text_Diff PORTVERSION= 1.1.1 @@ -13,23 +9,9 @@ MAINTAINER= joseph@randomnetworks.com COMMENT= Engine for performing and rendering text diffs BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Text -FILES= Diff.php Diff/Engine/native.php Diff/Engine/shell.php \ - Diff/Engine/string.php Diff/Engine/xdiff.php \ - Diff/Mapped.php Diff/Renderer.php Diff/Renderer/context.php \ - Diff/Renderer/inline.php Diff/Renderer/unified.php \ - Diff/ThreeWay.php Diff3.php -TESTS= 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt context.patch context.phpt \ - context2.phpt diff.phpt inline.phpt inline2.phpt \ - pear_bug12740.phpt pear_bug4879.phpt pear_bug6251.phpt \ - pear_bug6428.phpt string.phpt unified.patch unified.phpt \ - unified2.phpt xdiff.phpt -EXAMPLES= 1.txt \ - 2.txt \ - diff.php -_EXAMPLESDIR= docs/examples +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"