svn commit: r363428 - head/devel/libvanessa_adt
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 30 01:50:48 UTC 2014
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
More information about the svn-ports-head
mailing list