svn commit: r552823 - branches/2020Q4/math/labplot/files

Tobias C. Berner tcberner at FreeBSD.org
Tue Oct 20 14:09:29 UTC 2020


Author: tcberner
Date: Tue Oct 20 14:09:28 2020
New Revision: 552823
URL: https://svnweb.freebsd.org/changeset/ports/552823

Log:
  MFH: r552373
  
  math/labplot: increase version number in patch
  
  - cantor 20.08.2 still does not ship the headers
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q4/math/labplot/files/patch-git_4255438c
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/math/labplot/files/patch-git_4255438c
==============================================================================
--- branches/2020Q4/math/labplot/files/patch-git_4255438c	Tue Oct 20 14:08:10 2020	(r552822)
+++ branches/2020Q4/math/labplot/files/patch-git_4255438c	Tue Oct 20 14:09:28 2020	(r552823)
@@ -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-all mailing list