Date: Mon, 17 Jun 2013 13:55:35 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321111 - head/net/xmlrpc-epi Message-ID: <201306171355.r5HDtZRK001240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Jun 17 13:55:34 2013 New Revision: 321111 URL: http://svnweb.freebsd.org/changeset/ports/321111 Log: 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) Modified: head/net/xmlrpc-epi/Makefile head/net/xmlrpc-epi/distinfo Modified: head/net/xmlrpc-epi/Makefile ============================================================================== --- head/net/xmlrpc-epi/Makefile Mon Jun 17 13:53:08 2013 (r321110) +++ head/net/xmlrpc-epi/Makefile Mon Jun 17 13:55:34 2013 (r321111) @@ -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> Modified: head/net/xmlrpc-epi/distinfo ============================================================================== --- head/net/xmlrpc-epi/distinfo Mon Jun 17 13:53:08 2013 (r321110) +++ head/net/xmlrpc-epi/distinfo Mon Jun 17 13:55:34 2013 (r321111) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171355.r5HDtZRK001240>