Date: Mon, 30 Jun 2014 22:05:49 +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: r359934 - head/cad/gerbv Message-ID: <201406302205.s5UM5n5x051834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406302205.s5UM5n5x051834>