git: c755644b62f2 - main - net/gitup: update to 0.91
Nuno Teixeira
eduardo at FreeBSD.org
Fri Apr 23 05:53:42 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c755644b62f20f2b45b2d7c75caf489cd57457a4
commit c755644b62f20f2b45b2d7c75caf489cd57457a4
Author: Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-04-23 05:52:40 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-04-23 05:52:40 +0000
net/gitup: update to 0.91
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.91
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D29915
---
net/gitup/Makefile | 3 +--
net/gitup/distinfo | 6 +++---
net/gitup/files/patch-gitup.conf | 26 --------------------------
3 files changed, 4 insertions(+), 31 deletions(-)
diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index 61ded3a707f0..3bb6fb55dc88 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gitup
-DISTVERSION= 0.90
-PORTREVISION= 2
+DISTVERSION= 0.91
CATEGORIES= net
MAINTAINER= eduardo at FreeBSD.org
diff --git a/net/gitup/distinfo b/net/gitup/distinfo
index a3eed7bc81c6..ebd5d1c807a0 100644
--- a/net/gitup/distinfo
+++ b/net/gitup/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611574851
-SHA256 (johnmehr-gitup-0.90_GH0.tar.gz) = c587bcf0a3e86cd21677b920abce9c16ef11d7d2ea5fb41ec4d09a4d0d4a565a
-SIZE (johnmehr-gitup-0.90_GH0.tar.gz) = 22275
+TIMESTAMP = 1619071830
+SHA256 (johnmehr-gitup-0.91_GH0.tar.gz) = 571adff7dda8b09c70954d7e468aeee087d85bb49c4cbb24d53ab737cb1a0169
+SIZE (johnmehr-gitup-0.91_GH0.tar.gz) = 24116
diff --git a/net/gitup/files/patch-gitup.conf b/net/gitup/files/patch-gitup.conf
deleted file mode 100644
index 00b2e8a0f667..000000000000
--- a/net/gitup/files/patch-gitup.conf
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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