From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 10:19:51 2014 Return-Path: Delivered-To: svn-ports-head@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 6ACEC3F2; Wed, 23 Jul 2014 10:19:51 +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 589E729B0; Wed, 23 Jul 2014 10:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NAJpXh070668; Wed, 23 Jul 2014 10:19:51 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NAJoC1070666; Wed, 23 Jul 2014 10:19:51 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407231019.s6NAJoC1070666@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 10:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362653 - head/devel/libisofs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 10:19:51 -0000 Author: amdmi3 Date: Wed Jul 23 10:19:50 2014 New Revision: 362653 URL: http://svnweb.freebsd.org/changeset/ports/362653 QAT: https://qat.redports.org/buildarchive/r362653/ Log: - Switch to USES=libtool, drop .la files - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/devel/libisofs/Makefile head/devel/libisofs/pkg-plist Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Wed Jul 23 10:19:42 2014 (r362652) +++ head/devel/libisofs/Makefile Wed Jul 23 10:19:50 2014 (r362653) @@ -3,6 +3,7 @@ PORTNAME= libisofs PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ @@ -10,11 +11,12 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= Libburnia ISO9660 filesystem creation library LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:${PORTSDIR}/devel/libburn GNU_CONFIGURE= yes -USES= iconv +USES= iconv libtool USE_LDCONFIG= yes .include Modified: head/devel/libisofs/pkg-plist ============================================================================== --- head/devel/libisofs/pkg-plist Wed Jul 23 10:19:42 2014 (r362652) +++ head/devel/libisofs/pkg-plist Wed Jul 23 10:19:50 2014 (r362653) @@ -1,7 +1,7 @@ include/libisofs/libisofs.h lib/libisofs.a -lib/libisofs.la lib/libisofs.so lib/libisofs.so.6 +lib/libisofs.so.6.72.0 libdata/pkgconfig/libisofs-1.pc @dirrm include/libisofs