diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 11:11:16 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 11:11:16 +0000 |
commit | 1489c1d733587e445b114a963993cca4c6f028a0 (patch) | |
tree | 4ad10d1638a9a62bc1e8cec924fcc985fa08fe45 /textproc/xmlstarlet | |
parent | 29c2e5033c8a1a694c27292d3b81d0b385d1ac87 (diff) |
Notes
Diffstat (limited to 'textproc/xmlstarlet')
-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 |