mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- 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
12 lines
471 B
Bash
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
|