aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-20 20:54:27 +0800
committermnag <mnag@FreeBSD.org>2006-02-20 20:54:27 +0800
commitd2b81768014eefb7324259059c6d83258ae7b992 (patch)
treeead4d2ec61e28aa103da341a85fcf399440a5019
parentf6ce6b510717dc3475cffa2d511affc61c92275c (diff)
downloadfreebsd-ports-gnome-d2b81768014eefb7324259059c6d83258ae7b992.tar.gz
freebsd-ports-gnome-d2b81768014eefb7324259059c6d83258ae7b992.tar.zst
freebsd-ports-gnome-d2b81768014eefb7324259059c6d83258ae7b992.zip
- Change /usr/bin/perl to ${PERL}
- Use xmlprpr instead xmlpp - Bump PORTREVISION PR: 93585 Submitted by: maintainer
-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>