aboutsummaryrefslogtreecommitdiff
path: root/net/gitup/files/patch-gitup.conf
blob: 00b2e8a0f667c43a05361730be6843f71e40a57a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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",