diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-04-10 18:12:06 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-04-10 18:12:06 +0000 |
commit | 0b6ed2e8c69cd5cea55e0cd14676af2ce93e824c (patch) | |
tree | 51a2f370e6c33008055f30ffc77f4035d1618271 /net/xmlrpc-c-devel/Makefile | |
parent | Class::Declare allows class authors to specify public, private and protected (diff) |
- 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/Makefile | 8 |
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> |