Date: Thu, 14 Aug 2014 05:45:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364832 - head/devel/varconf Message-ID: <201408140545.s7E5jwQg084533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408140545.s7E5jwQg084533>