diff options
author | wg <wg@FreeBSD.org> | 2013-06-17 21:55:34 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-17 21:55:34 +0800 |
commit | f0f41eca25555c37881ac94793d4165a4d4bc694 (patch) | |
tree | 59a105d7a8998001ee6b66e5322b265273334240 /net | |
parent | d2b7fe035f9d2caf7aab06bad315c4df0c59fc5f (diff) | |
download | freebsd-ports-gnome-f0f41eca25555c37881ac94793d4165a4d4bc694.tar.gz freebsd-ports-gnome-f0f41eca25555c37881ac94793d4165a4d4bc694.tar.zst freebsd-ports-gnome-f0f41eca25555c37881ac94793d4165a4d4bc694.zip |
net/xmlrpc-epi: update to 0.54.2
- Update to 0.54.2
- Remove expat version from LIB_DEPENDS
- Add LICNESE (MIT)
- Remove leading article from COMMENT
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
Changes:
http://sourceforge.net/p/xmlrpc-epi/git/ci/master/tree/NEWS
PR: ports/179155
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/xmlrpc-epi/Makefile | 38 | ||||
-rw-r--r-- | net/xmlrpc-epi/distinfo | 4 |
2 files changed, 17 insertions, 25 deletions
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index 2b61c886e428..065df427b175 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -1,53 +1,45 @@ -# New ports collection makefile for: xmlrpc-epi -# Date created: 19 February 2007 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= xmlrpc-epi -PORTVERSION= 0.54.1 +PORTVERSION= 0.54.2 CATEGORIES= net -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-base/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-base/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A general purpose implementation of the xmlrpc specification in C +COMMENT= General purpose implementation of the xmlrpc specification in C -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LICENSE= MIT + +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_GMAKE= yes USES= iconv -USE_LDCONFIG= yes USE_AUTOTOOLS= libtool +USE_BZIP2= yes +USE_GMAKE= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv CONFIGURE_ARGS= --program-transform="s|^|xre-|" PORTDOCS= AUTHORS ChangeLog NEWS README -METHODS= TestNormal TestFault TestStruct TestArray TestBoolean \ +METHODS= TestNormal TestFault TestStruct TestArray TestBoolean \ TestInt TestString TestDouble TestBase64 TestDateTime CONFLICTS= xmlrpc-c-0.* xmlrpc-c-devel-[0-9]* -WRKSRC= ${WRKDIR}/${PORTNAME:C/-.*//} - -pre-configure: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e '/^LTCOMPILE =/s/--mode=/--tag=CC --mode=/' - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e '/^LINK =/s/--mode=/--tag=CC --mode=/' +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif regression-test: .for tm in ${METHODS} - cd ${WRKSRC}/sample && \ - ./sample -method method_${tm} + cd ${WRKSRC}/sample && ./sample -method method_${tm} .endfor .include <bsd.port.mk> diff --git a/net/xmlrpc-epi/distinfo b/net/xmlrpc-epi/distinfo index 031aeaf09600..1394b337b5b6 100644 --- a/net/xmlrpc-epi/distinfo +++ b/net/xmlrpc-epi/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmlrpc-epi-0.54.1.tar.gz) = fa3d0637338f227dc01d9ea9bce1225b925618bd2f36bee7846b690101de038a -SIZE (xmlrpc-epi-0.54.1.tar.gz) = 913402 +SHA256 (xmlrpc-epi-0.54.2.tar.bz2) = c74ef8fb680b140890138a82f37619714b67f69025a775b9ba2009d62cded0b8 +SIZE (xmlrpc-epi-0.54.2.tar.bz2) = 348478 |