svn commit: r380809 - head/net/xmlrpc-epi
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 9 00:57:45 UTC 2015
Author: amdmi3
Date: Mon Mar 9 00:57:44 2015
New Revision: 380809
URL: https://svnweb.freebsd.org/changeset/ports/380809
QAT: https://qat.redports.org/buildarchive/r380809/
Log:
- Add LICENSE_FILE
- Strip library
Modified:
head/net/xmlrpc-epi/Makefile
Modified: head/net/xmlrpc-epi/Makefile
==============================================================================
--- head/net/xmlrpc-epi/Makefile Mon Mar 9 00:20:39 2015 (r380808)
+++ head/net/xmlrpc-epi/Makefile Mon Mar 9 00:57:44 2015 (r380809)
@@ -3,7 +3,7 @@
PORTNAME= xmlrpc-epi
PORTVERSION= 0.54.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-base/${PORTVERSION}/
@@ -11,6 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= General purpose implementation of the xmlrpc specification in C
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
@@ -20,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform="s|^|xre-|"
+INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS ChangeLog NEWS README
More information about the svn-ports-all
mailing list