svn commit: r318020 - head/devel/pear-Text_Diff

Martin Wilke miwi at FreeBSD.org
Mon May 13 09:06:44 UTC 2013


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 at randomnetworks.com>
-#
+# Created by: Joseph Scott <joseph at randomnetworks.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Text_Diff
 PORTVERSION=	1.1.1
@@ -13,23 +9,9 @@ MAINTAINER=	joseph at 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"


More information about the svn-ports-all mailing list