news/tin: Update to 2.6.4

This commit is contained in:
Kevin Bowling 2024-12-25 04:29:14 -07:00
parent 80cbb89743
commit fd39687801
3 changed files with 13 additions and 14 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= tin
DISTVERSION= 2.6.3
PORTREVISION= 1
DISTVERSION= 2.6.4
CATEGORIES= news
MASTER_SITES= https://ftp.icm.edu.pl/pub/unix/news/tin/v${DISTVERSION:R}/ \
ftp://ftp.tin.org/pub/news/clients/tin/v${DISTVERSION:R}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1720961875
SHA256 (tin-2.6.3.tar.xz) = bf7ae8cfdc6ab6bc5aced4f08cf13687d8d6f9fa4be1690dfda5d123188d2217
SIZE (tin-2.6.3.tar.xz) = 1639192
TIMESTAMP = 1735122478
SHA256 (tin-2.6.4.tar.xz) = c66a1e8db30ddabe7e3313e6870f7877fe20f0da99afb65db3d8c41012fe55f7
SIZE (tin-2.6.4.tar.xz) = 1640064

View File

@ -1,6 +1,6 @@
--- configure.orig 2023-12-23 23:38:33 UTC
--- configure.orig 2024-12-23 23:19:03 UTC
+++ configure
@@ -14931,7 +14931,7 @@ case "$host_os" in
@@ -15326,7 +15326,7 @@ case "$host_os" in
fi
case "$host_os" in
@ -9,7 +9,7 @@
# This is only necessary if you are linking against an obsolete
# version of ncurses (but it should do no harm, since it is static).
if test "$cf_nculib_root" = ncurses ; then
@@ -17249,7 +17249,7 @@ case "$host_os" in
@@ -17644,7 +17644,7 @@ case "$host_os" in
fi
case "$host_os" in
@ -18,17 +18,17 @@
# This is only necessary if you are linking against an obsolete
# version of ncurses (but it should do no harm, since it is static).
if test "$cf_nculib_root" = ncurses ; then
@@ -18116,7 +18116,7 @@ case "$host_os" in
@@ -18511,7 +18511,7 @@ case "$host_os" in
if test "$cf_result" = no ; then
case "$host_os" in
-freebsd*)
+XXXfreebsd*)
echo "$as_me:18120: checking for tgoto in -lmytinfo" >&5
echo "$as_me:18515: 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
@@ -22699,13 +22699,15 @@ echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6
echo "$as_me:22699: checking for OpenSSL" >&5
@@ -23085,13 +23085,15 @@ echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6
echo "$as_me:23085: checking for OpenSSL" >&5
echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6
-if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "openssl"; then
@ -38,7 +38,7 @@
+# test -n "$verbose" && echo " found package openssl" 1>&6
+if true; then
echo "${as_me:-configure}:22705: testing found package openssl ..." 1>&5
echo "${as_me:-configure}:23091: testing found package openssl ..." 1>&5
- cf_pkgconfig_incs="`$PKG_CONFIG --cflags "openssl" 2>/dev/null`"
- cf_pkgconfig_libs="`$PKG_CONFIG --libs "openssl" 2>/dev/null`"
@ -46,4 +46,4 @@
+ cf_pkgconfig_libs="-lssl -lcrypto"
test -n "$verbose" && echo " package openssl CFLAGS: $cf_pkgconfig_incs" 1>&6
echo "${as_me:-configure}:22711: testing package openssl CFLAGS: $cf_pkgconfig_incs ..." 1>&5
echo "${as_me:-configure}:23097: testing package openssl CFLAGS: $cf_pkgconfig_incs ..." 1>&5