mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
126ceb1255
PR: 226311
18 lines
504 B
Makefile
18 lines
504 B
Makefile
--- cfg/global_vars.mk.orig 2018-02-27 23:46:56 UTC
|
|
+++ cfg/global_vars.mk
|
|
@@ -1,11 +1,7 @@
|
|
# Version
|
|
-TOXIC_VERSION = 0.8.1
|
|
-REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
|
|
-ifneq (, $(findstring error, $(REV)))
|
|
- VERSION = $(TOXIC_VERSION)
|
|
-else
|
|
- VERSION = $(TOXIC_VERSION)_r$(REV)
|
|
-endif
|
|
+TOXIC_VERSION = 0.8.2
|
|
+#REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
|
|
+VERSION = $(TOXIC_VERSION)
|
|
|
|
# Project directories
|
|
BUILD_DIR = $(BASE_DIR)/build
|