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:
parent
e39124cb50
commit
fbf777d1d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156489
@ -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>
|
||||
|
@ -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 @@
|
||||
#
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user