Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 10:19:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362653 - head/devel/libisofs
Message-ID:  <201407231019.s6NAJoC1070666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231019.s6NAJoC1070666>