From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 22:05:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F04B401; Mon, 30 Jun 2014 22:05:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8C22AE1; Mon, 30 Jun 2014 22:05:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UM5nXm051836; Mon, 30 Jun 2014 22:05:49 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UM5n5x051834; Mon, 30 Jun 2014 22:05:49 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406302205.s5UM5n5x051834@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 30 Jun 2014 22:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359934 - head/cad/gerbv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 22:05:49 -0000 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