svn commit: r552373 - head/math/labplot/files

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 15 03:14:40 UTC 2020


Author: tcberner
Date: Thu Oct 15 03:14:40 2020
New Revision: 552373
URL: https://svnweb.freebsd.org/changeset/ports/552373

Log:
  math/labplot: increase version number in patch
  
  - cantor 20.08.2 still does not ship the headers

Modified:
  head/math/labplot/files/patch-git_4255438c

Modified: head/math/labplot/files/patch-git_4255438c
==============================================================================
--- head/math/labplot/files/patch-git_4255438c	Thu Oct 15 02:54:33 2020	(r552372)
+++ head/math/labplot/files/patch-git_4255438c	Thu Oct 15 03:14:40 2020	(r552373)
@@ -19,7 +19,7 @@ index 33b407046..57ad46dd8 100644
  		MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. Minimum usable version is 19.12")
  	ENDIF ()
 -	IF (${Cantor_VERSION} VERSION_GREATER "20.08")
-+	IF (${Cantor_VERSION} VERSION_GREATER "20.08.1")
++	IF (${Cantor_VERSION} VERSION_GREATER "20.08.2")
  		add_definitions (-DHAVE_NEW_CANTOR_LIBS)
  	ENDIF ()
  ELSE ()


More information about the svn-ports-head mailing list