aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/Makefile
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2009-04-10 18:12:06 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2009-04-10 18:12:06 +0000
commit0b6ed2e8c69cd5cea55e0cd14676af2ce93e824c (patch)
tree51a2f370e6c33008055f30ffc77f4035d1618271 /net/xmlrpc-c-devel/Makefile
parentc4b88d6dc828665e2da62a0351fd618e6b01de55 (diff)
downloadports-0b6ed2e8c69cd5cea55e0cd14676af2ce93e824c.tar.gz
ports-0b6ed2e8c69cd5cea55e0cd14676af2ce93e824c.zip
- Update to 1.18.00 (aquired from svn)
Notes
Notes: svn path=/head/; revision=232029
Diffstat (limited to 'net/xmlrpc-c-devel/Makefile')
-rw-r--r--net/xmlrpc-c-devel/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile
index d43c8963bdb5..6371e5de5764 100644
--- a/net/xmlrpc-c-devel/Makefile
+++ b/net/xmlrpc-c-devel/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= xmlrpc-c
-PORTVERSION= 1.11.00
-PORTREVISION= 3
+PORTVERSION= 1.18.00
CATEGORIES= net
-MASTER_SITES= SF
+MASTER_SITES= LOCAL/chinsan/xmlrpc-c
EXTRACT_SUFX= .tgz
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -68,8 +67,5 @@ post-extract:
post-patch:
@${GREP} -lR '\-lpthread' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
- @${REINPLACE_CMD} -e 's|netbsd|freebsd|g' \
- ${WRKSRC}/Makefile.config.in
- ${CAT} ${WRKSRC}/Makefile.config.in
.include <bsd.port.post.mk>