svn commit: r425609 - head/sysutils/xorriso

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 7 11:35:08 UTC 2016


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


More information about the svn-ports-all mailing list