diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-27 22:04:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-27 22:04:43 +0000 |
commit | 65ac60482f641a83b1210352ab57aee47135a43c (patch) | |
tree | 93d400f79caa5ee495cd7e17e6c9b7cffeb2c979 /www/wsdlpull | |
parent | bfe10fe7827c3bc5ba7d8424b019efccdb69006e (diff) |
Notes
Diffstat (limited to 'www/wsdlpull')
-rw-r--r-- | www/wsdlpull/Makefile | 13 | ||||
-rw-r--r-- | www/wsdlpull/distinfo | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index bf1aa2fea97d..8887fe4c9ef3 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wsdlpull -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= www MASTER_SITES= SF @@ -17,22 +17,19 @@ COMMENT= C++ WSDL Parser LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_GNOME= gnometarget -USE_GCC= 3.4+ -USE_GETOPT_LONG=yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --includedir=${PREFIX}/include/wsdl USE_LDCONFIG= yes -CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT +CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|: install-docsDATA|:|g' - @${REINPLACE_CMD} -e '/-O2 -Wall/d' \ - -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/-O2 -Wall/d ; \ + s|echo aout|echo elf|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/www/wsdlpull/distinfo b/www/wsdlpull/distinfo index f4c1377c2f7f..1dfe97110259 100644 --- a/www/wsdlpull/distinfo +++ b/www/wsdlpull/distinfo @@ -1,3 +1,3 @@ -MD5 (wsdlpull-1.14.tar.gz) = d707346e5664f36b0ffd8e7948cfcbec -SHA256 (wsdlpull-1.14.tar.gz) = 8dc2b9ae19722024776d2f5e45e2299c8f5e7643dfd1a35eef4fe5255109c670 -SIZE (wsdlpull-1.14.tar.gz) = 1166506 +MD5 (wsdlpull-1.15.tar.gz) = a6efd5d915b53f613fd800382e88ba17 +SHA256 (wsdlpull-1.15.tar.gz) = 29547629caa77407b80498ab892001913b3e45c252e6baf30f743a94a5b8fd98 +SIZE (wsdlpull-1.15.tar.gz) = 1168786 |