1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Change /usr/bin/perl to ${PERL}

- Use xmlprpr instead xmlpp
- Bump PORTREVISION

PR:		93585
Submitted by:	maintainer
This commit is contained in:
Marcus Alves Grando 2006-02-20 12:54:27 +00:00
parent e39124cb50
commit fbf777d1d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156489
3 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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 @@
#

View File

@ -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>