FreeBSD Bugzilla – Attachment 207998 Details for
Bug 240986
[exp-run] Mk/Uses/go.mk: Omit symbol table and debug information by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
D21730_D21854.diff v0
D21730_D21854.diff (text/plain), 58.10 KB, created by
Dmitri Goutnik
on 2019-10-01 21:32:37 UTC
(
hide
)
Description:
D21730_D21854.diff v0
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-10-01 21:32:37 UTC
Size:
58.10 KB
patch
obsolete
>Index: Mk/Uses/go.mk >=================================================================== >--- Mk/Uses/go.mk (revision 513533) >+++ Mk/Uses/go.mk (working copy) >@@ -44,7 +44,7 @@ > # command > # > # GO_BUILDFLAGS >-# Additional build arguments to be passed to the `go install` command >+# Additional build arguments to be passed to the `go build` command > # > # GO_PORT > # The Go port to use. By default this is lang/go but can be set >@@ -62,6 +62,7 @@ > .endif > > # Settable variables >+ > .if empty(GO_PKGNAME) > . if !empty(GH_SUBDIR) > GO_PKGNAME= ${GH_SUBDIR:S|^src/||} >@@ -72,18 +73,24 @@ > . endif > .endif > GO_TARGET?= ${GO_PKGNAME} >+ > GO_BUILDFLAGS+= -v -buildmode=exe >+.if !defined(WITH_DEBUG) && empty(GO_BUILDFLAGS:M-ldflags*) >+GO_BUILDFLAGS+= -ldflags=-s >+.endif >+ > CGO_ENABLED?= 1 > CGO_CFLAGS+= -I${LOCALBASE}/include > CGO_LDFLAGS+= -L${LOCALBASE}/lib >+ > .if ${ARCH} == armv6 || ${ARCH} == armv7 > GOARM?= ${ARCH:C/armv//} > .endif > > # Read-only variables >+ > GO_CMD= ${LOCALBASE}/bin/go > GO_WRKDIR_BIN= ${WRKDIR}/bin >- > GO_ENV+= CGO_ENABLED=${CGO_ENABLED} \ > CGO_CFLAGS="${CGO_CFLAGS}" \ > CGO_LDFLAGS="${CGO_LDFLAGS}" \ >Index: benchmarks/hey/Makefile >=================================================================== >--- benchmarks/hey/Makefile (revision 513533) >+++ benchmarks/hey/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= hey > PORTVERSION= 0.1.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= benchmarks > > MAINTAINER= brd@FreeBSD.org >Index: databases/mongodb40-tools/Makefile >=================================================================== >--- databases/mongodb40-tools/Makefile (revision 513533) >+++ databases/mongodb40-tools/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= mongodb40-tools > DISTVERSIONPREFIX= r > DISTVERSION= 4.0.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases > > MAINTAINER= dev.ashevchuk@gmail.com >Index: databases/usql/Makefile >=================================================================== >--- databases/usql/Makefile (revision 513533) >+++ databases/usql/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= usql > DISTVERSIONPREFIX= v > DISTVERSION= 0.7.5 >+PORTREVISION= 1 > CATEGORIES= databases > > MAINTAINER= yuri@FreeBSD.org >Index: deskutils/chart/Makefile >=================================================================== >--- deskutils/chart/Makefile (revision 513533) >+++ deskutils/chart/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= chart > DISTVERSIONPREFIX= v > DISTVERSION= 3.0.0 >+PORTREVISION= 1 > CATEGORIES= deskutils > > MAINTAINER= mail@dbalan.in >Index: deskutils/noti/Makefile >=================================================================== >--- deskutils/noti/Makefile (revision 513533) >+++ deskutils/noti/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= noti > DISTVERSION= 3.2.0 >+PORTREVISION= 1 > CATEGORIES= deskutils > > MAINTAINER= tagattie@yandex.com >Index: deskutils/pet/Makefile >=================================================================== >--- deskutils/pet/Makefile (revision 513533) >+++ deskutils/pet/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= pet > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.6 >+PORTREVISION= 1 > CATEGORIES= deskutils > > MAINTAINER= yuri@FreeBSD.org >Index: devel/arduino-builder/Makefile >=================================================================== >--- devel/arduino-builder/Makefile (revision 513533) >+++ devel/arduino-builder/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= arduino-builder > PORTVERSION= 1.3.25 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= kevans@FreeBSD.org >Index: devel/awless/Makefile >=================================================================== >--- devel/awless/Makefile (revision 513533) >+++ devel/awless/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= awless > DISTVERSIONPREFIX= v > DISTVERSION= 0.1.11 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/bazel-buildtools/Makefile >=================================================================== >--- devel/bazel-buildtools/Makefile (revision 513533) >+++ devel/bazel-buildtools/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bazel-buildtools > DISTVERSION= 0.28.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/bingo/Makefile >=================================================================== >--- devel/bingo/Makefile (revision 513533) >+++ devel/bingo/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bingo > DISTVERSION= 1.1.0-295 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= tobik@FreeBSD.org >Index: devel/dep/Makefile >=================================================================== >--- devel/dep/Makefile (revision 513533) >+++ devel/dep/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= dep > DISTVERSIONPREFIX= v > DISTVERSION= 0.5.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= sam.gwydir@joyent.com >Index: devel/dupl/Makefile >=================================================================== >--- devel/dupl/Makefile (revision 513533) >+++ devel/dupl/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.0-11 > DISTVERSIONSUFFIX= -g28d787e >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/etcd/Makefile >=================================================================== >--- devel/etcd/Makefile (revision 513533) >+++ devel/etcd/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= etcd > PORTVERSION= 2.3.8 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= coreos- > >Index: devel/etcd31/Makefile >=================================================================== >--- devel/etcd31/Makefile (revision 513533) >+++ devel/etcd31/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= etcd > PORTVERSION= 3.1.20 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= coreos- > PKGNAMESUFFIX= 31 >Index: devel/etcd32/Makefile >=================================================================== >--- devel/etcd32/Makefile (revision 513533) >+++ devel/etcd32/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= etcd > PORTVERSION= 3.2.26 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= coreos- > PKGNAMESUFFIX= 32 >Index: devel/etcd33/Makefile >=================================================================== >--- devel/etcd33/Makefile (revision 513533) >+++ devel/etcd33/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= etcd > PORTVERSION= 3.3.13 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= coreos- > PKGNAMESUFFIX= 33 >Index: devel/gb/Makefile >=================================================================== >--- devel/gb/Makefile (revision 513533) >+++ devel/gb/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gb > PORTVERSION= 0.4.4 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= swills@FreeBSD.org >Index: devel/ghq/Makefile >=================================================================== >--- devel/ghq/Makefile (revision 513533) >+++ devel/ghq/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= ghq > DISTVERSIONPREFIX= v > DISTVERSION= 0.12.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= tobik@FreeBSD.org >Index: devel/git-codereview/Makefile >=================================================================== >--- devel/git-codereview/Makefile (revision 513533) >+++ devel/git-codereview/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= git-codereview > PORTVERSION= 0.0.0.2016030201 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= swills@FreeBSD.org >Index: devel/git-lfs/Makefile >=================================================================== >--- devel/git-lfs/Makefile (revision 513533) >+++ devel/git-lfs/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= git-lfs > DISTVERSIONPREFIX= v > DISTVERSION= 2.8.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= egypcio@FreeBSD.org >Index: devel/git-town/Makefile >=================================================================== >--- devel/git-town/Makefile (revision 513533) >+++ devel/git-town/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= git-town > DISTVERSIONPREFIX= v > DISTVERSION= 7.2.1 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/gllvm/Makefile >=================================================================== >--- devel/gllvm/Makefile (revision 513533) >+++ devel/gllvm/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gllvm > DISTVERSIONPREFIX= v > DISTVERSION= 1.2.4 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/go-bindata/Makefile >=================================================================== >--- devel/go-bindata/Makefile (revision 513533) >+++ devel/go-bindata/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= go-bindata > PORTVERSION= 3.1.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= swills@FreeBSD.org >Index: devel/go-bindata-assetfs/Makefile >=================================================================== >--- devel/go-bindata-assetfs/Makefile (revision 513533) >+++ devel/go-bindata-assetfs/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= go-bindata-assetfs > PORTVERSION= g20180223 >+PORTREVISION= 1 > CATEGORIES= devel www > > MAINTAINER= egypcio@FreeBSD.org >Index: devel/go-git/Makefile >=================================================================== >--- devel/go-git/Makefile (revision 513533) >+++ devel/go-git/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= go-git > DISTVERSIONPREFIX= v > DISTVERSION= 4.10.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= miwi@FreeBSD.org >Index: devel/go-glide/Makefile >=================================================================== >--- devel/go-glide/Makefile (revision 513533) >+++ devel/go-glide/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= glide > PORTVERSION= 0.13.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= go- > >Index: devel/go-godef/Makefile >=================================================================== >--- devel/go-godef/Makefile (revision 513533) >+++ devel/go-godef/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= godef > DISTVERSIONPREFIX= v > DISTVERSION= 1.1.1 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= go- > >Index: devel/go-protobuf/Makefile >=================================================================== >--- devel/go-protobuf/Makefile (revision 513533) >+++ devel/go-protobuf/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= protobuf > DISTVERSIONPREFIX= v > DISTVERSION= 1.1.1 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > PKGNAMEPREFIX= go- >Index: devel/go-tools/Makefile >=================================================================== >--- devel/go-tools/Makefile (revision 513533) >+++ devel/go-tools/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tools > DISTVERSION= 20180726 >+PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= go- > >Index: devel/godep/Makefile >=================================================================== >--- devel/godep/Makefile (revision 513533) >+++ devel/godep/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= godep > PORTVERSION= 80 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= swills@FreeBSD.org >Index: devel/gogs/Makefile >=================================================================== >--- devel/gogs/Makefile (revision 513533) >+++ devel/gogs/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gogs > DISTVERSIONPREFIX= v > DISTVERSION= 0.11.91 >+PORTREVISION= 1 > CATEGORIES= devel www > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/golint/Makefile >=================================================================== >--- devel/golint/Makefile (revision 513533) >+++ devel/golint/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= golint > PORTVERSION= g20190409 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/goprotobuf/Makefile >=================================================================== >--- devel/goprotobuf/Makefile (revision 513533) >+++ devel/goprotobuf/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= goprotobuf > DISTVERSIONPREFIX= v > DISTVERSION= 1.1.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > >Index: devel/goswagger/Makefile >=================================================================== >--- devel/goswagger/Makefile (revision 513533) >+++ devel/goswagger/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= goswagger > DISTVERSIONPREFIX= v > DISTVERSION= 0.20.1 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/govendor/Makefile >=================================================================== >--- devel/govendor/Makefile (revision 513533) >+++ devel/govendor/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.9-6 > DISTVERSIONSUFFIX= -gc5ee5dc # includes the fix for 32-bit systems: https://github.com/kardianos/govendor/issues/386 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= rwestlun@gmail.com >Index: devel/grv/Makefile >=================================================================== >--- devel/grv/Makefile (revision 513533) >+++ devel/grv/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= grv > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/hub/Makefile >=================================================================== >--- devel/hub/Makefile (revision 513533) >+++ devel/hub/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= hub > PORTVERSION= 2.12.7 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel sysutils > > MAINTAINER= egypcio@FreeBSD.org >Index: devel/jfrog-cli/Makefile >=================================================================== >--- devel/jfrog-cli/Makefile (revision 513533) >+++ devel/jfrog-cli/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= jfrog-cli > PORTVERSION= 1.25.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= swills@FreeBSD.org >Index: devel/lazygit/Makefile >=================================================================== >--- devel/lazygit/Makefile (revision 513533) >+++ devel/lazygit/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= lazygit > DISTVERSIONPREFIX= v > DISTVERSION= 0.8.1 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= meta@FreeBSD.org >Index: devel/liteide/Makefile >=================================================================== >--- devel/liteide/Makefile (revision 513533) >+++ devel/liteide/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= liteide > DISTVERSIONPREFIX= x > DISTVERSION= 36.1 >+PORTREVISION= 1 > CATEGORIES= devel editors > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/loccount/Makefile >=================================================================== >--- devel/loccount/Makefile (revision 513533) >+++ devel/loccount/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= loccount > DISTVERSION= 2.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/modd/Makefile >=================================================================== >--- devel/modd/Makefile (revision 513533) >+++ devel/modd/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= modd > DISTVERSIONPREFIX= v > DISTVERSION= 0.8 >+PORTREVISION= 1 > CATEGORIES= devel sysutils > > MAINTAINER= yuri@FreeBSD.org >Index: devel/mutagen/Makefile >=================================================================== >--- devel/mutagen/Makefile (revision 513533) >+++ devel/mutagen/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= mutagen > DISTVERSIONPREFIX= v > DISTVERSION= 0.10.0 >+PORTREVISION= 1 > CATEGORIES= devel net > > MAINTAINER= yuri@FreeBSD.org >Index: devel/packr/Makefile >=================================================================== >--- devel/packr/Makefile (revision 513533) >+++ devel/packr/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= packr > DISTVERSIONPREFIX= v > DISTVERSION= 2.6.0 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= dmgk@FreeBSD.org >Index: devel/pprof/Makefile >=================================================================== >--- devel/pprof/Makefile (revision 513533) >+++ devel/pprof/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pprof > DISTVERSION= g20190515 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= yuri@FreeBSD.org >Index: devel/shfmt/Makefile >=================================================================== >--- devel/shfmt/Makefile (revision 513533) >+++ devel/shfmt/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= shfmt > DISTVERSIONPREFIX= v > DISTVERSION= 2.6.4 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= tobik@FreeBSD.org >Index: devel/statik/Makefile >=================================================================== >--- devel/statik/Makefile (revision 513533) >+++ devel/statik/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= statik > DISTVERSIONPREFIX= v > DISTVERSION= 0.1.2 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > >Index: dns/amass/Makefile >=================================================================== >--- dns/amass/Makefile (revision 513533) >+++ dns/amass/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= amass > DISTVERSIONPREFIX= v > DISTVERSION= 3.1.6 >+PORTREVISION= 1 > CATEGORIES= dns > > MAINTAINER= yuri@FreeBSD.org >Index: dns/cli53/Makefile >=================================================================== >--- dns/cli53/Makefile (revision 513533) >+++ dns/cli53/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= cli53 > DISTVERSION= 0.8.15 >+PORTREVISION= 1 > CATEGORIES= dns > > MAINTAINER= meta@FreeBSD.org >Index: dns/coredns/Makefile >=================================================================== >--- dns/coredns/Makefile (revision 513533) >+++ dns/coredns/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= coredns > DISTVERSIONPREFIX= v > DISTVERSION= 1.6.2 >+PORTREVISION= 1 > CATEGORIES= dns > > MAINTAINER= yuri@FreeBSD.org >Index: dns/dnscrypt-proxy2/Makefile >=================================================================== >--- dns/dnscrypt-proxy2/Makefile (revision 513533) >+++ dns/dnscrypt-proxy2/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= dnscrypt-proxy > PORTVERSION= 2.0.27 >+PORTREVISION= 1 > CATEGORIES= dns security ipv6 > PKGNAMESUFFIX= 2 > >Index: dns/rdap/Makefile >=================================================================== >--- dns/rdap/Makefile (revision 513533) >+++ dns/rdap/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= rdap > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= dns > > MAINTAINER= pi@FreeBSD.org >Index: dns/subfinder/Makefile >=================================================================== >--- dns/subfinder/Makefile (revision 513533) >+++ dns/subfinder/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= subfinder > DISTVERSION= 1.2-6 > DISTVERSIONSUFFIX= -g357c340 >+PORTREVISION= 1 > CATEGORIES= dns > > MAINTAINER= yuri@FreeBSD.org >Index: editors/gomate/Makefile >=================================================================== >--- editors/gomate/Makefile (revision 513533) >+++ editors/gomate/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gomate > DISTVERSION= g20170711 >+PORTREVISION= 1 > CATEGORIES= editors > > MAINTAINER= fabian.freyer@physik.tu-berlin.de >Index: finance/fixc/Makefile >=================================================================== >--- finance/fixc/Makefile (revision 513533) >+++ finance/fixc/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= fixc > PORTVERSION= 1.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= finance > > MAINTAINER= blttll@gmail.com >Index: ftp/curlie/Makefile >=================================================================== >--- ftp/curlie/Makefile (revision 513533) >+++ ftp/curlie/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= curlie > DISTVERSIONPREFIX= v > DISTVERSION= 1.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= ftp net www > > MAINTAINER= 0mp@FreeBSD.org >Index: graphics/jp/Makefile >=================================================================== >--- graphics/jp/Makefile (revision 513533) >+++ graphics/jp/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= jp > DISTVERSION= 1.1.12 >+PORTREVISION= 1 > CATEGORIES= graphics > > MAINTAINER= 0mp@FreeBSD.org >Index: irc/oragono/Makefile >=================================================================== >--- irc/oragono/Makefile (revision 513533) >+++ irc/oragono/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= oragono > DISTVERSIONPREFIX= v > DISTVERSION= 1.1.1 >+PORTREVISION= 1 > CATEGORIES= irc > > MAINTAINER= yuri@FreeBSD.org >Index: lang/gomacro/Makefile >=================================================================== >--- lang/gomacro/Makefile (revision 513533) >+++ lang/gomacro/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 2.7-304 > DISTVERSIONSUFFIX= -g2f4dc7c >+PORTREVISION= 1 > CATEGORIES= lang > > MAINTAINER= dmgk@FreeBSD.org >Index: mail/aerc/Makefile >=================================================================== >--- mail/aerc/Makefile (revision 513533) >+++ mail/aerc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= aerc > DISTVERSION= 0.2.1 >+PORTREVISION= 1 > CATEGORIES= mail > > MAINTAINER= tobik@FreeBSD.org >Index: mail/mailhog/Makefile >=================================================================== >--- mail/mailhog/Makefile (revision 513533) >+++ mail/mailhog/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= mailhog > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.0 >+PORTREVISION= 1 > CATEGORIES= mail devel > > MAINTAINER= mops@punkt.de >Index: mail/smtprelay/Makefile >=================================================================== >--- mail/smtprelay/Makefile (revision 513533) >+++ mail/smtprelay/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= smtprelay > DISTVERSIONPREFIX=v > DISTVERSION= 1.3.0 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= https://code.bluelife.at/decke/smtprelay/archive/ \ > LOCAL/decke/smtprelay/ >Index: misc/cryptoballot/Makefile >=================================================================== >--- misc/cryptoballot/Makefile (revision 513533) >+++ misc/cryptoballot/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= cryptoballot > DISTVERSION= g20181015 >+PORTREVISION= 1 > CATEGORIES= misc > > MAINTAINER= yuri@FreeBSD.org >Index: misc/dive/Makefile >=================================================================== >--- misc/dive/Makefile (revision 513533) >+++ misc/dive/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= dive > DISTVERSIONPREFIX= v > DISTVERSION= 0.8.0 >+PORTREVISION= 1 > CATEGORIES= misc > > MAINTAINER= yuri@FreeBSD.org >Index: misc/gobuster/Makefile >=================================================================== >--- misc/gobuster/Makefile (revision 513533) >+++ misc/gobuster/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gobuster > DISTVERSIONPREFIX= v > DISTVERSION= 3.0.1 >+PORTREVISION= 1 > CATEGORIES= misc dns > > MAINTAINER= yuri@FreeBSD.org >Index: misc/lf/Makefile >=================================================================== >--- misc/lf/Makefile (revision 513533) >+++ misc/lf/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= lf > DISTVERSIONPREFIX= r > DISTVERSION= 13 >+PORTREVISION= 1 > CATEGORIES= misc > > MAINTAINER= yuri@FreeBSD.org >Index: net/bosh-bootloader/Makefile >=================================================================== >--- net/bosh-bootloader/Makefile (revision 513533) >+++ net/bosh-bootloader/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bosh-bootloader > PORTVERSION= 7.6.0 >+PORTREVISION= 1 > CATEGORIES= net sysutils > > MAINTAINER= dumbbell@FreeBSD.org >Index: net/bosh-cli/Makefile >=================================================================== >--- net/bosh-cli/Makefile (revision 513533) >+++ net/bosh-cli/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bosh-cli > PORTVERSION= 5.5.0 >+PORTREVISION= 1 > CATEGORIES= net sysutils > > MAINTAINER= dumbbell@FreeBSD.org >Index: net/clash/Makefile >=================================================================== >--- net/clash/Makefile (revision 513533) >+++ net/clash/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= clash > DISTVERSIONPREFIX= v > DISTVERSION= 0.15.0 >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= yuri@FreeBSD.org >Index: net/drive/Makefile >=================================================================== >--- net/drive/Makefile (revision 513533) >+++ net/drive/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= drive > PORTVERSION= 0.3.9.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net > > MAINTAINER= sunpoet@FreeBSD.org >Index: net/gdrive/Makefile >=================================================================== >--- net/gdrive/Makefile (revision 513533) >+++ net/gdrive/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= gdrive > DISTVERSION= 2.1.0-23 > DISTVERSIONSUFFIX= -gc3cbcce >+PORTREVISION= 1 > CATEGORIES= net > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >Index: net/gnatsd/Makefile >=================================================================== >--- net/gnatsd/Makefile (revision 513533) >+++ net/gnatsd/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gnatsd > PORTVERSION= 1.4.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= olgeni@FreeBSD.org >Index: net/go-bapu/Makefile >=================================================================== >--- net/go-bapu/Makefile (revision 513533) >+++ net/go-bapu/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= bapu > PORTVERSION= 0.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net > MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ > PKGNAMEPREFIX= go- >Index: net/go-cs/Makefile >=================================================================== >--- net/go-cs/Makefile (revision 513533) >+++ net/go-cs/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= go-cs > PORTVERSION= 0.9 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= akosela@andykosela.com >Index: net/gobgp/Makefile >=================================================================== >--- net/gobgp/Makefile (revision 513533) >+++ net/gobgp/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gobgp > PORTVERSION= 2.6.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > DIST_SUBDIR= gobgp > >Index: net/goreplay/Makefile >=================================================================== >--- net/goreplay/Makefile (revision 513533) >+++ net/goreplay/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= goreplay > PORTVERSION= 0.16.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= swills@FreeBSD.org >Index: net/inlets/Makefile >=================================================================== >--- net/inlets/Makefile (revision 513533) >+++ net/inlets/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= inlets > DISTVERSION= 2.4.1 >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= yuri@FreeBSD.org >Index: net/madonctl/Makefile >=================================================================== >--- net/madonctl/Makefile (revision 513533) >+++ net/madonctl/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= madonctl > PORTVERSION= 2.3.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= net > > MAINTAINER= sunpoet@FreeBSD.org >Index: net/nats-streaming-server/Makefile >=================================================================== >--- net/nats-streaming-server/Makefile (revision 513533) >+++ net/nats-streaming-server/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= nats-streaming-server > PORTVERSION= 0.15.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= olgeni@FreeBSD.org >Index: net/nats-top/Makefile >=================================================================== >--- net/nats-top/Makefile (revision 513533) >+++ net/nats-top/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= nats-top > PORTVERSION= 0.3.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= olgeni@FreeBSD.org >Index: net/rclone/Makefile >=================================================================== >--- net/rclone/Makefile (revision 513533) >+++ net/rclone/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= rclone > DISTVERSIONPREFIX= v > DISTVERSION= 1.49.4 >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= wg@FreeBSD.org >Index: net/termshark/Makefile >=================================================================== >--- net/termshark/Makefile (revision 513533) >+++ net/termshark/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= termshark > PORTVERSION= 1.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX=v > CATEGORIES= net > >Index: net-im/coyim/Makefile >=================================================================== >--- net-im/coyim/Makefile (revision 513533) >+++ net-im/coyim/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= coyim > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.11 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-im > > MAINTAINER= fox@FreeBSD.org >Index: net-im/matterbridge/Makefile >=================================================================== >--- net-im/matterbridge/Makefile (revision 513533) >+++ net-im/matterbridge/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= matterbridge > PORTVERSION= 1.14.4 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net-im > > MAINTAINER= swills@FreeBSD.org >Index: net-im/matterircd/Makefile >=================================================================== >--- net-im/matterircd/Makefile (revision 513533) >+++ net-im/matterircd/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= matterircd > DISTVERSIONPREFIX= v > DISTVERSION= 0.19.2 >+PORTREVISION= 1 > CATEGORIES= net-im irc > > MAINTAINER= norrland@nullbyte.se >Index: net-im/slack-term/Makefile >=================================================================== >--- net-im/slack-term/Makefile (revision 513533) >+++ net-im/slack-term/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= slack-term > DISTVERSIONPREFIX= v > DISTVERSION= 0.4.1 >+PORTREVISION= 1 > CATEGORIES= net-im > > MAINTAINER= dmgk@FreeBSD.org >Index: net-im/ssh-chat/Makefile >=================================================================== >--- net-im/ssh-chat/Makefile (revision 513533) >+++ net-im/ssh-chat/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ssh-chat > DISTVERSIONPREFIX= v > DISTVERSION= 1.8.2 >+PORTREVISION= 1 > CATEGORIES= net-im > > MAINTAINER= yuri@FreeBSD.org >Index: net-im/xmpp-client/Makefile >=================================================================== >--- net-im/xmpp-client/Makefile (revision 513533) >+++ net-im/xmpp-client/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= xmpp-client > PORTVERSION= 20170324 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im > > MAINTAINER= cs@FreeBSD.org >Index: net-mgmt/alertmanager/Makefile >=================================================================== >--- net-mgmt/alertmanager/Makefile (revision 513533) >+++ net-mgmt/alertmanager/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= alertmanager > DISTVERSIONPREFIX= v > DISTVERSION= 0.18.0 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= michal@hanu.la >Index: net-mgmt/blackbox_exporter/Makefile >=================================================================== >--- net-mgmt/blackbox_exporter/Makefile (revision 513533) >+++ net-mgmt/blackbox_exporter/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= blackbox_exporter > PORTVERSION= 0.15.0 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= bsam@FreeBSD.org >Index: net-mgmt/carbon-relay-ng/Makefile >=================================================================== >--- net-mgmt/carbon-relay-ng/Makefile (revision 513533) >+++ net-mgmt/carbon-relay-ng/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= carbon-relay-ng > DISTVERSION= 0.10.0 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= a.andersson.thn@gmail.com >Index: net-mgmt/grok_exporter/Makefile >=================================================================== >--- net-mgmt/grok_exporter/Makefile (revision 513533) >+++ net-mgmt/grok_exporter/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= grok_exporter > PORTVERSION= 0.2.3 > DISTVERSIONPREFIX=v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt > > MAINTAINER= gasol.wu@gmail.com >Index: net-mgmt/intel-snap/Makefile >=================================================================== >--- net-mgmt/intel-snap/Makefile (revision 513533) >+++ net-mgmt/intel-snap/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= intel-snap > PORTVERSION= 0.0.1 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= brd@FreeBSD.org >Index: net-mgmt/mysqld_exporter/Makefile >=================================================================== >--- net-mgmt/mysqld_exporter/Makefile (revision 513533) >+++ net-mgmt/mysqld_exporter/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= mysqld_exporter > PORTVERSION= 0.11.0 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= mr.deadlystorm@gmail.com >Index: net-mgmt/nsd_exporter/Makefile >=================================================================== >--- net-mgmt/nsd_exporter/Makefile (revision 513533) >+++ net-mgmt/nsd_exporter/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nsd_exporter > PORTVERSION= 0.1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt > > MAINTAINER= zi@FreeBSD.org >Index: net-mgmt/nvidia_gpu_prometheus_exporter/Makefile >=================================================================== >--- net-mgmt/nvidia_gpu_prometheus_exporter/Makefile (revision 513533) >+++ net-mgmt/nvidia_gpu_prometheus_exporter/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= nvidia_gpu_prometheus_exporter > DISTVERSION= g20181028 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= 0mp@FreeBSD.org >Index: net-mgmt/prometheus-collectd-exporter/Makefile >=================================================================== >--- net-mgmt/prometheus-collectd-exporter/Makefile (revision 513533) >+++ net-mgmt/prometheus-collectd-exporter/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= prometheus-collectd-exporter > PORTVERSION= 0.4.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= dsp@php.net >Index: net-mgmt/pushgateway/Makefile >=================================================================== >--- net-mgmt/pushgateway/Makefile (revision 513533) >+++ net-mgmt/pushgateway/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= pushgateway > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.1 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= aduitsis@cpan.org >Index: net-mgmt/semaphore/Makefile >=================================================================== >--- net-mgmt/semaphore/Makefile (revision 513533) >+++ net-mgmt/semaphore/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= semaphore > PORTVERSION= 2.5.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= egypcio@FreeBSD.org >Index: net-mgmt/thanos/Makefile >=================================================================== >--- net-mgmt/thanos/Makefile (revision 513533) >+++ net-mgmt/thanos/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= thanos > DISTVERSIONPREFIX= v > DISTVERSION= 0.6.1 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > > MAINTAINER= ler@FreeBSD.org >Index: net-mgmt/unbound_exporter/Makefile >=================================================================== >--- net-mgmt/unbound_exporter/Makefile (revision 513533) >+++ net-mgmt/unbound_exporter/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= unbound_exporter > PORTVERSION= 0.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt > > MAINTAINER= aduitsis@cpan.org >Index: ports-mgmt/caronade/Makefile >=================================================================== >--- ports-mgmt/caronade/Makefile (revision 513533) >+++ ports-mgmt/caronade/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= caronade > DISTVERSIONPREFIX=v > DISTVERSION= 0.2.0 >+PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= https://code.bluelife.at/decke/caronade/archive/ \ > LOCAL/decke/caronade/ >Index: print/cloud-print-connector/Makefile >=================================================================== >--- print/cloud-print-connector/Makefile (revision 513533) >+++ print/cloud-print-connector/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= cloud-print-connector > PORTVERSION= 1.16 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= print > > MAINTAINER= swills@FreeBSD.org >Index: science/molgif/Makefile >=================================================================== >--- science/molgif/Makefile (revision 513533) >+++ science/molgif/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= molgif > DISTVERSION= g20180108 >+PORTREVISION= 1 > CATEGORIES= science > > MAINTAINER= yuri@FreeBSD.org >Index: security/2fa/Makefile >=================================================================== >--- security/2fa/Makefile (revision 513533) >+++ security/2fa/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= 2fa > DISTVERSIONPREFIX= v > DISTVERSION= 1.1.0 >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= dmgk@FreeBSD.org >Index: security/ct-submit/Makefile >=================================================================== >--- security/ct-submit/Makefile (revision 513533) >+++ security/ct-submit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= ct-submit > PORTVERSION= 1.1.2 >+PORTREVISION= 1 > CATEGORIES= security www > > MAINTAINER= jim@ohlste.in >Index: security/gopass/Makefile >=================================================================== >--- security/gopass/Makefile (revision 513533) >+++ security/gopass/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= gopass > DISTVERSIONPREFIX= v > DISTVERSION= 1.8.6 >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= sascha@root-login.org >Index: security/keybase/Makefile >=================================================================== >--- security/keybase/Makefile (revision 513533) >+++ security/keybase/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= keybase > PORTVERSION= 4.5.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= sunpoet@FreeBSD.org >Index: security/meek/Makefile >=================================================================== >--- security/meek/Makefile (revision 513533) >+++ security/meek/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= meek > DISTVERSION= 0.31 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= https://gitweb.torproject.org/pluggable-transports/meek.git/snapshot/ \ > https://gitweb.torproject.org/pluggable-transports/goptlib.git/snapshot/:goptlib >Index: security/obfs4proxy-tor/Makefile >=================================================================== >--- security/obfs4proxy-tor/Makefile (revision 513533) >+++ security/obfs4proxy-tor/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= obfs4proxy > DISTVERSION= 0.0.11 >+PORTREVISION= 1 > CATEGORIES= security net ipv6 > MASTER_SITES= https://people.torproject.org/~yawning/releases/${PORTNAME}/ > PKGNAMESUFFIX= -tor >Index: security/onionscan/Makefile >=================================================================== >--- security/onionscan/Makefile (revision 513533) >+++ security/onionscan/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= onionscan > DISTVERSIONPREFIX= OnionScan- > DISTVERSION= 0.2 >+PORTREVISION= 1 > CATEGORIES= security net > > MAINTAINER= egypcio@FreeBSD.org >Index: security/sops/Makefile >=================================================================== >--- security/sops/Makefile (revision 513533) >+++ security/sops/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= sops > DISTVERSION= 3.4.0 >+PORTREVISION= 1 > CATEGORIES= security editors > > MAINTAINER= dmgk@FreeBSD.org >Index: security/ssllabs-scan/Makefile >=================================================================== >--- security/ssllabs-scan/Makefile (revision 513533) >+++ security/ssllabs-scan/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ssllabs-scan > DISTVERSIONPREFIX= v > DISTVERSION= 1.5.0 >+PORTREVISION= 1 > CATEGORIES= security net ipv6 > > MAINTAINER= egypcio@FreeBSD.org >Index: security/totp-cli/Makefile >=================================================================== >--- security/totp-cli/Makefile (revision 513533) >+++ security/totp-cli/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= totp-cli > PORTVERSION= 1.1.3 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= sunpoet@FreeBSD.org >Index: security/trezord/Makefile >=================================================================== >--- security/trezord/Makefile (revision 513533) >+++ security/trezord/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= trezord > DISTVERSIONPREFIX= v > DISTVERSION= 2.0.25 >+PORTREVISION= 1 > CATEGORIES= security > > MAINTAINER= ale@FreeBSD.org >Index: shells/antibody/Makefile >=================================================================== >--- shells/antibody/Makefile (revision 513533) >+++ shells/antibody/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= antibody > PORTVERSION= 4.1.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= shells > > MAINTAINER= adamw@FreeBSD.org >Index: shells/envy/Makefile >=================================================================== >--- shells/envy/Makefile (revision 513533) >+++ shells/envy/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= envy > DISTVERSIONPREFIX=v > DISTVERSION= 0.1.0 >+PORTREVISION= 1 > CATEGORIES= shells > > MAINTAINER= krion@FreeBSD.org >Index: sysutils/aptly/Makefile >=================================================================== >--- sysutils/aptly/Makefile (revision 513533) >+++ sysutils/aptly/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= aptly > PORTVERSION= 1.4.0 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= romain@FreeBSD.org >Index: sysutils/circonus-agent/Makefile >=================================================================== >--- sysutils/circonus-agent/Makefile (revision 513533) >+++ sysutils/circonus-agent/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= circonus-agent > DISTVERSIONPREFIX= v > DISTVERSION= 0.13.0 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= sam.gwydir@joyent.com >Index: sysutils/container-diff/Makefile >=================================================================== >--- sysutils/container-diff/Makefile (revision 513533) >+++ sysutils/container-diff/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= container-diff > PORTVERSION= 0.15.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= sunpoet@FreeBSD.org >Index: sysutils/ctop/Makefile >=================================================================== >--- sysutils/ctop/Makefile (revision 513533) >+++ sysutils/ctop/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ctop > DISTVERSIONPREFIX= v > DISTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= dmgk@FreeBSD.org >Index: sysutils/docker/Makefile >=================================================================== >--- sysutils/docker/Makefile (revision 513533) >+++ sysutils/docker/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= docker > PORTVERSION= 18.09.5 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= lifanov@FreeBSD.org >Index: sysutils/docker-credential-pass/Makefile >=================================================================== >--- sysutils/docker-credential-pass/Makefile (revision 513533) >+++ sysutils/docker-credential-pass/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= docker-credential-pass > DISTVERSIONPREFIX= v > DISTVERSION= 0.6.3 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= dmgk@FreeBSD.org >Index: sysutils/docker-machine/Makefile >=================================================================== >--- sysutils/docker-machine/Makefile (revision 513533) >+++ sysutils/docker-machine/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= docker-machine > PORTVERSION= 0.16.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= lifanov@FreeBSD.org >Index: sysutils/doctl/Makefile >=================================================================== >--- sysutils/doctl/Makefile (revision 513533) >+++ sysutils/doctl/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= doctl > DISTVERSIONPREFIX= v > DISTVERSION= 1.31.2 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= jrm@FreeBSD.org >Index: sysutils/fusefs-webdavfs/Makefile >=================================================================== >--- sysutils/fusefs-webdavfs/Makefile (revision 513533) >+++ sysutils/fusefs-webdavfs/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= fusefs-webdavfs > DISTVERSION= g20181010 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= eugen@FreeBSD.org >Index: sysutils/goawk/Makefile >=================================================================== >--- sysutils/goawk/Makefile (revision 513533) >+++ sysutils/goawk/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= goawk > DISTVERSIONPREFIX= v > DISTVERSION= 1.6.0 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= yuri@FreeBSD.org >Index: sysutils/gotop/Makefile >=================================================================== >--- sysutils/gotop/Makefile (revision 513533) >+++ sysutils/gotop/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= gotop > DISTVERSION= 3.0.0 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= yuri@FreeBSD.org >Index: sysutils/hared/Makefile >=================================================================== >--- sysutils/hared/Makefile (revision 513533) >+++ sysutils/hared/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= hared > DISTVERSION= 1.0-45 > DISTVERSIONSUFFIX= -g8341d8a >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= 0mp@FreeBSD.org >Index: sysutils/ipfs-go/Makefile >=================================================================== >--- sysutils/ipfs-go/Makefile (revision 513533) >+++ sysutils/ipfs-go/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ipfs > DISTVERSIONPREFIX= v > DISTVERSION= 0.4.21 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= https://github.com/ipfs/go-ipfs/releases/download/v${DISTVERSION}/ > PKGNAMESUFFIX= -go >Index: sysutils/jest/Makefile >=================================================================== >--- sysutils/jest/Makefile (revision 513533) >+++ sysutils/jest/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= jest > DISTVERSION= 3.0.16 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= yuri@FreeBSD.org >Index: sysutils/logstash-forwarder/Makefile >=================================================================== >--- sysutils/logstash-forwarder/Makefile (revision 513533) >+++ sysutils/logstash-forwarder/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= logstash-forwarder > PORTVERSION= 0.4.0.20150507 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= cheffo@freebsd-bg.org >Index: sysutils/nomad-pot-driver/Makefile >=================================================================== >--- sysutils/nomad-pot-driver/Makefile (revision 513533) >+++ sysutils/nomad-pot-driver/Makefile (working copy) >@@ -4,7 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 0.2 > DISTVERSIONSUFFIX= -11-g412dbeb >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= pizzamig@FreeBSD.org >Index: sysutils/packer/Makefile >=================================================================== >--- sysutils/packer/Makefile (revision 513533) >+++ sysutils/packer/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= packer > PORTVERSION= 1.4.3 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= lifanov@FreeBSD.org >Index: sysutils/phpfpm_exporter/Makefile >=================================================================== >--- sysutils/phpfpm_exporter/Makefile (revision 513533) >+++ sysutils/phpfpm_exporter/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= phpfpm_exporter > PORTVERSION= 0.3.3 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= gasol.wu@gmail.com >Index: sysutils/rest-server/Makefile >=================================================================== >--- sysutils/rest-server/Makefile (revision 513533) >+++ sysutils/rest-server/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= rest-server > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.8 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= dch@FreeBSD.org >Index: sysutils/restic/Makefile >=================================================================== >--- sysutils/restic/Makefile (revision 513533) >+++ sysutils/restic/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= restic > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.5 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= gregf@hugops.pw >Index: sysutils/serf/Makefile >=================================================================== >--- sysutils/serf/Makefile (revision 513533) >+++ sysutils/serf/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= serf > PORTVERSION= 0.8.3 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > PKGNAMEPREFIX= hashicorp- > >Index: sysutils/siegfried/Makefile >=================================================================== >--- sysutils/siegfried/Makefile (revision 513533) >+++ sysutils/siegfried/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= siegfried > DISTVERSIONPREFIX= v > DISTVERSION= 1.7.8 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= steffen@fritz.wtf >Index: sysutils/snmp_exporter/Makefile >=================================================================== >--- sysutils/snmp_exporter/Makefile (revision 513533) >+++ sysutils/snmp_exporter/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= snmp_exporter > PORTVERSION= 0.14.0 > DISTVERSIONPREFIX=v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= fabian.freyer@physik.tu-berlin.de >Index: sysutils/terraform/Makefile >=================================================================== >--- sysutils/terraform/Makefile (revision 513533) >+++ sysutils/terraform/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= terraform > PORTVERSION= 0.12.8 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= lifanov@FreeBSD.org >Index: sysutils/terraform-provider-vultr/Makefile >=================================================================== >--- sysutils/terraform-provider-vultr/Makefile (revision 513533) >+++ sysutils/terraform-provider-vultr/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= terraform-provider-vultr > PORTVERSION= 0.1.10 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= woodsb02@FreeBSD.org >Index: sysutils/zfs-snap-diff/Makefile >=================================================================== >--- sysutils/zfs-snap-diff/Makefile (revision 513533) >+++ sysutils/zfs-snap-diff/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= zfs-snap-diff > PORTVERSION= 0.0.10 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= ben.lavery@hashbang0.com >Index: sysutils/zrepl/Makefile >=================================================================== >--- sysutils/zrepl/Makefile (revision 513533) >+++ sysutils/zrepl/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= zrepl > PORTVERSION= 0.1.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= woodsb02@FreeBSD.org >Index: textproc/consul-template/Makefile >=================================================================== >--- textproc/consul-template/Makefile (revision 513533) >+++ textproc/consul-template/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= consul-template > PORTVERSION= 0.20.0 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= textproc > > MAINTAINER= swills@FreeBSD.org >Index: textproc/jid/Makefile >=================================================================== >--- textproc/jid/Makefile (revision 513533) >+++ textproc/jid/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jid > PORTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= textproc > > MAINTAINER= sbz@FreeBSD.org >Index: textproc/markdownfmt/Makefile >=================================================================== >--- textproc/markdownfmt/Makefile (revision 513533) >+++ textproc/markdownfmt/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 1.1-67 > DISTVERSIONSUFFIX= -g3438a10 >+PORTREVISION= 1 > CATEGORIES= textproc > > MAINTAINER= 0mp@FreeBSD.org >Index: textproc/minify/Makefile >=================================================================== >--- textproc/minify/Makefile (revision 513533) >+++ textproc/minify/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= minify > PORTVERSION= 2.5.2 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= textproc www > > MAINTAINER= sunpoet@FreeBSD.org >Index: textproc/peco/Makefile >=================================================================== >--- textproc/peco/Makefile (revision 513533) >+++ textproc/peco/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= peco > PORTVERSION= 0.4.4 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= LOCAL/knu > >Index: textproc/pup/Makefile >=================================================================== >--- textproc/pup/Makefile (revision 513533) >+++ textproc/pup/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 0.4.0-9 > DISTVERSIONSUFFIX= -g1c3cffd >+PORTREVISION= 1 > CATEGORIES= textproc > > MAINTAINER= 0mp@FreeBSD.org >Index: textproc/sift/Makefile >=================================================================== >--- textproc/sift/Makefile (revision 513533) >+++ textproc/sift/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= sift > PORTVERSION= 0.9.0 > DISTVERSIONPREFIX= v >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= textproc > > MAINTAINER= sunpoet@FreeBSD.org >Index: textproc/up/Makefile >=================================================================== >--- textproc/up/Makefile (revision 513533) >+++ textproc/up/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= up > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.2 >+PORTREVISION= 1 > CATEGORIES= textproc > > MAINTAINER= 0mp@FreeBSD.org >Index: www/aquatone/Makefile >=================================================================== >--- www/aquatone/Makefile (revision 513533) >+++ www/aquatone/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= aquatone > DISTVERSIONPREFIX= v > DISTVERSION= 1.7.0 >+PORTREVISION= 1 > CATEGORIES= www security > > MAINTAINER= yuri@FreeBSD.org >Index: www/bugzilla2atom/Makefile >=================================================================== >--- www/bugzilla2atom/Makefile (revision 513533) >+++ www/bugzilla2atom/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= bugzilla2atom > PORTVERSION= g20190711 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= tobik@FreeBSD.org >Index: www/caddy/Makefile >=================================================================== >--- www/caddy/Makefile (revision 513533) >+++ www/caddy/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= caddy > DISTVERSIONPREFIX= v > DISTVERSION= 0.11.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > > MAINTAINER= fabian.freyer@physik.tu-berlin.de >Index: www/colly/Makefile >=================================================================== >--- www/colly/Makefile (revision 513533) >+++ www/colly/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 1.2.0-32 > DISTVERSIONSUFFIX= -gd360e4b >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= yuri@FreeBSD.org >Index: www/devd/Makefile >=================================================================== >--- www/devd/Makefile (revision 513533) >+++ www/devd/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= devd > DISTVERSIONPREFIX= v > DISTVERSION= 0.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www devel > > MAINTAINER= yuri@FreeBSD.org >Index: www/filtron/Makefile >=================================================================== >--- www/filtron/Makefile (revision 513533) >+++ www/filtron/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= filtron > PORTVERSION= g20180218 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= yuri@FreeBSD.org >Index: www/gobuffalo/Makefile >=================================================================== >--- www/gobuffalo/Makefile (revision 513533) >+++ www/gobuffalo/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= gobuffalo > PORTVERSION= 0.14.10 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= dmgk@FreeBSD.org >Index: www/gotty/Makefile >=================================================================== >--- www/gotty/Makefile (revision 513533) >+++ www/gotty/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= gotty > PORTVERSION= 1.0.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= www net ipv6 > > MAINTAINER= ehaupt@FreeBSD.org >Index: www/kurly/Makefile >=================================================================== >--- www/kurly/Makefile (revision 513533) >+++ www/kurly/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= kurly > DISTVERSIONPREFIX= v > DISTVERSION= 1.2.2 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= seanc@FreeBSD.org >Index: www/morty/Makefile >=================================================================== >--- www/morty/Makefile (revision 513533) >+++ www/morty/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 0.2.0-12 > DISTVERSIONSUFFIX= -gfe94d9a >+PORTREVISION= 1 > CATEGORIES= www net > > MAINTAINER= yuri@FreeBSD.org >Index: www/s/Makefile >=================================================================== >--- www/s/Makefile (revision 513533) >+++ www/s/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= s > DISTVERSIONPREFIX= v > DISTVERSION= 0.5.14 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= yuri@FreeBSD.org >Index: www/tusd/Makefile >=================================================================== >--- www/tusd/Makefile (revision 513533) >+++ www/tusd/Makefile (working copy) >@@ -3,7 +3,7 @@ > PORTNAME= tusd > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > > MAINTAINER= mm@FreeBSD.org >Index: www/uchiwa/Makefile >=================================================================== >--- www/uchiwa/Makefile (revision 513533) >+++ www/uchiwa/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= uchiwa > PORTVERSION= 0.18.2 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://uchiwa.io/ > >Index: www/varnish_exporter/Makefile >=================================================================== >--- www/varnish_exporter/Makefile (revision 513533) >+++ www/varnish_exporter/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= varnish_exporter > PORTVERSION= 1.4.1 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= ports@zx23.net >Index: www/webhook/Makefile >=================================================================== >--- www/webhook/Makefile (revision 513533) >+++ www/webhook/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= webhook > PORTVERSION= 2.6.9 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= stb@lassitu.de >Index: www/wuzz/Makefile >=================================================================== >--- www/wuzz/Makefile (revision 513533) >+++ www/wuzz/Makefile (working copy) >@@ -4,6 +4,7 @@ > DISTVERSIONPREFIX= v > DISTVERSION= 0.4.0-13 > DISTVERSIONSUFFIX= -g4c6d320 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= yuri@FreeBSD.org >Index: www/ytdl/Makefile >=================================================================== >--- www/ytdl/Makefile (revision 513533) >+++ www/ytdl/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= ytdl > DISTVERSIONPREFIX= v > DISTVERSION= 0.5.1 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= yuri@FreeBSD.org >Index: x11/aminal/Makefile >=================================================================== >--- x11/aminal/Makefile (revision 513533) >+++ x11/aminal/Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= aminal > DISTVERSIONPREFIX= v > DISTVERSION= 0.9.0 >+PORTREVISION= 1 > CATEGORIES= x11 > > MAINTAINER= yuri@FreeBSD.org >Index: x11/wallutils/Makefile >=================================================================== >--- x11/wallutils/Makefile (revision 513533) >+++ x11/wallutils/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= wallutils > DISTVERSION= 5.8.2 >+PORTREVISION= 1 > CATEGORIES= x11 > > MAINTAINER= jbeich@FreeBSD.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240986
:
207998
|
208138
|
208206
|
208493