ports/devel/cscout/files/patch-src_make-version.sh
Rene Ladan 1da7ff85c5 devel/cscout: unexpire and update to 3.01
- Leave out the DOCS option for now because the required conversion
  of XML to HTML has not been figured out yet.
- No more dependency on compat6x
- Fetch sources from GitHub
- update license to GPLv3

PR:		242402
Submitted by:	Joachim Werner
Approved by:	maintainer (dds@)
MFH:		2020Q2
2020-05-24 15:21:57 +00:00

12 lines
471 B
Bash

--- src/make-version.sh.orig 2019-12-01 11:12:07 UTC
+++ src/make-version.sh
@@ -11,7 +11,7 @@ using namespace std;
#include "version.h"
-char Version::revision[] = "$(git log -n 1 --format='%H' || echo UNKNOWN)";
-char Version::date[] = "$(git log -n 1 --format='%ci' || echo UNKNOWN)";
+char Version::revision[] = "bd7dfac09b760b87b86158e903459a765b0acf43";
+char Version::date[] = "2019-11-04 18:42:35 +0200";
char Version::compiled[] = "$(date +'%F %T')";
EOF