aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-02-14 17:15:31 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-02-14 17:15:31 +0000
commitc578c5ff8284ed59f290377bc30ff938d8db3e6f (patch)
tree8194a503024350687d0dfe54344faea6858ed39c
parent80ffd8a93fd57a23a30130e0f9eba3febe3a3339 (diff)
downloadports-c578c5ff8284ed59f290377bc30ff938d8db3e6f.tar.gz
ports-c578c5ff8284ed59f290377bc30ff938d8db3e6f.zip
math/add: Update to 20220117
-rw-r--r--math/add/Makefile2
-rw-r--r--math/add/distinfo6
-rw-r--r--math/add/files/patch-makefile.in11
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@
-