svn commit: r500651 - in head: devel/bloaty games/90secondportraits graphics/opencv lang/python-doc-html lang/swift net-im/telegram-purple net-p2p/bitcoin net/ceph12 net/ceph13 net/gobgp sysutils/l...

Mathieu Arnold mat at FreeBSD.org
Thu May 2 10:18:07 UTC 2019


Author: mat
Date: Thu May  2 10:18:03 2019
New Revision: 500651
URL: https://svnweb.freebsd.org/changeset/ports/500651

Log:
  Remove :DEFAULT where not required.

Modified:
  head/devel/bloaty/Makefile   (contents, props changed)
  head/games/90secondportraits/Makefile   (contents, props changed)
  head/graphics/opencv/Makefile   (contents, props changed)
  head/lang/python-doc-html/Makefile   (contents, props changed)
  head/lang/swift/Makefile   (contents, props changed)
  head/net-im/telegram-purple/Makefile   (contents, props changed)
  head/net-p2p/bitcoin/Makefile   (contents, props changed)
  head/net/ceph12/Makefile   (contents, props changed)
  head/net/ceph13/Makefile   (contents, props changed)
  head/net/gobgp/Makefile   (contents, props changed)
  head/sysutils/logstalgia/Makefile   (contents, props changed)
  head/textproc/ibus/Makefile   (contents, props changed)
  head/www/go-www/Makefile   (contents, props changed)
  head/www/mattermost-server/Makefile   (contents, props changed)
  head/www/uchiwa/Makefile   (contents, props changed)

Modified: head/devel/bloaty/Makefile
==============================================================================
--- head/devel/bloaty/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/devel/bloaty/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -23,8 +23,7 @@ USES=		cmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
-GH_TUPLE=	google:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \
-		abseil:abseil-cpp:bea85b5:abseil/third_party/abseil-cpp \
+GH_TUPLE=	abseil:abseil-cpp:bea85b5:abseil/third_party/abseil-cpp \
 		nico:demumble:01098ea:demumble/third_party/demumble
 CMAKE_OFF=	BLOATY_ENABLE_CMAKETARGETS BLOATY_ENABLE_BUILDID
 

Modified: head/games/90secondportraits/Makefile
==============================================================================
--- head/games/90secondportraits/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/games/90secondportraits/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	love10:devel/love10
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	SimonLarsen:DEFAULT
-GH_PROJECT=	90-Second-Portraits:DEFAULT
+GH_ACCOUNT=	SimonLarsen
+GH_PROJECT=	90-Second-Portraits
 GH_TUPLE=	vrld:hump:537ca76:hump/hump \
 		kikito:middleclass:f670920:middleclass/middleclass
 

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/graphics/opencv/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -245,8 +245,7 @@ XINE_LIB_DEPENDS=	libxine.so:multimedia/libxine
 XINE_CMAKE_BOOL=	WITH_XINE
 
 EXTRA_MODULES_DESC=		Extra modules
-EXTRA_MODULES_GH_ACCOUNT=	opencv:DEFAULT \
-				tiny-dnn:extra_mod_3rdparty_tiny_dnn
+EXTRA_MODULES_GH_ACCOUNT=	tiny-dnn:extra_mod_3rdparty_tiny_dnn
 EXTRA_MODULES_GH_PROJECT=	opencv_contrib:extra_mod \
 				tiny-dnn:extra_mod_3rdparty_tiny_dnn \
 				opencv_3rdparty:extra_mod_3rdparty_face_landmark_model \

Modified: head/lang/python-doc-html/Makefile
==============================================================================
--- head/lang/python-doc-html/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/lang/python-doc-html/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -54,7 +54,7 @@ MASTER_SITES+=	PYTHON/ftp/python/doc/${v}:${v:S/./x/g}
 DISTFILES+=	python-${v}-docs-${f}${EXTRACT_SUFX}:${v:S/./x/g},DEFAULT
 .endfor
 .endfor
-MASTER_SITES+=	PYTHON/ftp/python/doc/current:DEFAULT
+MASTER_SITES+=	PYTHON/ftp/python/doc/current
 .endif
 
 pre-install:

Modified: head/lang/swift/Makefile
==============================================================================
--- head/lang/swift/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/lang/swift/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -29,12 +29,11 @@ REL_SNAP=	2017-04-22-a
 USE_GITHUB=	yes
 BINARY_ALIAS=	swig=swig3.0 python=${PYTHON_CMD}
 
-GH_ACCOUNT=	apple:DEFAULT,llvm,clang,dispatch,lldb,cmark,llbuild,swiftpm,xctest,xcfound
-GH_PROJECT=	swift:DEFAULT swift-llvm:llvm swift-clang:clang swift-lldb:lldb \
+GH_ACCOUNT=	apple
+GH_PROJECT=	swift swift-llvm:llvm swift-clang:clang swift-lldb:lldb \
 		swift-cmark:cmark swift-llbuild:llbuild swift-package-manager:swiftpm \
 		swift-corelibs-xctest:xctest swift-corelibs-foundation:xcfound \
 		swift-corelibs-libdispatch:dispatch
