got: update to 0.71.

The latest version on OpenBSD is 0.72 but in the -portable branch a
version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.
This commit is contained in:
Omar Polo 2022-06-23 15:32:19 +00:00 committed by classabbyamp
parent 69edc27119
commit 58343b696d
2 changed files with 4 additions and 25 deletions

View file

@ -1,18 +0,0 @@
--- got-portable-0.69/configure.ac.orig
+++ got-portable-0.69/configure.ac
@@ -204,6 +204,7 @@
[return (reallocarray(NULL, 1, 1) == NULL);]
)],
AC_MSG_RESULT(yes),
+ [AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])],
[AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])]
)
AC_MSG_CHECKING([for working recallocarray])
@@ -212,6 +213,7 @@
[return (recallocarray(NULL, 1, 1, 1) == NULL);]
)],
AC_MSG_RESULT(yes),
+ [AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])],
[AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])]
)

View file

@ -1,21 +1,18 @@
# Template file for 'got'
pkgname=got
version=0.70
version=0.71
revision=1
wrksrc=got-portable-${version}
build_style=gnu-configure
hostmakedepends="automake byacc pkg-config"
hostmakedepends="byacc pkg-config"
makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel"
short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
maintainer="Omar Polo <op@omarpolo.com>"
license="ISC"
homepage="https://gameoftrees.org"
changelog="https://gameoftrees.org/releases/CHANGES"
distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
checksum="2e534ed89f794a61543e6d2cb306903ea04f93977ed241004585c6b85e8b074e"
pre_configure() {
autoreconf -fi
}
checksum="16a61f49e52e189606d8f4236423f912b5cae71b1d505ef1313b4fc3173108f0"
post_install() {
sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE