git: b49cca2e93f0 - main - net/gitup: move ports to git.freebsd.org
Nuno Teixeira
eduardo at FreeBSD.org
Sat Apr 17 01:50:56 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b49cca2e93f01997b8b3a1b667bcce5698ddaa28
commit b49cca2e93f01997b8b3a1b667bcce5698ddaa28
Author: Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-04-16 06:08:05 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-04-17 01:50:38 +0000
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 at outlook.com>
Approved by: garga (mentor)
Differential Revision: <https://reviews.freebsd.org/D29767
---
net/gitup/Makefile | 2 +-
net/gitup/files/patch-gitup.conf | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
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 at 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",
More information about the dev-commits-ports-all
mailing list