svn commit: r551390 - head/math/palp

Thierry Thomas thierry at FreeBSD.org
Sun Oct 4 14:02:04 UTC 2020


Author: thierry
Date: Sun Oct  4 14:02:03 2020
New Revision: 551390
URL: https://svnweb.freebsd.org/changeset/ports/551390

Log:
  Palp 2.12 has been rerolled on Aug. 26th, but only uploaded some days ago.
  
  Full diff is available at:
  	<https://people.freebsd.org/~thierry/palp-2.12_20200819_20200826.diff>:
  it contains changes in puts/printf and in makefile, which now requires gmake.

Modified:
  head/math/palp/Makefile
  head/math/palp/distinfo

Modified: head/math/palp/Makefile
==============================================================================
--- head/math/palp/Makefile	Sun Oct  4 13:29:37 2020	(r551389)
+++ head/math/palp/Makefile	Sun Oct  4 14:02:03 2020	(r551390)
@@ -3,6 +3,7 @@
 
 PORTNAME=	palp
 PORTVERSION=	2.12
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/
 
@@ -11,6 +12,7 @@ COMMENT=	Package for Analyzing Lattice Polytopes
 
 LICENSE=	GPLv3
 
+USES=		gmake
 MAKEFILE=	GNUmakefile
 
 DIMENSIONS=	4 5 6 11

Modified: head/math/palp/distinfo
==============================================================================
--- head/math/palp/distinfo	Sun Oct  4 13:29:37 2020	(r551389)
+++ head/math/palp/distinfo	Sun Oct  4 14:02:03 2020	(r551390)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597845121
-SHA256 (palp-2.12.tar.gz) = 86b2183fcc3d99e6f736ab84d7c662f2d197f699b3938627e5c36644caa72384
-SIZE (palp-2.12.tar.gz) = 237753
+TIMESTAMP = 1601808026
+SHA256 (palp-2.12.tar.gz) = f47ad9317549cb33bb4a098cc53c4af7baff0f86164aa7b4c8b46b4fa09af626
+SIZE (palp-2.12.tar.gz) = 238155


More information about the svn-ports-all mailing list