Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 01:50:56 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b49cca2e93f0 - main - net/gitup: move ports to git.freebsd.org
Message-ID:  <202104170150.13H1ouwL073329@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b49cca2e93f01997b8b3a1b667bcce5698ddaa28

commit b49cca2e93f01997b8b3a1b667bcce5698ddaa28
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2021-04-16 06:08:05 +0000
Commit:     Nuno Teixeira <eduardo@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@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@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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170150.13H1ouwL073329>