Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 16:56:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348491 - in head: archivers/dpkg devel/upnp graphics/mirage mail/libetpan multimedia/bombono multimedia/lives multimedia/smplayer-skins polish/kadu sysutils/gsmartcontrol textproc/meld...
Message-ID:  <201403171656.s2HGuGEn050772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Mar 17 16:56:15 2014
New Revision: 348491
URL: http://svnweb.freebsd.org/changeset/ports/348491
QAT: https://qat.redports.org/buildarchive/r348491/

Log:
  - Convert to USES=tar
  - Use precise BSD licenses

Modified:
  head/archivers/dpkg/Makefile
  head/devel/upnp/Makefile
  head/graphics/mirage/Makefile
  head/mail/libetpan/Makefile
  head/multimedia/bombono/Makefile
  head/multimedia/lives/Makefile
  head/multimedia/smplayer-skins/Makefile
  head/polish/kadu/Makefile
  head/sysutils/gsmartcontrol/Makefile
  head/textproc/meld/Makefile
  head/x11-toolkits/termit/Makefile

Modified: head/archivers/dpkg/Makefile
==============================================================================
--- head/archivers/dpkg/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/archivers/dpkg/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	gtar:${PORTSDIR}/archivers/
 		gpatch:${PORTSDIR}/devel/patch \
 		gmd5sum:${PORTSDIR}/sysutils/coreutils
 
-USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USES=		gmake iconv perl5 pkgconfig
+USES=		gmake iconv perl5 pkgconfig tar:xz
 WRKSRC=		${WRKDIR}/dpkg-${PORTVERSION}
 
 DPKGDIR?=	/var/db/dpkg

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/devel/upnp/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -11,10 +11,10 @@ DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Universal Plug and Play Software Development Kit
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/graphics/mirage/Makefile
==============================================================================
--- head/graphics/mirage/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/graphics/mirage/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -12,9 +12,8 @@ COMMENT=	Fast and simple image viewer
 
 LICENSE=	GPLv3
 
-USE_BZIP2=	yes
+USES=		gettext tar:bzip2
 USE_GNOME=	gtk20 pygtk2
-USES=		gettext
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	Mirage

Modified: head/mail/libetpan/Makefile
==============================================================================
--- head/mail/libetpan/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/mail/libetpan/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Mail framework for C language
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libexpat.so:${PORTSDIR}/textproc/expat2 \

Modified: head/multimedia/bombono/Makefile
==============================================================================
--- head/multimedia/bombono/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/multimedia/bombono/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -24,8 +24,7 @@ RUN_DEPENDS=	GraphicsMagick>=1.1.7:${POR
 		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
 		toolame:${PORTSDIR}/audio/toolame
 
-USES=		pkgconfig scons
-USE_BZIP2=	yes
+USES=		pkgconfig scons tar:bzip2
 USE_GCC=	any
 INSTALLS_ICONS=	yes
 

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/multimedia/lives/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -43,8 +43,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/analyseplu
 
 WRKSRC=		${WRKDIR}/${DISTNAME:L}
 
-USES=		pkgconfig perl5
-USE_BZIP2=	yes
+USES=		perl5 pkgconfig tar:bzip2 
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 USE_PYTHON=	yes

Modified: head/multimedia/smplayer-skins/Makefile
==============================================================================
--- head/multimedia/smplayer-skins/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/multimedia/smplayer-skins/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/smplayer/SMPlayer-skins
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Skins for SMPlayer (Skinnable GUI)
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 NO_BUILD=	yes
 
 DATADIR=	${PREFIX}/share/smplayer

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/polish/kadu/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -35,8 +35,7 @@ RUN_DEPENDS=	qca-ossl>=2.0.0.b3:${PORTSD
 GG6_EMOTS_DISTFILE=	kompatybilne_z_GG6.tar.gz
 GG7_EMOTS_DISTFILE=	dodatkowe_emoty_GG7.tar.gz
 
-USE_BZIP2=	yes
-USES=		cmake pkgconfig
+USES=		cmake pkgconfig tar:bzip2
 USE_XORG=	xscrnsaver
 CMAKE_ARGS=	-DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON
 # Setting KADU_VERSION disables git invocation

Modified: head/sysutils/gsmartcontrol/Makefile
==============================================================================
--- head/sysutils/gsmartcontrol/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/sysutils/gsmartcontrol/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -14,9 +14,8 @@ LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		smartctl:${PORTSDIR}/sysutils/smartmontools
 
-USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
-USES=		pkgconfig
+USES=		pkgconfig tar:bzip2
 INSTALLS_ICONS=	yes
 
 CONFIGURE_ARGS=	--disable-libglade

Modified: head/textproc/meld/Makefile
==============================================================================
--- head/textproc/meld/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/textproc/meld/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -11,9 +11,8 @@ COMMENT=	GNOME 2 visual diff and merge t
 
 LICENSE=	GPLv2
 
-USE_XZ=		yes
 USE_GNOME=	pygnome2
-USES=		desktop-file-utils gmake shared-mime-info shebangfix
+USES=		desktop-file-utils gmake shared-mime-info shebangfix tar:xz
 python_OLD_CMD=	${SETENV} python
 python_CMD=	${PYTHON_CMD}
 SHEBANG_FILES=	bin/meld

Modified: head/x11-toolkits/termit/Makefile
==============================================================================
--- head/x11-toolkits/termit/Makefile	Mon Mar 17 16:37:19 2014	(r348490)
+++ head/x11-toolkits/termit/Makefile	Mon Mar 17 16:56:15 2014	(r348491)
@@ -12,8 +12,7 @@ COMMENT=	Small terminal emulator
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
-USES=		cmake pkgconfig lua
+USES=		cmake lua pkgconfig tar:bzip2
 USE_GNOME=	gdkpixbuf2 vte
 
 CFLAGS+=	-I${LOCALBASE}/include/vte-0.0



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