Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 12:21:33 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r551922 - branches/2020Q4/math/palp
Message-ID:  <202010101221.09ACLXAS039872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Oct 10 12:21:32 2020
New Revision: 551922
URL: https://svnweb.freebsd.org/changeset/ports/551922

Log:
  MFH: r551390
  
  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.
  
  Approved by:	portmgr (blanket, fix breakage)

Modified:
  branches/2020Q4/math/palp/Makefile
  branches/2020Q4/math/palp/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/math/palp/Makefile
==============================================================================
--- branches/2020Q4/math/palp/Makefile	Sat Oct 10 12:16:55 2020	(r551921)
+++ branches/2020Q4/math/palp/Makefile	Sat Oct 10 12:21:32 2020	(r551922)
@@ -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: branches/2020Q4/math/palp/distinfo
==============================================================================
--- branches/2020Q4/math/palp/distinfo	Sat Oct 10 12:16:55 2020	(r551921)
+++ branches/2020Q4/math/palp/distinfo	Sat Oct 10 12:21:32 2020	(r551922)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101221.09ACLXAS039872>