diff options
-rw-r--r-- | news/tin/Makefile | 2 | ||||
-rw-r--r-- | news/tin/distinfo | 6 | ||||
-rw-r--r-- | news/tin/files/patch-configure | 22 |
3 files changed, 15 insertions, 15 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 1feae52b7b22..0050704c051d 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tin -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES+= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ diff --git a/news/tin/distinfo b/news/tin/distinfo index e9ad08c53fc2..ea4279bf9883 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574804848 -SHA256 (tin-2.4.3.tar.bz2) = abaf580aa54c0b66b854e70b54d54451d94971ca932055cc55f5f8236e71b52e -SIZE (tin-2.4.3.tar.bz2) = 2170014 +TIMESTAMP = 1579459668 +SHA256 (tin-2.4.4.tar.bz2) = 765570424b5f78b5672ccb27eca7b739fdaed826f7a923e5a8047b018ad9a5f9 +SIZE (tin-2.4.4.tar.bz2) = 2161676 diff --git a/news/tin/files/patch-configure b/news/tin/files/patch-configure index ab2a3376a9a8..992772ba37ab 100644 --- a/news/tin/files/patch-configure +++ b/news/tin/files/patch-configure @@ -1,29 +1,29 @@ ---- configure.orig 2018-12-24 09:28:05 UTC +--- configure.orig 2019-12-24 10:00:18 UTC +++ configure -@@ -11842,7 +11842,7 @@ fi +@@ -11907,7 +11907,7 @@ fi fi case $host_os in --(freebsd*) -+(XXXfreebsd*) +-freebsd*) ++XXXfreebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). if test "$cf_nculib_root" = ncurses ; then -@@ -13902,7 +13902,7 @@ fi +@@ -13967,7 +13967,7 @@ fi fi case $host_os in --(freebsd*) -+(XXXfreebsd*) +-freebsd*) ++XXXfreebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). if test "$cf_nculib_root" = ncurses ; then -@@ -14756,7 +14756,7 @@ echo "${ECHO_T}$cf_result" >&6 +@@ -14821,7 +14821,7 @@ echo "${ECHO_T}$cf_result" >&6 if test "$cf_result" = no ; then case $host_os in --(freebsd*) -+(XXXfreebsd*) - echo "$as_me:14760: checking for tgoto in -lmytinfo" >&5 +-freebsd*) ++XXXfreebsd*) + echo "$as_me:14825: checking for tgoto in -lmytinfo" >&5 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then |