Bug 179155 - [PATCH] net/xmlrpc-epi: update to 0.54.2, comply with OptionsNG
Summary: [PATCH] net/xmlrpc-epi: update to 0.54.2, comply with OptionsNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 20:50 UTC by nemysis
Modified: 2013-06-17 15:00 UTC (History)
1 user (show)

See Also:


Attachments
xmlrpc-epi-0.54.2.patch (2.56 KB, patch)
2013-05-31 20:50 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2013-05-31 20:50:01 UTC
- Update to 0.54.2
- Shorten header
- Trim comment
- Add license
- Comply with OptionsNG
- Cleanup port


Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)

How-To-Repeat: 
Build log

https://redports.org/buildarchive/20130531184200-39045/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-31 20:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-17 14:53:59 UTC
Responsible Changed
From-To: beech->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-17 14:55:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-17 14:55:43 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"