Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2020 16:03:04 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531021 - in head: cad/cura cad/fdm_materials devel/libsavitar graphics/kooka net/libcharon
Message-ID:  <202004071603.037G34d0029123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr  7 16:03:04 2020
New Revision: 531021
URL: https://svnweb.freebsd.org/changeset/ports/531021

Log:
  Clean up some duplicated variables
  
  Reported by:	portscan

Modified:
  head/cad/cura/Makefile
  head/cad/fdm_materials/Makefile
  head/devel/libsavitar/Makefile
  head/graphics/kooka/Makefile
  head/net/libcharon/Makefile

Modified: head/cad/cura/Makefile
==============================================================================
--- head/cad/cura/Makefile	Tue Apr  7 15:50:46 2020	(r531020)
+++ head/cad/cura/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
@@ -34,7 +34,6 @@ USES=		cmake gettext shebangfix python:3.4+ desktop-fi
 CMAKE_ARGS+=	-DURANIUM_SCRIPTS_DIR:STRING="${LOCALBASE}/share/uranium/scripts"
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
-USE_GITHUB=	yes
 GH_TAGNAME=	7c70ace
 NO_ARCH=	yes
 

Modified: head/cad/fdm_materials/Makefile
==============================================================================
--- head/cad/fdm_materials/Makefile	Tue Apr  7 15:50:46 2020	(r531020)
+++ head/cad/fdm_materials/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
@@ -15,7 +15,6 @@ USES=		cmake 
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
-USE_GITHUB=	yes
 GH_TAGNAME=	c54199e
 NO_ARCH=	yes
 STRIP=

Modified: head/devel/libsavitar/Makefile
==============================================================================
--- head/devel/libsavitar/Makefile	Tue Apr  7 15:50:46 2020	(r531020)
+++ head/devel/libsavitar/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
@@ -16,7 +16,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-s
 USES=		cmake compiler:c++11-lang python:3.4+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
-USE_GITHUB=	yes
 GH_TAGNAME=	96eba0e
 USE_LDCONFIG=	yes
 

Modified: head/graphics/kooka/Makefile
==============================================================================
--- head/graphics/kooka/Makefile	Tue Apr  7 15:50:46 2020	(r531020)
+++ head/graphics/kooka/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
@@ -12,8 +12,6 @@ COMMENT=	Intuitive, easy to use open source scan progr
 
 LICENSE=	GPLv2+
 
-PORTSCOUT=	ignore:v4.0.71
-
 LIB_DEPENDS=	libpaper.so:print/libpaper \
 		libsane.so:graphics/sane-backends \
 		libtiff.so:graphics/tiff

Modified: head/net/libcharon/Makefile
==============================================================================
--- head/net/libcharon/Makefile	Tue Apr  7 15:50:46 2020	(r531020)
+++ head/net/libcharon/Makefile	Tue Apr  7 16:03:04 2020	(r531021)
@@ -16,7 +16,6 @@ STRIP=
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Ultimaker
-USE_GITHUB=	yes
 GH_TAGNAME=	bfd36d0
 
 NO_ARCH=	yes



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