-GH_TAGNAME=	swift-${PORTVERSION}-RELEASE:llbuild,swiftpm,xctest,xcfound,dispatch
 GH_SUBDIR=	llvm:llvm clang:clang lldb:lldb cmark:cmark llbuild:llbuild \
 		swiftpm:swiftpm swift-corelibs-xctest:xctest \
 		swift-corelibs-foundation:xcfound \

Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/net-im/telegram-purple/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -31,7 +31,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	majn:DEFAULT,tgl vysheng:tlparser
+GH_ACCOUNT=	majn vysheng:tlparser
 GH_PROJECT=	tgl:tgl tl-parser:tlparser
 GH_TAGNAME?=	624cf5a:tgl 36bf190:tlparser
 GH_SUBDIR=	tgl:tgl tgl/tl-parser:tlparser

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/net-p2p/bitcoin/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -5,7 +5,7 @@ PORTNAME=	bitcoin
 PORTVERSION=	0.17.1
 PORTREVISION?=	4
 CATEGORIES=	net-p2p finance
-MASTER_SITES=	https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
+MASTER_SITES=	https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
 		LOCAL/swills:icon
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon
 DIST_SUBDIR=	${PORTNAME}

Modified: head/net/ceph12/Makefile
==============================================================================
--- head/net/ceph12/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/net/ceph12/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -51,7 +51,6 @@ USES=		cmake:noninja fuse gettext-runtime gmake \
 USE_PYTHON=	cython
 USE_OPENLDAP=	yes
 USE_GITHUB=	yes
-GH_ACCOUNT=	ceph:DEFAULT
 
 GH_TUPLE+=	ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus
 GH_TUPLE+=	ceph:ceph-object-corpus:e32bf8c:ceph_object_corpus/ceph-object-corpus

Modified: head/net/ceph13/Makefile
==============================================================================
--- head/net/ceph13/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/net/ceph13/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -52,7 +52,6 @@ USES=		cmake:noninja fuse gettext-runtime gmake pkgcon
 USE_PYTHON=	cython
 USE_OPENLDAP=	yes
 USE_GITHUB=	yes
-GH_ACCOUNT=	ceph:DEFAULT
 
 CONFLICTS_INSTALL=	ceph
 PORTSCOUT=	limit:^v13\.

Modified: head/net/gobgp/Makefile
==============================================================================
--- head/net/gobgp/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/net/gobgp/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -17,7 +17,7 @@ GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 GO_TARGET=	${GO_PKGNAME}/gobgp \
 		${GO_PKGNAME}/gobgpd
 USE_GITHUB=	yes
-GH_ACCOUNT=	osrg:DEFAULT
+GH_ACCOUNT=	osrg
 GH_TUPLE=	BurntSushi:toml:a368813:toml/../src/github.com/BurntSushi/toml \
 		armon:go-radix:1fca145:radix/../src/github.com/armon/go-radix \
 		davecgh:go-spew:8991bc2:spew/../src/github.com/davecgh/go-spew \

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/sysutils/logstalgia/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -27,7 +27,7 @@ USE_SDL=	image2 sdl2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	acaudwell
-GH_PROJECT=	Logstalgia:DEFAULT Core:core
+GH_PROJECT=	Logstalgia Core:core
 GH_TAGNAME=	1534074:core
 
 post-extract:

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/textproc/ibus/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -5,8 +5,8 @@ PORTNAME=	ibus
 PORTVERSION=	1.5.18
 PORTREVISION=	3
 CATEGORIES=	textproc
-MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT
-DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
+DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	henry.hu.sh at gmail.com

Modified: head/www/go-www/Makefile
==============================================================================
--- head/www/go-www/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/www/go-www/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	nbari:DEFAULT
+GH_ACCOUNT=	nbari
 GH_TUPLE=	golang:crypto:505ab14:crypto/src/golang.org/x/crypto
 GH_SUBDIR=	src/github.com/nbari/${PORTNAME}
 

Modified: head/www/mattermost-server/Makefile
==============================================================================
--- head/www/mattermost-server/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/www/mattermost-server/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -22,7 +22,7 @@ GO_LDFLAGS=	-X github.com/mattermost/mattermost-server
 USE_RC_SUBR=	mattermostd
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	mattermost:DEFAULT
+GH_ACCOUNT=	mattermost
 
 WWWDIR=		${PREFIX}/www/mattermost
 

Modified: head/www/uchiwa/Makefile
==============================================================================
--- head/www/uchiwa/Makefile	Thu May  2 10:13:03 2019	(r500650)
+++ head/www/uchiwa/Makefile	Thu May  2 10:18:03 2019	(r500651)
@@ -18,7 +18,7 @@ UCHIWA_SHAREDIR=	${PREFIX}/share/uchiwa/public
 
 USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
-GH_ACCOUNT=	sensu:DEFAULT
+GH_ACCOUNT=	sensu
 GH_TUPLE=	dgrijalva:jwt-go:61124b62ad244d655f87d944aefaa2ae5a0d2f16:jwtgo/src/github.com/dgrijalva/jwt-go
 GH_TUPLE+=	gorilla:context:215affda49addc4c8ef7e2534915df2c8c35c6cd:context/src/github.com/gorilla/context
 GH_TUPLE+=	mitchellh:mapstructure:f7d28d5aeab42b9b95d2e6d6b956f73a290077fc:mapstructure/src/github.com/mitchellh/mapstructure


More information about the svn-ports-all mailing list