Use the new tarball from sourceforge and unbreak fetching.
Diff to the old one: - INSTALL rewording - Makefile is gone (autogenerated) - xmlwrapp-config is gone, it uses only configure.pl - xmlwrapp.pc is gone (wasn't installed anyway) Also patch configure.pl for the right path to perl. PR: ports/96634 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me) Approved by: lawrance (mentor)
This commit is contained in:
parent
5feb56050f
commit
1e54999864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161694
2 changed files with 9 additions and 4 deletions
|
@ -9,7 +9,9 @@
|
|||
PORTNAME= xmlwrapp
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pmade.org/software/xmlwrapp/download/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A modern style C++ library for working with XML data
|
||||
|
@ -31,4 +33,7 @@ USE_GNOME+= libxslt
|
|||
CONFIGURE_ARGS+= --disable-xslt
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} "s:/usr/bin/perl:${PERL}:" ${WRKSRC}/configure.pl
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xmlwrapp-0.5.0.tar.gz) = b8a07e77f8f8af9ca96bccab7d9dd310
|
||||
SHA256 (xmlwrapp-0.5.0.tar.gz) = df66921453f68f3e05df59faea2930879230f06cae8b87e4bc313bea0e7495df
|
||||
SIZE (xmlwrapp-0.5.0.tar.gz) = 110002
|
||||
MD5 (xmlwrapp-0.5.0.tgz) = 99ba63b283762e749e1663014e5cb0fd
|
||||
SHA256 (xmlwrapp-0.5.0.tgz) = af3b71a6983c5c08e00096f5bb9f8ce61de3147f020aef327624043736d5ac73
|
||||
SIZE (xmlwrapp-0.5.0.tgz) = 442550
|
||||
|
|
Loading…
Reference in a new issue