aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2021-04-16 06:08:05 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-04-17 01:50:38 +0000
commitb49cca2e93f01997b8b3a1b667bcce5698ddaa28 (patch)
tree96786a87ed0e85c8239a8b8882a0c1d81197f85a
parent9d5f4ef1a469ed75e62905baf4fecdb873cb40e9 (diff)
downloadports-b49cca2e93f01997b8b3a1b667bcce5698ddaa28.tar.gz
ports-b49cca2e93f01997b8b3a1b667bcce5698ddaa28.zip
net/gitup: move ports to git.freebsd.org
Update gitup.conf to reflect that ports main and quarterly moved to git.freebsd.org PR: 255032 Reported by: tomblack <tomblackwhite@outlook.com> Approved by: garga (mentor) Differential Revision: <https://reviews.freebsd.org/D29767
-rw-r--r--net/gitup/Makefile2
-rw-r--r--net/gitup/files/patch-gitup.conf26
2 files changed, 27 insertions, 1 deletions
diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index 2923bb7e8123..61ded3a707f0 100644
--- 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
index 000000000000..00b2e8a0f667
--- /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",