diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:08:25 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:08:25 +0800 |
commit | 386fed4b370d45c31613cc456736b138c5ca98a8 (patch) | |
tree | 3a732a7db5ee77a3ac44c828f10131a867e7d5e2 /net/syncthing | |
parent | fb47de6607fd8b31ba0a114eac6a9b631b6f7aa0 (diff) | |
download | freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.tar.gz freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.tar.zst freebsd-ports-gnome-386fed4b370d45c31613cc456736b138c5ca98a8.zip |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 8d778c2822f4..71f9d221dfd9 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -4,7 +4,6 @@ PORTNAME= syncthing PORTVERSION= 0.10.23 CATEGORIES= net -MASTER_SITES= GHR DISTVERSIONPREFIX= v MAINTAINER= swills@FreeBSD.org |