git: c578c5ff8284 - main - math/add: Update to 20220117
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Feb 2022 17:15:34 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c578c5ff8284ed59f290377bc30ff938d8db3e6f
commit c578c5ff8284ed59f290377bc30ff938d8db3e6f
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-02-14 17:15:31 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-14 17:15:31 +0000
math/add: Update to 20220117
---
math/add/Makefile | 2 +-
math/add/distinfo | 6 +++---
math/add/files/patch-makefile.in | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/math/add/Makefile b/math/add/Makefile
index e86d24baac56..4af412e5c673 100644
--- a/math/add/Makefile
+++ b/math/add/Makefile
@@ -1,7 +1,7 @@
# Created by: Andrey Zakhvatov
PORTNAME= add
-PORTVERSION= 20180401
+PORTVERSION= 20220117
CATEGORIES= math
MASTER_SITES= ftp://dickey.his.com/add/
diff --git a/math/add/distinfo b/math/add/distinfo
index 2ad69a7d2860..d55fd7da018d 100644
--- a/math/add/distinfo
+++ b/math/add/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528897490
-SHA256 (add-20180401.tgz) = 05996d853cfe7fdebfc3aac4458b3980f5548515599a745d6033743ee2cd3314
-SIZE (add-20180401.tgz) = 159566
+TIMESTAMP = 1644858835
+SHA256 (add-20220117.tgz) = b0cabe6b2f3c3bff85e64917f7ec51e9bbcc1bb932792f22f697e8dcfc478155
+SIZE (add-20220117.tgz) = 176172
diff --git a/math/add/files/patch-makefile.in b/math/add/files/patch-makefile.in
deleted file mode 100644
index e242931adc57..000000000000
--- a/math/add/files/patch-makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.in.orig 2010-08-04 10:17:08.111538500 +0200
-+++ makefile.in 2010-08-04 10:18:21.806977166 +0200
-@@ -36,7 +36,7 @@
- LINT = @LINT@
-
- LIBS = @LIBS@
--CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H -DRELEASE=\"$(RELEASE)\" -DADD_HELPFILE=\"$(datadir)/$(ACTUAL).hlp\" -I. -I$(srcdir)
-+CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H -DRELEASE=\"$(RELEASE)\" -DADD_HELPFILE=\"@prefix@/share/add/$(ACTUAL).hlp\" -I. -I$(srcdir)
- CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@
- LDFLAGS = @LDFLAGS@
-