Date: Mon, 13 May 2013 09:06:44 +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: r318020 - head/devel/pear-Text_Diff Message-ID: <201305130906.r4D96ihk031144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <joseph@randomnetworks.com> -# +# Created by: Joseph Scott <joseph@randomnetworks.com> # $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 <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130906.r4D96ihk031144>