Files
Ryan Schmidt 85949926bf afscompress: Update to 1.7.3
Set supported OS versions in platforms variable rather than doing it
manually.

Remove "universal_variant yes" which is the default.

Remove modeline because the whitespace does not conform to it.

Use "github.tarball_from archive" so that the worksrcdir does not have
to be changed with each update as of MacPorts 2.8.1.

Closes: https://trac.macports.org/ticket/67650
2023-06-17 17:18:27 -05:00

13 lines
430 B
Diff

Fix version.
https://github.com/RJVB/afsctool/commit/ab3716682ff1d6d5fb05df73a81166e03c71160e
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
-project(afsctool VERSION 1.7.2)
+project(afsctool VERSION 1.7.3)
set(afsctool_FULL_VERSION "${afsctool_VERSION_MAJOR}.${afsctool_VERSION_MINOR}.${afsctool_VERSION_PATCH}.${afsctool_VERSION_TWEAK}")
include(CheckTypeSize)