From owner-svn-ports-all@freebsd.org Mon Nov 7 11:35:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6995CC34C5D; Mon, 7 Nov 2016 11:35:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 38CCF819; Mon, 7 Nov 2016 11:35:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7BZ70f003312; Mon, 7 Nov 2016 11:35:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BZ7Kx003311; Mon, 7 Nov 2016 11:35:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071135.uA7BZ7Kx003311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:35:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425609 - head/sysutils/xorriso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 11:35:08 -0000 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