diff --git a/net/gitup/Makefile b/net/gitup/Makefile --- a/net/gitup/Makefile +++ b/net/gitup/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitup DISTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= eduardo@FreeBSD.org diff --git a/net/gitup/files/patch-gitup.conf b/net/gitup/files/patch-gitup.conf new file mode 100644 --- /dev/null +++ b/net/gitup/files/patch-gitup.conf @@ -0,0 +1,26 @@ +--- gitup.conf.orig 2021-01-24 21:18:37 UTC ++++ gitup.conf +@@ -10,9 +10,8 @@ + }, + + "ports" : { +- "host" : "github.com", +- "repository" : "/freebsd/freebsd-ports.git", +- "branch" : "master", ++ "repository" : "/ports.git", ++ "branch" : "main", + "target" : "/usr/ports", + "ignores" : [ + "distfiles", +@@ -21,9 +20,8 @@ + }, + + "quarterly" : { +- "host" : "github.com", +- "repository" : "/freebsd/freebsd-ports.git", +- "branch" : "quarterly", ++ "repository" : "/ports.git", ++ "branch" : "2021Q2", + "target" : "/usr/ports", + "ignores" : [ + "distfiles",