git: 326cf7e22759 - main - math/frobby: Update to 0.9.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 21:54:21 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=326cf7e22759a5f2649e397d6eb2bf3aff240f4c commit 326cf7e22759a5f2649e397d6eb2bf3aff240f4c Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-01-05 21:54:27 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-01-05 21:54:27 +0000 math/frobby: Update to 0.9.5 --- math/frobby/Makefile | 2 +- math/frobby/distinfo | 6 +++--- math/frobby/files/patch-Makefile | 15 +++------------ 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/math/frobby/Makefile b/math/frobby/Makefile index c57bf2ae7baa..a59f27781615 100644 --- a/math/frobby/Makefile +++ b/math/frobby/Makefile @@ -1,5 +1,5 @@ PORTNAME= frobby -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.5 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/frobby/distinfo b/math/frobby/distinfo index 4cf152239da6..c4c231da33f8 100644 --- a/math/frobby/distinfo +++ b/math/frobby/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616580213 -SHA256 (Macaulay2-frobby-v0.9.1_GH0.tar.gz) = 4bd699ff009973bc2d209ec9abdee33ef09e11de83914046fcc4ce68e7cc25b5 -SIZE (Macaulay2-frobby-v0.9.1_GH0.tar.gz) = 875167 +TIMESTAMP = 1641418085 +SHA256 (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 714c33c4f68e86d82062d7a42ad42c581d4b4c60d6a73ee1836ba1be7f985eb3 +SIZE (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 878560 diff --git a/math/frobby/files/patch-Makefile b/math/frobby/files/patch-Makefile index 4555919f51e9..cfc3ae736a56 100644 --- a/math/frobby/files/patch-Makefile +++ b/math/frobby/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2020-06-16 11:03:34 UTC +--- Makefile.orig 2021-02-23 21:29:06 UTC +++ Makefile -@@ -86,7 +86,6 @@ endif +@@ -99,7 +99,6 @@ endif MATCH=false ifeq ($(MODE), release) outdir = bin/release/ @@ -8,7 +8,7 @@ MATCH=true endif ifeq ($(MODE), debug) -@@ -98,13 +97,13 @@ ifeq ($(MODE), debug) +@@ -111,13 +110,13 @@ ifeq ($(MODE), debug) endif ifeq ($(MODE), shared) outdir = bin/shared/ @@ -24,12 +24,3 @@ ldflags += -pg MATCH=true benchArgs = _profile $(FROBBYARGS) -@@ -212,7 +211,7 @@ library: bin/$(library) - bin/$(library): $(objs) | bin/ - rm -f bin/$(library) - ifeq ($(MODE), shared) -- $(CXX) -shared -o bin/$(library) $(ldflags) \ -+ $(CXX) -shared -Wl,-soname,$(library) -o bin/$(library) $(ldflags) \ - $(patsubst $(outdir)main.o,,$(objs)) - else - ar crs bin/$(library) $(patsubst $(outdir)main.o,,$(objs))