Files
macports-ports/sysutils/watch/files/patch-configure.ac.diff
stuandGitHub 99e9555380 watch: update to 4.0.4 (#25273)
* Add @stuartwesterman as maintainer
* Add back in the configure patch exposition
2024-08-30 05:23:12 -04:00

14 lines
579 B
Diff

This patch ensures that the correct version number is used. Since there is no tar-ball,
the script to extract the version number fails and returns UNKNOWN
--- configure.ac.orig 2024-08-13 02:45:05
+++ configure.ac 2024-08-13 02:55:46
@@ -4,7 +4,7 @@
AC_PREREQ([2.69])
AC_CONFIG_MACRO_DIR([m4])
AC_INIT([procps-ng],
- m4_esyscmd([local/git-version-gen .tarball-version]),
+ @@VERSION@@,
[procps@freelists.org],,[https://gitlab.com/procps-ng/procps])
AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])