git: 3e3f35410462 - main - net/gitup: Fix /usr/src not updated when empty
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Sep 2022 12:50:05 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e3f3541046277f26bef8bc989e65a34a689f1bb
commit 3e3f3541046277f26bef8bc989e65a34a689f1bb
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-20 12:43:34 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-20 12:49:54 +0000
net/gitup: Fix /usr/src not updated when empty
- Add fix to /usr/src not updated when empty
https://github.com/johnmehr/gitup/issues/85
- Silence REINPLACE_CMD
- Bump PORTREVISION
---
net/gitup/Makefile | 8 +++++---
net/gitup/distinfo | 6 +++++-
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index 8898cc6e5b9f..47443c5f32c6 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -1,10 +1,12 @@
PORTNAME= gitup
DISTVERSION= 0.97
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
PATCH_SITES= https://github.com/johnmehr/gitup/commit/
-PATCHFILES= dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch:-p1
+PATCHFILES= dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch:-p1 # fix i386 build #84
+PATCHFILES+= 1ca66a63365f1b7477ae0d2b51f1a6121efb6a85.patch:-p1 \
+ f9669405abb777514a8be9dd86f6f91008af5984.patch:-p1 # fix /usr/src not updated when empty #85
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Minimalist, dependency-free program to clone/pull git repositories
@@ -25,7 +27,7 @@ PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-patch:
- ${REINPLACE_CMD} -e 's|stable\/12|stable\/${OSREL:R}| ; \
+ @${REINPLACE_CMD} -e 's|stable\/12|stable\/${OSREL:R}| ; \
s|releng\/11.4|releng\/${OSREL}|' \
${WRKSRC}/gitup.conf
diff --git a/net/gitup/distinfo b/net/gitup/distinfo
index 86398725fb3a..9eeb65251dcf 100644
--- a/net/gitup/distinfo
+++ b/net/gitup/distinfo
@@ -1,5 +1,9 @@
-TIMESTAMP = 1654646024
+TIMESTAMP = 1663677160
SHA256 (johnmehr-gitup-0.97_GH0.tar.gz) = e474a88a4cd9fda43e6004b536ac0e519d508addb0d5b5b10b8289f04276cf43
SIZE (johnmehr-gitup-0.97_GH0.tar.gz) = 31005
SHA256 (dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch) = cbd5ed74efdc79027b12f3b1bd5ef34e8e2eaeef1d32059f333de64394e6c8e1
SIZE (dfbe3f0f847cb09225b5d09c4a09d654356bab68.patch) = 1171
+SHA256 (1ca66a63365f1b7477ae0d2b51f1a6121efb6a85.patch) = 15339fef84ade92ba236e4d87aa962e689b3463ef398095bde865cca18fd25e9
+SIZE (1ca66a63365f1b7477ae0d2b51f1a6121efb6a85.patch) = 1933
+SHA256 (f9669405abb777514a8be9dd86f6f91008af5984.patch) = a903370780227b26e38801d36fb2154167dff6bd463d30004f38826a669623bb
+SIZE (f9669405abb777514a8be9dd86f6f91008af5984.patch) = 709