svn commit: r359934 - head/cad/gerbv
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 30 22:05:49 UTC 2014
Author: amdmi3
Date: Mon Jun 30 22:05:48 2014
New Revision: 359934
URL: http://svnweb.freebsd.org/changeset/ports/359934
QAT: https://qat.redports.org/buildarchive/r359934/
Log:
- Switch to USES=libtool, drop .la files
Modified:
head/cad/gerbv/Makefile
head/cad/gerbv/pkg-plist
Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile Mon Jun 30 22:04:26 2014 (r359933)
+++ head/cad/gerbv/Makefile Mon Jun 30 22:05:48 2014 (r359934)
@@ -3,6 +3,7 @@
PORTNAME= gerbv
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -13,7 +14,7 @@ LICENSE= GPLv2
OPTIONS_DEFINE= DOCS EXAMPLES
-USES= desktop-file-utils gmake pathfix pkgconfig
+USES= desktop-file-utils gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
LIBTOOLIZE_ARGS=--copy --force
Modified: head/cad/gerbv/pkg-plist
==============================================================================
--- head/cad/gerbv/pkg-plist Mon Jun 30 22:04:26 2014 (r359933)
+++ head/cad/gerbv/pkg-plist Mon Jun 30 22:05:48 2014 (r359934)
@@ -1,9 +1,9 @@
bin/gerbv
include/gerbv-%%VERSION%%/gerbv.h
lib/libgerbv.a
-lib/libgerbv.la
lib/libgerbv.so
lib/libgerbv.so.1
+lib/libgerbv.so.1.0.7
libdata/pkgconfig/libgerbv.pc
man/man1/gerbv.1.gz
share/applications/gerbv.desktop
More information about the svn-ports-all
mailing list