aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmldiff
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-20 12:54:27 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-20 12:54:27 +0000
commitfbf777d1d0df5c88762a0f5f44dacaca1f43f5a1 (patch)
tree2d4fbe914f1c65baed15fbe9d3a17d7319972a74 /textproc/xmldiff
parente39124cb50b0b58e3a751f7e62bd211cbe21dc86 (diff)
downloadports-fbf777d1d0df5c88762a0f5f44dacaca1f43f5a1.tar.gz
ports-fbf777d1d0df5c88762a0f5f44dacaca1f43f5a1.zip
- Change /usr/bin/perl to ${PERL}
- Use xmlprpr instead xmlpp - Bump PORTREVISION PR: 93585 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=156489
Diffstat (limited to 'textproc/xmldiff')
-rw-r--r--textproc/xmldiff/Makefile6
-rw-r--r--textproc/xmldiff/files/patch-xmldiff.pl4
-rw-r--r--textproc/xmldiff/pkg-descr3
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile
index 4fb1b7954d95..d3e8075d2d51 100644
--- a/textproc/xmldiff/Makefile
+++ b/textproc/xmldiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmldiff
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://software.decisionsoft.com/software/ \
http://www.it.ca/~paul/src/
@@ -25,7 +26,10 @@ do-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
+post-patch:
+ @${REINPLACE_CMD} -e '1s:/usr/bin/perl:${PERL}:' ${WRKSRC}/xmldiff.pl
+
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff
+ ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff
.include <bsd.port.mk>
diff --git a/textproc/xmldiff/files/patch-xmldiff.pl b/textproc/xmldiff/files/patch-xmldiff.pl
index 9b0ea24d1cec..2a4736aea4ba 100644
--- a/textproc/xmldiff/files/patch-xmldiff.pl
+++ b/textproc/xmldiff/files/patch-xmldiff.pl
@@ -1,5 +1,5 @@
---- xmldiff.pl.orig Sat Feb 11 08:32:29 2006
-+++ xmldiff.pl Sat Feb 11 08:32:38 2006
+--- xmldiff.pl.orig Sun Oct 9 11:59:04 2005
++++ xmldiff.pl Sun Oct 9 11:59:37 2005
@@ -7,12 +7,12 @@
#
diff --git a/textproc/xmldiff/pkg-descr b/textproc/xmldiff/pkg-descr
index 7e4cdcc84ab9..a7a7c90ee99c 100644
--- a/textproc/xmldiff/pkg-descr
+++ b/textproc/xmldiff/pkg-descr
@@ -5,5 +5,4 @@ useful for viewing small differences in context within large XML files.
WWW: http://software.decisionsoft.com/tools.html
-- Paul Chvostek
-paul+ports@it.ca
+- Paul Chvostek <paul+ports@it.ca>