From owner-svn-ports-all@FreeBSD.ORG Wed Jul 23 22:30:15 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 AA7D3821; Wed, 23 Jul 2014 22:30:15 +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 97D0321C5; Wed, 23 Jul 2014 22:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NMUFbU027328; Wed, 23 Jul 2014 22:30:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NMUFZf027326; Wed, 23 Jul 2014 22:30:15 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232230.s6NMUFZf027326@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 22:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362744 - head/graphics/epeg 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: Wed, 23 Jul 2014 22:30:15 -0000 Author: amdmi3 Date: Wed Jul 23 22:30:14 2014 New Revision: 362744 URL: http://svnweb.freebsd.org/changeset/ports/362744 QAT: https://qat.redports.org/buildarchive/r362744/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/graphics/epeg/Makefile head/graphics/epeg/pkg-plist Modified: head/graphics/epeg/Makefile ============================================================================== --- head/graphics/epeg/Makefile Wed Jul 23 22:29:36 2014 (r362743) +++ head/graphics/epeg/Makefile Wed Jul 23 22:30:14 2014 (r362744) @@ -3,7 +3,7 @@ PORTNAME= epeg PORTVERSION= 0.9.1.042 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ @@ -15,8 +15,7 @@ COMMENT= Immensely fast JPEG thumbnailin LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= pathfix +USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Modified: head/graphics/epeg/pkg-plist ============================================================================== --- head/graphics/epeg/pkg-plist Wed Jul 23 22:29:36 2014 (r362743) +++ head/graphics/epeg/pkg-plist Wed Jul 23 22:30:14 2014 (r362744) @@ -1,7 +1,7 @@ bin/epeg include/Epeg.h lib/libepeg.a -lib/libepeg.la lib/libepeg.so -lib/libepeg.so.9 +lib/libepeg.so.0 +lib/libepeg.so.0.9.1 libdata/pkgconfig/epeg.pc