svn commit: r539410 - head/sysutils/fsearch
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Jun 17 09:09:04 UTC 2020
Author: danfe
Date: Wed Jun 17 09:09:04 2020
New Revision: 539410
URL: https://svnweb.freebsd.org/changeset/ports/539410
Log:
Report correct version in the About dialog.
Modified:
head/sysutils/fsearch/Makefile
Modified: head/sysutils/fsearch/Makefile
==============================================================================
--- head/sysutils/fsearch/Makefile Wed Jun 17 08:59:33 2020 (r539409)
+++ head/sysutils/fsearch/Makefile Wed Jun 17 09:09:04 2020 (r539410)
@@ -22,4 +22,8 @@ USES= autoreconf compiler:c++11-lang gettext gmake gn
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
+post-patch:
+ @${REINPLACE_CMD} -e 's,v=UNKNOWN,v=${DISTVERSION},' \
+ ${WRKSRC}/build-aux/git-version-gen
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list