Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 11:35:07 +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: r425609 - head/sysutils/xorriso
Message-ID:  <201611071135.uA7BZ7Kx003311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov  7 11:35:07 2016
New Revision: 425609
URL: https://svnweb.freebsd.org/changeset/ports/425609

Log:
  - Fix license
  - Fix depends
  - Strip library

Modified:
  head/sysutils/xorriso/Makefile

Modified: head/sysutils/xorriso/Makefile
==============================================================================
--- head/sysutils/xorriso/Makefile	Mon Nov  7 11:23:50 2016	(r425608)
+++ head/sysutils/xorriso/Makefile	Mon Nov  7 11:35:07 2016	(r425609)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xorriso
 PORTVERSION=	1.4.6
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 DISTNAME=	libisoburn-${PORTVERSION}
@@ -10,17 +11,17 @@ DISTNAME=	libisoburn-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ISO image manipulation tool based on Libburnia
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	libburn>=1.1.0:devel/libburn \
-		libisofs>=1.1.2:devel/libisofs
-RUN_DEPENDS=	libburn>=1.1.0:devel/libburn \
-		libisofs>=1.1.2:devel/libisofs
+LIB_DEPENDS=	libburn.so:devel/libburn \
+		libisofs.so:devel/libisofs
 
 GNU_CONFIGURE=	yes
 USES=		gmake iconv libtool libedit pathfix pkgconfig shebangfix
 SHEBANG_FILES=	${WRKSRC}/frontend/xorriso-tcltk
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 INFO=		xorrecord xorriso xorrisofs
 



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