aboutsummaryrefslogtreecommitdiff
path: root/mail/s-nail
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-01-01 21:24:08 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-01-01 21:24:08 +0000
commit83b655c97f0e326c69336871d6f2ae89af66bf43 (patch)
tree7af418aba7468b215753236a7766825af094358f /mail/s-nail
parent14cbef3090df4d7e630992a2f00450c5b9c6bfa9 (diff)
downloadports-83b655c97f0e326c69336871d6f2ae89af66bf43.tar.gz
ports-83b655c97f0e326c69336871d6f2ae89af66bf43.zip
mail/s-nail: Update to 14.9.16
PR: 242976 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes
Notes: svn path=/head/; revision=521776
Diffstat (limited to 'mail/s-nail')
-rw-r--r--mail/s-nail/Makefile2
-rw-r--r--mail/s-nail/distinfo6
-rw-r--r--mail/s-nail/files/patch-mk_make-config.sh11
-rw-r--r--mail/s-nail/files/patch-mk_make-install.sh11
4 files changed, 4 insertions, 26 deletions
diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile
index 4bb93812129e..935e2f10fb30 100644
--- a/mail/s-nail/Makefile
+++ b/mail/s-nail/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= s-nail
-PORTVERSION= 14.9.15
+PORTVERSION= 14.9.16
CATEGORIES= mail
MASTER_SITES= https://www.sdaoden.eu/downloads/
diff --git a/mail/s-nail/distinfo b/mail/s-nail/distinfo
index 01da47f27700..05cb00fd6568 100644
--- a/mail/s-nail/distinfo
+++ b/mail/s-nail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566427826
-SHA256 (s-nail-14.9.15.tar.xz) = 95ba750d8ea8e519b5161f211096ed0c46f3f0273b03cfadb5edbeac57b31570
-SIZE (s-nail-14.9.15.tar.xz) = 757180
+TIMESTAMP = 1577674058
+SHA256 (s-nail-14.9.16.tar.xz) = d37edaa348d61b786f4c44362ad9e08c27dba81cf16289098331ab96aa93c44f
+SIZE (s-nail-14.9.16.tar.xz) = 790052
diff --git a/mail/s-nail/files/patch-mk_make-config.sh b/mail/s-nail/files/patch-mk_make-config.sh
deleted file mode 100644
index ba173692a177..000000000000
--- a/mail/s-nail/files/patch-mk_make-config.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- mk/make-config.sh.orig 2019-09-03 03:11:46 UTC
-+++ mk/make-config.sh
-@@ -1357,7 +1357,7 @@ PATH=${__PATH}
- thecmd_testandset_fail MAKE make
- make=${MAKE}
- export MAKE
--thecmd_testandset strip strip && HAVE_STRIP=1 || HAVE_STRIP=0
-+thecmd_testandset strip strip
-
- # For ./mx-test.sh only
- thecmd_testandset_fail cksum cksum
diff --git a/mail/s-nail/files/patch-mk_make-install.sh b/mail/s-nail/files/patch-mk_make-install.sh
deleted file mode 100644
index 1cb6bf59a7a3..000000000000
--- a/mail/s-nail/files/patch-mk_make-install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- mk/make-install.sh.orig 2019-09-03 03:03:54 UTC
-+++ mk/make-install.sh
-@@ -32,7 +32,7 @@ __copychownfile() {
- __stripfile() {
- _file=${1}
- if [ "${OPT_DEBUG}" != 0 ]; then :;
-- elif [ -n "${HAVE_STRIP}" ]; then
-+ elif [ "x${strip}" != "x" ]; then
- ${strip} "${_file}"
- fi
- }