From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 15:57:43 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 7702272A; Thu, 3 Jul 2014 15:57:43 +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 6456227E1; Thu, 3 Jul 2014 15:57:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63FvhIi028345; Thu, 3 Jul 2014 15:57:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63FvhXN028343; Thu, 3 Jul 2014 15:57:43 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407031557.s63FvhXN028343@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 15:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360389 - head/graphics/imageworsener 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: Thu, 03 Jul 2014 15:57:43 -0000 Author: amdmi3 Date: Thu Jul 3 15:57:42 2014 New Revision: 360389 URL: http://svnweb.freebsd.org/changeset/ports/360389 QAT: https://qat.redports.org/buildarchive/r360389/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/imageworsener/Makefile head/graphics/imageworsener/pkg-plist Modified: head/graphics/imageworsener/Makefile ============================================================================== --- head/graphics/imageworsener/Makefile Thu Jul 3 15:57:20 2014 (r360388) +++ head/graphics/imageworsener/Makefile Thu Jul 3 15:57:42 2014 (r360389) @@ -3,7 +3,7 @@ PORTNAME= imageworsener PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet @@ -19,6 +19,7 @@ OPTIONS_DEFAULT=JPEG PNG WEBP CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \ --with-zlib-lib-dir=${LIBDIR} +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -33,6 +34,6 @@ WEBP_CONFIGURE_ON= --with-webp-include-d WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp post-build: - @${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so.2 + @${STRIP_CMD} ${WRKSRC}/.libs/libimageworsener.so .include Modified: head/graphics/imageworsener/pkg-plist ============================================================================== --- head/graphics/imageworsener/pkg-plist Thu Jul 3 15:57:20 2014 (r360388) +++ head/graphics/imageworsener/pkg-plist Thu Jul 3 15:57:42 2014 (r360389) @@ -1,6 +1,6 @@ bin/imagew include/imagew.h lib/libimageworsener.a -lib/libimageworsener.la lib/libimageworsener.so -lib/libimageworsener.so.2 +lib/libimageworsener.so.1 +lib/libimageworsener.so.1.1.0