diff options
author | pav <pav@FreeBSD.org> | 2006-03-27 22:33:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-27 22:33:31 +0800 |
commit | 9736ca6859197222ffa26ae044614c0a4686702f (patch) | |
tree | 2e58681ca56b2f0b8734f132806d4ac693ba7674 /math/polymake | |
parent | 6a844946ae564b3b2fc178ac3e32f157dd9c888c (diff) | |
download | freebsd-ports-gnome-9736ca6859197222ffa26ae044614c0a4686702f.tar.gz freebsd-ports-gnome-9736ca6859197222ffa26ae044614c0a4686702f.tar.zst freebsd-ports-gnome-9736ca6859197222ffa26ae044614c0a4686702f.zip |
- Apply vendor patch 1:
Description: Fixed errors in handling derived object types (like TightSpan).
Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
Diffstat (limited to 'math/polymake')
-rw-r--r-- | math/polymake/Makefile | 4 | ||||
-rw-r--r-- | math/polymake/distinfo | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 9df805011078..410df239528d 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -7,9 +7,13 @@ PORTNAME= polymake PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.math.tu-berlin.de/pub/combi/polymake/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${PORTVERSION}-p1.diff + MAINTAINER= gawrilow@math.tu-berlin.de COMMENT= A framework for experimental discrete geometry diff --git a/math/polymake/distinfo b/math/polymake/distinfo index 248390120c44..7b834357d089 100644 --- a/math/polymake/distinfo +++ b/math/polymake/distinfo @@ -1,3 +1,6 @@ MD5 (polymake-2.2.tar.bz2) = a57baa722c654eed799047d1def4559e SHA256 (polymake-2.2.tar.bz2) = 9c60285dd2de23c2c5f7629855d9ecfcc06b54f4abab4869853679e57dc2b0b5 SIZE (polymake-2.2.tar.bz2) = 4626898 +MD5 (polymake-2.2-p1.diff) = 17466aabc080d8ccc3724bc79bfb87f0 +SHA256 (polymake-2.2-p1.diff) = d1916cc6f6e5832bf5557f1efc929e14176c6668717d0d8ba4984aff17dda5af +SIZE (polymake-2.2-p1.diff) = 2852 |