svn commit: r364832 - head/devel/varconf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 14 05:45:59 UTC 2014
Author: amdmi3
Date: Thu Aug 14 05:45:58 2014
New Revision: 364832
URL: http://svnweb.freebsd.org/changeset/ports/364832
QAT: https://qat.redports.org/buildarchive/r364832/
Log:
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Modified:
head/devel/varconf/Makefile
head/devel/varconf/pkg-plist
Modified: head/devel/varconf/Makefile
==============================================================================
--- head/devel/varconf/Makefile Thu Aug 14 05:45:20 2014 (r364831)
+++ head/devel/varconf/Makefile Thu Aug 14 05:45:58 2014 (r364832)
@@ -3,7 +3,7 @@
PORTNAME= varconf
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION}
@@ -15,7 +15,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
-USES= compiler:c++11-lib libtool:keepla pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
Modified: head/devel/varconf/pkg-plist
==============================================================================
--- head/devel/varconf/pkg-plist Thu Aug 14 05:45:20 2014 (r364831)
+++ head/devel/varconf/pkg-plist Thu Aug 14 05:45:58 2014 (r364832)
@@ -7,7 +7,6 @@ include/varconf-1.0/varconf/parse_error.
include/varconf-1.0/varconf/varconf.h
include/varconf-1.0/varconf/varconf_defs.h
include/varconf-1.0/varconf/variable.h
-lib/libvarconf-1.0.la
lib/libvarconf-1.0.so
lib/libvarconf-1.0.so.8
lib/libvarconf-1.0.so.8.0.0
More information about the svn-ports-all
mailing list