From owner-svn-ports-all@FreeBSD.ORG Wed Jun 25 18:35:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3996B61C; Wed, 25 Jun 2014 18:35:29 +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 26C6C26F4; Wed, 25 Jun 2014 18:35:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5PIZTg6066919; Wed, 25 Jun 2014 18:35:29 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5PIZT3L066918; Wed, 25 Jun 2014 18:35:29 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406251835.s5PIZT3L066918@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 25 Jun 2014 18:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359264 - head/devel/libgutenfetch 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, 25 Jun 2014 18:35:29 -0000 Author: amdmi3 Date: Wed Jun 25 18:35:28 2014 New Revision: 359264 URL: http://svnweb.freebsd.org/changeset/ports/359264 QAT: https://qat.redports.org/buildarchive/r359264/ Log: - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libgutenfetch/Makefile Modified: head/devel/libgutenfetch/Makefile ============================================================================== --- head/devel/libgutenfetch/Makefile Wed Jun 25 17:01:52 2014 (r359263) +++ head/devel/libgutenfetch/Makefile Wed Jun 25 18:35:28 2014 (r359264) @@ -3,27 +3,24 @@ PORTNAME= libgutenfetch PORTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= johntabularasa@users.sf.net COMMENT= Library that allows application developers to connect to PG -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gmake -USE_BZIP2= yes +USES= gmake libtool tar:bzip2 PLIST_FILES= include/gutenfetch.h \ lib/libgutenfetch.a \ - lib/libgutenfetch.la \ lib/libgutenfetch.so \ - lib/libgutenfetch.so.0 \ + lib/libgutenfetch.so.0.0.0 \ share/libgutenfetch/servers.txt \ man/man3/gutenfetch_duplicate_server.3.gz \ man/man3/gutenfetch_free_server.3.gz \