Date: Thu, 27 Jul 2017 13:57:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446741 - in head: databases/galera databases/mysqlwsrep56-server databases/mysqlwsrep57-server databases/pg_rman devel/colorgcc devel/go-sql-driver devel/grpc devel/libhyve-remote emul... Message-ID: <201707271357.v6RDvVhq002071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jul 27 13:57:30 2017 New Revision: 446741 URL: https://svnweb.freebsd.org/changeset/ports/446741 Log: Regular USE_GITHUB cleanup. Sponsored by: Absolight Modified: head/databases/galera/Makefile (contents, props changed) head/databases/galera/distinfo (contents, props changed) head/databases/mysqlwsrep56-server/Makefile (contents, props changed) head/databases/mysqlwsrep56-server/distinfo (contents, props changed) head/databases/mysqlwsrep57-server/Makefile (contents, props changed) head/databases/mysqlwsrep57-server/distinfo (contents, props changed) head/databases/pg_rman/Makefile (contents, props changed) head/devel/colorgcc/Makefile (contents, props changed) head/devel/go-sql-driver/Makefile (contents, props changed) head/devel/grpc/Makefile (contents, props changed) head/devel/libhyve-remote/Makefile (contents, props changed) head/emulators/open-vm-tools/Makefile (contents, props changed) head/emulators/open-vm-tools/distinfo (contents, props changed) head/games/endless-sky-high-dpi/Makefile (contents, props changed) head/graphics/pngwriter/Makefile (contents, props changed) head/japanese/mozc-server/Makefile (contents, props changed) head/lang/mono/Makefile (contents, props changed) head/lang/mono/distinfo (contents, props changed) head/mail/vexim/Makefile (contents, props changed) head/math/moo/Makefile (contents, props changed) head/math/wxMaxima/Makefile (contents, props changed) head/math/wxMaxima/distinfo (contents, props changed) head/net-mgmt/nrpe3/Makefile (contents, props changed) head/net-mgmt/nrpe3/distinfo (contents, props changed) head/net-p2p/btpd/Makefile (contents, props changed) head/net/drive/Makefile (contents, props changed) head/net/madonctl/Makefile (contents, props changed) head/security/proftpd-mod_clamav/Makefile (contents, props changed) Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/galera/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= galera PORTVERSION?= 25.3.21 +DISTVERSIONPREFIX?= release_ CATEGORIES= databases MAINTAINER= devel@galeracluster.com @@ -33,7 +34,6 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= codership -GH_TAGNAME?= release_${DISTVERSION} LDFLAGS+= -lboost_program_options -lboost_system MAKE_ARGS+= revno=${GH_TAGNAME} system_asio=0 tests=0 Modified: head/databases/galera/distinfo ============================================================================== --- head/databases/galera/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/galera/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499109333 -SHA256 (codership-galera-25.3.21-release_25.3.21_GH0.tar.gz) = dc0d8e9bcbd16de98c3ee558f7e7e2cf4596670a2e2e38a03d3e45bf5c9ebd5e -SIZE (codership-galera-25.3.21-release_25.3.21_GH0.tar.gz) = 3276033 +TIMESTAMP = 1501158019 +SHA256 (codership-galera-release_25.3.21_GH0.tar.gz) = dc0d8e9bcbd16de98c3ee558f7e7e2cf4596670a2e2e38a03d3e45bf5c9ebd5e +SIZE (codership-galera-release_25.3.21_GH0.tar.gz) = 3276033 Modified: head/databases/mysqlwsrep56-server/Makefile ============================================================================== --- head/databases/mysqlwsrep56-server/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/mysqlwsrep56-server/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= mysqlwsrep PORTVERSION?= 5.6.36 +DISTVERSIONPREFIX?= wsrep_ DISTVERSIONSUFFIX?= -25.20 PORTREVISION?= 2 CATEGORIES= databases ipv6 @@ -43,7 +44,6 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= codership GH_PROJECT?= mysql-wsrep -GH_TAGNAME?= wsrep_${DISTVERSION}${DISTVERSIONSUFFIX} MY_DBDIR= /var/db/mysql MY_SECDIR= /var/db/mysql_secure Modified: head/databases/mysqlwsrep56-server/distinfo ============================================================================== --- head/databases/mysqlwsrep56-server/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/mysqlwsrep56-server/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499257665 -SHA256 (codership-mysql-wsrep-5.6.36-25.20-wsrep_5.6.36-25.20_GH0.tar.gz) = b40e01d95d8ccc5c23b9f1bf6c43c93776a7f542d57c14da661191b5a656754b -SIZE (codership-mysql-wsrep-5.6.36-25.20-wsrep_5.6.36-25.20_GH0.tar.gz) = 32374284 +TIMESTAMP = 1501158237 +SHA256 (codership-mysql-wsrep-wsrep_5.6.36-25.20_GH0.tar.gz) = b40e01d95d8ccc5c23b9f1bf6c43c93776a7f542d57c14da661191b5a656754b +SIZE (codership-mysql-wsrep-wsrep_5.6.36-25.20_GH0.tar.gz) = 32374284 Modified: head/databases/mysqlwsrep57-server/Makefile ============================================================================== --- head/databases/mysqlwsrep57-server/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/mysqlwsrep57-server/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= mysqlwsrep PORTVERSION?= 5.7.18 +DISTVERSIONPREFIX?= wsrep_ DISTVERSIONSUFFIX?= -25.12 PORTREVISION?= 1 CATEGORIES= databases ipv6 @@ -41,7 +42,6 @@ MY_TMPDIR= /var/db/mysql_tmpdir USE_GITHUB= yes GH_ACCOUNT= codership GH_PROJECT?= mysql-wsrep -GH_TAGNAME?= wsrep_${DISTVERSION}${DISTVERSIONSUFFIX} DATADIR= ${PREFIX}/share/mysql ETCDIR= ${PREFIX}/etc/mysql Modified: head/databases/mysqlwsrep57-server/distinfo ============================================================================== --- head/databases/mysqlwsrep57-server/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/mysqlwsrep57-server/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,5 +1,5 @@ -TIMESTAMP = 1499970818 +TIMESTAMP = 1501158272 SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac SIZE (boost_1_59_0.tar.gz) = 83709983 -SHA256 (codership-mysql-wsrep-5.7.18-25.12-wsrep_5.7.18-25.12_GH0.tar.gz) = d40457fd71401d1600386482f2bc0d6258d3b853a051ba47d8b64d5a95e5efc8 -SIZE (codership-mysql-wsrep-5.7.18-25.12-wsrep_5.7.18-25.12_GH0.tar.gz) = 51679003 +SHA256 (codership-mysql-wsrep-wsrep_5.7.18-25.12_GH0.tar.gz) = d40457fd71401d1600386482f2bc0d6258d3b853a051ba47d8b64d5a95e5efc8 +SIZE (codership-mysql-wsrep-wsrep_5.7.18-25.12_GH0.tar.gz) = 51679003 Modified: head/databases/pg_rman/Makefile ============================================================================== --- head/databases/pg_rman/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/databases/pg_rman/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -9,12 +9,13 @@ COMMENT= Online backup and restore tool for PostgreSQL LICENSE= BSD3CLAUSE -BROKEN= checksum and size mismatch +BROKEN= checksum and size mismatch (using a branch and not a tag or commit hash) USES= gettext-runtime gmake pgsql USE_GITHUB= yes PG_TAG_VERSION= ${PGSQL_DEFAULT:S/./_/} -GH_TUPLE= ossc-db:pg_rman:REL${PG_TAG_VERSION}_STABLE +GH_ACCOUNT= ossc-db +GH_TAGNAME= REL${PG_TAG_VERSION}_STABLE WANT_PGSQL= client server WANT_PGSQL_VER= 91+ MAKE_ARGS= USE_PGXS=1 Modified: head/devel/colorgcc/Makefile ============================================================================== --- head/devel/colorgcc/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/devel/colorgcc/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -16,7 +16,6 @@ SHEBANG_FILES= colorgcc.pl USE_GITHUB= yes GH_ACCOUNT= olibre -GH_PROJECT= ${PORTNAME} GH_TAGNAME= d844212 PLIST_FILES= bin/${PORTNAME} \ Modified: head/devel/go-sql-driver/Makefile ============================================================================== --- head/devel/go-sql-driver/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/devel/go-sql-driver/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -13,7 +13,6 @@ COMMENT= Lightweight and fast MySQL driver for go USES= go USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} GH_PROJECT= mysql GO_PKGNAME= github.com/${PORTNAME}/${GH_PROJECT} Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/devel/grpc/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -18,8 +18,7 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ libcares.so:dns/c-ares USE_GITHUB= yes -GH_TUPLE= grpc:grpc:v${PORTVERSION} \ - google:boringssl:a93bc11:boringssl/third_party/boringssl \ +GH_TUPLE= google:boringssl:a93bc11:boringssl/third_party/boringssl \ google:benchmark:v1.1.0:benchmark/third_party/benchmark USES= cmake perl5 pkgconfig Modified: head/devel/libhyve-remote/Makefile ============================================================================== --- head/devel/libhyve-remote/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/devel/libhyve-remote/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -31,8 +31,6 @@ PLIST_DIRS= ${LOCALBASE}/include/libhyverem USE_GITHUB= yes GH_ACCOUNT= araujobsd -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${PORTVERSION} USE_LDCONFIG= yes Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/emulators/open-vm-tools/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} +DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators @@ -47,7 +48,6 @@ USES= autoreconf:-iv fuse gettext-runtime kmod libto USE_GITHUB= yes GH_ACCOUNT= vmware -GH_TAGNAME= stable-${RELEASE_VER} USE_LDCONFIG= yes CPPFLAGS+= -Wno-deprecated-declarations Modified: head/emulators/open-vm-tools/distinfo ============================================================================== --- head/emulators/open-vm-tools/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/emulators/open-vm-tools/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493092065 -SHA256 (vmware-open-vm-tools-10.1.5-stable-10.1.5_GH0.tar.gz) = aba7bf570b8951b61784941460659c204359d98fcbfb164df3c30d468a19fb1c -SIZE (vmware-open-vm-tools-10.1.5-stable-10.1.5_GH0.tar.gz) = 3540164 +TIMESTAMP = 1501156965 +SHA256 (vmware-open-vm-tools-stable-10.1.5_GH0.tar.gz) = aba7bf570b8951b61784941460659c204359d98fcbfb164df3c30d468a19fb1c +SIZE (vmware-open-vm-tools-stable-10.1.5_GH0.tar.gz) = 3540164 Modified: head/games/endless-sky-high-dpi/Makefile ============================================================================== --- head/games/endless-sky-high-dpi/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/games/endless-sky-high-dpi/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -1,11 +1,10 @@ # Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -PORTNAME= high-dpi +PORTNAME= endless-sky-high-dpi PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v CATEGORIES= games -PKGNAMEPREFIX= endless-sky- MAINTAINER= amdmi3@FreeBSD.org COMMENT= High-DPI graphics for Endless Sky @@ -17,7 +16,6 @@ RUN_DEPENDS= endless-sky:games/endless-sky USE_GITHUB= yes GH_ACCOUNT= endless-sky -GH_PROJECT= endless-sky-${PORTNAME} DATADIR= ${PREFIX}/share/endless-sky/plugins/${PORTNAME} Modified: head/graphics/pngwriter/Makefile ============================================================================== --- head/graphics/pngwriter/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/graphics/pngwriter/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -21,7 +21,6 @@ BROKEN_powerpc64= fails to build: ios_base.h: 'std::io USES= cmake:outsource USE_GITHUB= yes USE_LDCONFIG= yes -GH_ACCOUNT= ${PORTNAME} PLIST_FILES= include/pngwriter.h \ lib/libpngwriter.a \ Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/japanese/mozc-server/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -25,8 +25,8 @@ BROKEN_powerpc64= fails to install: gyp: Call to 'whic BROKEN_sparc64= fails to compile: segfault USE_GITHUB= yes -GH_TUPLE= hrs-allbsd:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION} \ - hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic +GH_ACCOUNT= hrs-allbsd +GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic USES= compiler:c++11-lang pkgconfig gmake \ tar:bzip2 python:2.7,build shebangfix Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/lang/mono/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= mono PORTVERSION= 4.8.1.0 +DISTVERSIONPREFIX= mono- PORTREVISION= 1 CATEGORIES= lang @@ -34,7 +35,6 @@ MONOLITE_MASTER_SITES= http://download.mono-project.co MONOLITE_VERSION= 156 USE_GITHUB= yes -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GH_TUPLE= mono:Lucene.Net.Light:85978b7:1/external/Lucene.Net.Light \ mono:Newtonsoft.Json:471c3e0:2/external/Newtonsoft.Json \ mono:NuGet.BuildTasks:04bdab5:3/external/nuget-buildtasks \ Modified: head/lang/mono/distinfo ============================================================================== --- head/lang/mono/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/lang/mono/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,10 +1,10 @@ -TIMESTAMP = 1493632048 +TIMESTAMP = 1501157648 SHA256 (nuget.31.zip) = 727148dcfffdbb13f237e9b99ca4fee56443c7c0e0552c8f7b162e9f484f1e4b SIZE (nuget.31.zip) = 315117674 SHA256 (monolite-156-latest.tar.gz) = 2cdf6cff1d82d76412461a4c8a3616bb2aa1e835fb55479941662dec3799c924 SIZE (monolite-156-latest.tar.gz) = 4569148 -SHA256 (mono-mono-4.8.1.0-mono-4.8.1.0_GH0.tar.gz) = da32f26922adb29b2cc3341d11e20f754b95f87178578188fd6902c5cfc188e4 -SIZE (mono-mono-4.8.1.0-mono-4.8.1.0_GH0.tar.gz) = 72422583 +SHA256 (mono-mono-mono-4.8.1.0_GH0.tar.gz) = da32f26922adb29b2cc3341d11e20f754b95f87178578188fd6902c5cfc188e4 +SIZE (mono-mono-mono-4.8.1.0_GH0.tar.gz) = 72422583 SHA256 (mono-Lucene.Net.Light-85978b7_GH0.tar.gz) = 6f9cbad4083c8acf214d86a61fd39585f7d82eeec80c96fc696e07c7006e3a4d SIZE (mono-Lucene.Net.Light-85978b7_GH0.tar.gz) = 640188 SHA256 (mono-Newtonsoft.Json-471c3e0_GH0.tar.gz) = 38b2bc9f2290f780e58fdf1504c0bbdb25a67d7d998c4ec631ecbbf9ddcb3e13 Modified: head/mail/vexim/Makefile ============================================================================== --- head/mail/vexim/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/mail/vexim/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} GH_PROJECT= ${PORTNAME}2 SUB_FILES= pkg-message Modified: head/math/moo/Makefile ============================================================================== --- head/math/moo/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/math/moo/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -13,7 +13,6 @@ LICENSE= PD USE_GITHUB= yes GH_ACCOUNT= raylai -GH_TAGNAME= ${PORTVERSION} PLIST_FILES= bin/moo man/man1/moo.1.gz Modified: head/math/wxMaxima/Makefile ============================================================================== --- head/math/wxMaxima/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/math/wxMaxima/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= wxMaxima PORTVERSION= 17.05.1 +DISTVERSIONPREFIX= Version- PORTREVISION= 0 CATEGORIES= math @@ -13,7 +14,8 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:math/maxima -GH_TUPLE= andrejv:${PORTNAME:tl}:Version-${DISTVERSION} +GH_ACCOUNT= andrejv +GH_PROJECT= ${PORTNAME:tl} PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} Modified: head/math/wxMaxima/distinfo ============================================================================== --- head/math/wxMaxima/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/math/wxMaxima/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500975060 -SHA256 (andrejv-wxmaxima-17.05.1-Version-17.05.1_GH0.tar.gz) = 72394f266a784e433e232e600e7178fdd6362fd33f8ac11703db10c780676037 -SIZE (andrejv-wxmaxima-17.05.1-Version-17.05.1_GH0.tar.gz) = 5890723 +TIMESTAMP = 1501163197 +SHA256 (andrejv-wxmaxima-Version-17.05.1_GH0.tar.gz) = 72394f266a784e433e232e600e7178fdd6362fd33f8ac11703db10c780676037 +SIZE (andrejv-wxmaxima-Version-17.05.1_GH0.tar.gz) = 5890723 Modified: head/net-mgmt/nrpe3/Makefile ============================================================================== --- head/net-mgmt/nrpe3/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/net-mgmt/nrpe3/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -3,6 +3,7 @@ PORTNAME= nrpe PORTVERSION= 3.2.0 +DISTVERSIONPREFIX= nrpe- PORTREVISION?= 0 CATEGORIES= net-mgmt PKGNAMESUFFIX= 3 @@ -16,7 +17,6 @@ CONFLICTS= nrpe nrpe-ssl USE_GITHUB= yes GH_ACCOUNT= NagiosEnterprises -GH_TAGNAME= nrpe-${DISTVERSION} USES= perl5 USE_PERL5= build Modified: head/net-mgmt/nrpe3/distinfo ============================================================================== --- head/net-mgmt/nrpe3/distinfo Thu Jul 27 13:41:31 2017 (r446740) +++ head/net-mgmt/nrpe3/distinfo Thu Jul 27 13:57:30 2017 (r446741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499365291 -SHA256 (NagiosEnterprises-nrpe-3.2.0-nrpe-3.2.0_GH0.tar.gz) = 82fd7a112255f6147d2abcc836b9efe74ca85c9915956e1e22966cf159db16cf -SIZE (NagiosEnterprises-nrpe-3.2.0-nrpe-3.2.0_GH0.tar.gz) = 517774 +TIMESTAMP = 1501163265 +SHA256 (NagiosEnterprises-nrpe-nrpe-3.2.0_GH0.tar.gz) = 82fd7a112255f6147d2abcc836b9efe74ca85c9915956e1e22966cf159db16cf +SIZE (NagiosEnterprises-nrpe-nrpe-3.2.0_GH0.tar.gz) = 517774 Modified: head/net-p2p/btpd/Makefile ============================================================================== --- head/net-p2p/btpd/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/net-p2p/btpd/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME} USES= autoreconf ssl GNU_CONFIGURE= yes Modified: head/net/drive/Makefile ============================================================================== --- head/net/drive/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/net/drive/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -18,8 +18,8 @@ USES= go PLIST_FILES= bin/drive -GH_TUPLE= odeke-em:drive:v${PORTVERSION} \ - boltdb:bolt:v1.3.1:boltdb_bolt/../src/github.com/boltdb/bolt \ +GH_ACCOUNT= odeke-em +GH_TUPLE= boltdb:bolt:v1.3.1:boltdb_bolt/../src/github.com/boltdb/bolt \ cheggaaa:pb:v2.0.4:cheggaaa_pb/../src/github.com/cheggaaa/pb \ fatih:color:v1.5.0:fatih_color/../src/github.com/fatih/color \ golang:crypto:6914964:golang_crypto/../src/golang.org/x/crypto \ Modified: head/net/madonctl/Makefile ============================================================================== --- head/net/madonctl/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/net/madonctl/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -18,8 +18,8 @@ USES= go PLIST_FILES= bin/madonctl -GH_TUPLE= McKael:${PORTNAME}:${DISTVERSIONFULL} \ - McKael:madon:v1.6.0:madon/../src/github.com/McKael/madon \ +GH_ACCOUNT= McKael +GH_TUPLE= McKael:madon:v1.6.0:madon/../src/github.com/McKael/madon \ fsnotify:fsnotify:v1.4.2:fsnotify/../src/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:yaml/../src/github.com/ghodss/yaml \ go-yaml:yaml:cd8b52f:yaml2/../src/gopkg.in/yaml.v2 \ Modified: head/security/proftpd-mod_clamav/Makefile ============================================================================== --- head/security/proftpd-mod_clamav/Makefile Thu Jul 27 13:41:31 2017 (r446740) +++ head/security/proftpd-mod_clamav/Makefile Thu Jul 27 13:57:30 2017 (r446741) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= mod_clamav +DISTVERSIONPREFIX= v DISTVERSION= 0.14rc2 PORTREVISION= 0 CATEGORIES= security ftp @@ -16,7 +17,6 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../ftp/proftpd -GH_TAGNAME= v${DISTVERSION} GIT_REVISION= c8586c7 RUN_DEPENDS+= clamd:security/clamav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707271357.v6RDvVhq002071>