diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-12-16 09:50:25 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-12-16 10:21:33 +0000 |
| commit | 5f87db9d49241a832d7ac019af26b15b1e391767 (patch) | |
| tree | dd25aa07561c483e604cd149180b20c8725c4753 /math/form | |
| parent | 229f841ada6dace78505a9dc1a6e6b3a370b18a1 (diff) | |
Diffstat (limited to 'math/form')
| -rw-r--r-- | math/form/Makefile | 8 | ||||
| -rw-r--r-- | math/form/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/form/Makefile b/math/form/Makefile index bc2e5a8c19bb..4312126b0f03 100644 --- a/math/form/Makefile +++ b/math/form/Makefile @@ -1,8 +1,12 @@ PORTNAME= form PORTVERSION= 4.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 28e15eaf0856a0a012795298d6a4b570e764a8b1.patch:-p1 # https://github.com/vermaseren/form/issues/422 + MAINTAINER= ehaupt@FreeBSD.org COMMENT= Symbolic Manipulation System WWW= https://www.nikhef.nl/~form/ @@ -10,10 +14,6 @@ WWW= https://www.nikhef.nl/~form/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -# https://github.com/vermaseren/form/issues/422 -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= fails to compile: error: no member named 'numinprimelist' in 'struct R_const' - LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf gmake localbase diff --git a/math/form/distinfo b/math/form/distinfo index 8a7f7bdf64cd..5f40cc1899b7 100644 --- a/math/form/distinfo +++ b/math/form/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1669033375 +TIMESTAMP = 1671183384 SHA256 (vermaseren-form-v4.3.0_GH0.tar.gz) = b0b09e1fd74b11e76cd527c1ece9383a34560e57513df76a4cc1fbe2e8df93a8 SIZE (vermaseren-form-v4.3.0_GH0.tar.gz) = 1285467 +SHA256 (28e15eaf0856a0a012795298d6a4b570e764a8b1.patch) = 2dffdb5e5e83328c970f5a35c7f093e9588d9684ecbe2de1c154c22271438fcf +SIZE (28e15eaf0856a0a012795298d6a4b570e764a8b1.patch) = 1938 |
