Date: Wed, 30 Jul 2014 01:50:47 +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: r363428 - head/devel/libvanessa_adt Message-ID: <201407300150.s6U1olka098481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 30 01:50:47 2014 New Revision: 363428 URL: http://svnweb.freebsd.org/changeset/ports/363428 QAT: https://qat.redports.org/buildarchive/r363428/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libvanessa_adt/Makefile head/devel/libvanessa_adt/pkg-plist Modified: head/devel/libvanessa_adt/Makefile ============================================================================== --- head/devel/libvanessa_adt/Makefile Wed Jul 30 01:50:08 2014 (r363427) +++ head/devel/libvanessa_adt/Makefile Wed Jul 30 01:50:47 2014 (r363428) @@ -3,6 +3,7 @@ PORTNAME= libvanessa_adt PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/ DISTNAME= vanessa_adt-${PORTVERSION} @@ -14,8 +15,7 @@ LIB_DEPENDS= libvanessa_logger.so:${PORT USE_LDCONFIG= yes -USES= tar:bzip2 -USE_AUTOTOOLS= libtool +USES= libtool tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/libvanessa_adt/pkg-plist ============================================================================== --- head/devel/libvanessa_adt/pkg-plist Wed Jul 30 01:50:08 2014 (r363427) +++ head/devel/libvanessa_adt/pkg-plist Wed Jul 30 01:50:47 2014 (r363428) @@ -1,5 +1,5 @@ include/vanessa_adt.h lib/libvanessa_adt.a -lib/libvanessa_adt.la lib/libvanessa_adt.so lib/libvanessa_adt.so.1 +lib/libvanessa_adt.so.1.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407300150.s6U1olka098481>