mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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
This commit is contained in:
parent
fc86d4f6ea
commit
5445a794bd
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user