summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-01-20 15:49:27 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-01-20 15:53:04 +0000
commit5445a794bdb24b84073c5c52d65313092153a31d (patch)
tree2e2c6b039593460242f4016882094321e16cef47
parentx11-wm/niri: update to 0.1.0.b.1 (diff)
net/gitup: Update to 0.99
While here: - drop pkg-post-install as it causing checksum mismatch on sample file. ChangeLog: https://github.com/johnmehr/gitup/compare/0.98-14-g5e26080...0.99 PR: 274955 MFH: 2024Q1
-rw-r--r--net/gitup/Makefile5
-rw-r--r--net/gitup/distinfo6
-rw-r--r--net/gitup/files/pkg-message.in2
-rw-r--r--net/gitup/pkg-post-install8
4 files changed, 6 insertions, 15 deletions
diff --git a/net/gitup/Makefile b/net/gitup/Makefile
index c81983e8c666..04635abd8990 100644
--- a/net/gitup/Makefile
+++ b/net/gitup/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gitup
-DISTVERSION= 0.98-14
-DISTVERSIONSUFFIX= -g5e26080
+DISTVERSION= 0.99
CATEGORIES= net
MAINTAINER= eduardo@FreeBSD.org
@@ -18,7 +17,7 @@ MAKE_ENV+= CONFIG_FILE_PATH=${LOCALBASE}/etc/gitup.conf
SUB_FILES= pkg-message
PLIST_FILES= bin/gitup \
- etc/gitup.conf.sample \
+ "@sample etc/gitup.conf.sample" \
share/man/man1/gitup.1.gz \
share/man/man5/gitup.conf.5.gz
PORTDOCS= README.md
diff --git a/net/gitup/distinfo b/net/gitup/distinfo
index 9d01c3aef8e1..5c3fdca0820e 100644
--- a/net/gitup/distinfo
+++ b/net/gitup/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698739199
-SHA256 (johnmehr-gitup-0.98-14-g5e26080_GH0.tar.gz) = 5d72650bc270b81b0a31eb906c086a5bac36fc1933d3bcf5d7de0c8468d5ef6e
-SIZE (johnmehr-gitup-0.98-14-g5e26080_GH0.tar.gz) = 32514
+TIMESTAMP = 1705765106
+SHA256 (johnmehr-gitup-0.99_GH0.tar.gz) = 49af1da5ba4e5942403e8f0364acc3661daf4f4c2630a1631a84c18c380c0742
+SIZE (johnmehr-gitup-0.99_GH0.tar.gz) = 32760
diff --git a/net/gitup/files/pkg-message.in b/net/gitup/files/pkg-message.in
index cab4b53267d1..f21c68362bf2 100644
--- a/net/gitup/files/pkg-message.in
+++ b/net/gitup/files/pkg-message.in
@@ -5,7 +5,7 @@ To use gitup,
%%PREFIX%%/etc/gitup.conf
-must be created. Refer to gitup.conf(5) for further details and/or follow
+must be edited. Refer to gitup.conf(5) for further details and/or follow
%%PREFIX%%/etc/gitup.conf.sample as an example.
EOD
}
diff --git a/net/gitup/pkg-post-install b/net/gitup/pkg-post-install
deleted file mode 100644
index f8f44b31f70e..000000000000
--- a/net/gitup/pkg-post-install
+++ /dev/null
@@ -1,8 +0,0 @@
-osrel=$(${PKG_ROOTDIR}/bin/freebsd-version -u)
-releng=${osrel%%-*}
-stable=${osrel%%.*}
-
-sed -i '' -E \
- -e "s,stable/[0-9]+,stable/${stable}," \
- -e "s,releng/[0-9]+.[0-9]+,releng/${releng}," \
- ${PKG_PREFIX}/etc/gitup.conf.sample