diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-03 19:11:16 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-03 19:11:16 +0800 |
commit | d293b26e8f2f41261bed780b6da9d157e1d1d45e (patch) | |
tree | f05b2d0ed4dac025dbf8db0988e8db5148e10f38 /textproc | |
parent | 82209f8f6c5ead2baa88ad28401ee04b056d4117 (diff) | |
download | freebsd-ports-gnome-d293b26e8f2f41261bed780b6da9d157e1d1d45e.tar.gz freebsd-ports-gnome-d293b26e8f2f41261bed780b6da9d157e1d1d45e.tar.zst freebsd-ports-gnome-d293b26e8f2f41261bed780b6da9d157e1d1d45e.zip |
Update to 1.0.1
PR: ports/80549
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlstarlet/Makefile | 6 | ||||
-rw-r--r-- | textproc/xmlstarlet/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile index af003d898bde..fbf9884050e8 100644 --- a/textproc/xmlstarlet/Makefile +++ b/textproc/xmlstarlet/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlstarlet -PORTVERSION= 0.9.5 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= xmlstar @@ -24,13 +24,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \ --with-libxslt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv" MAN1= xmlstarlet.1 PLIST_FILES= bin/xml post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + s|-lpthread|${PTHREAD_LIBS}|g ; \ + s|-ldl|-liconv|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/textproc/xmlstarlet/distinfo b/textproc/xmlstarlet/distinfo index cb1a9e59f699..3d8a46e79b2a 100644 --- a/textproc/xmlstarlet/distinfo +++ b/textproc/xmlstarlet/distinfo @@ -1,2 +1,2 @@ -MD5 (xmlstarlet-0.9.5.tar.gz) = 2887b267eac0d972a493b48a3926fd85 -SIZE (xmlstarlet-0.9.5.tar.gz) = 318081 +MD5 (xmlstarlet-1.0.1.tar.gz) = 8deb71834bcdfb4443c258a1f0042fce +SIZE (xmlstarlet-1.0.1.tar.gz) = 320847 |