svn commit: r362653 - head/devel/libisofs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 10:19:51 UTC 2014


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 at 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


More information about the svn-ports-all mailing list