git: 5445a794bdb2 - main - net/gitup: Update to 0.99
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 15:53:18 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5445a794bdb24b84073c5c52d65313092153a31d commit 5445a794bdb24b84073c5c52d65313092153a31d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-01-20 15:49:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-01-20 15:53:04 +0000 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 --- net/gitup/Makefile | 5 ++--- net/gitup/distinfo | 6 +++--- net/gitup/files/pkg-message.in | 2 +- net/gitup/pkg-post-install | 8 -------- 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