svn commit: r531021 - in head: cad/cura cad/fdm_materials devel/libsavitar graphics/kooka net/libcharon
Tobias Kortkamp
tobik at FreeBSD.org
Tue Apr 7 16:03:06 UTC 2020
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
More information about the svn-ports-all
mailing list