aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-15 06:44:08 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-17 07:59:28 +0000
commit1512f77cb2efff6384402b688e5f74d158c80444 (patch)
tree3b48b931d449bea477cfaa61bb00da6d31fd3d3f /astro
parentd81269bd74829ddff585c10fbe0d52e3758babb0 (diff)
downloadports-1512f77cb2efff6384402b688e5f74d158c80444.tar.gz
ports-1512f77cb2efff6384402b688e5f74d158c80444.zip
astro/xtide: update to 2.15.4
Remove noop REINPLACE_CMD Reported by: portscout
Diffstat (limited to 'astro')
-rw-r--r--astro/xtide/Makefile4
-rw-r--r--astro/xtide/distinfo6
-rw-r--r--astro/xtide/files/patch-xxLocationList.cc20
-rw-r--r--astro/xtide/pkg-plist2
4 files changed, 5 insertions, 27 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index fcf7ef040c01..5437577e4396 100644
--- a/astro/xtide/Makefile
+++ b/astro/xtide/Makefile
@@ -1,7 +1,7 @@
# Created by: Brion Moss <brion@queeg.com>
PORTNAME= xtide
-PORTVERSION= 2.15.3
+PORTVERSION= 2.15.4
CATEGORIES= astro geography
MASTER_SITES= https://flaterco.com/files/xtide/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -46,8 +46,6 @@ DISTNAME_WVS= wvs
post-patch:
@${REINPLACE_CMD} -e \
- '/if test/s|==|=|g' ${WRKSRC_TCD}/configure
- @${REINPLACE_CMD} -e \
's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|"/etc/|"${PREFIX}/etc/| ; \
diff --git a/astro/xtide/distinfo b/astro/xtide/distinfo
index 426a8184f93d..40381664654d 100644
--- a/astro/xtide/distinfo
+++ b/astro/xtide/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1615566256
-SHA256 (xtide-2.15.3.tar.xz) = 50afef21b2591e92b84d0079b394351eb45414175e4dd094115498c3af2d0ccf
-SIZE (xtide-2.15.3.tar.xz) = 574816
+TIMESTAMP = 1644906838
+SHA256 (xtide-2.15.4.tar.xz) = 726622969bc94adab52a8e060b21e2a2434d463febd0d6d2920b25a12ca5093c
+SIZE (xtide-2.15.4.tar.xz) = 574580
SHA256 (libtcd-2.2.7-r3.tar.xz) = e1dde9aafb771eab57c676a99b4b79d61c6800990a0e72782bc20057a8a2d877
SIZE (libtcd-2.2.7-r3.tar.xz) = 272284
SHA256 (harmonics-dwf-20210110-free.tar.xz) = af4550d36a1a1ca2e8c8b523c7d64b27845cb9dd8685c5fdfa5196b6cefa0c38
diff --git a/astro/xtide/files/patch-xxLocationList.cc b/astro/xtide/files/patch-xxLocationList.cc
deleted file mode 100644
index cce97eee1ed2..000000000000
--- a/astro/xtide/files/patch-xxLocationList.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c
-
-xxLocationList.cc:90:3: error: no matching function for call to 'XawListChange'
- XawListChange (list->widget(), stringList, 0, 0, 1);
- ^~~~~~~~~~~~~
-/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char **' to 'const char **' for 2nd argument
-void XawListChange
- ^
-
---- xxLocationList.cc.orig 2014-10-11 19:42:10 UTC
-+++ xxLocationList.cc
-@@ -87,7 +87,7 @@ void xxLocationList::pickStation (const XawListReturnS
-
-
- void xxLocationList::listChanged() {
-- XawListChange (list->widget(), stringList, 0, 0, 1);
-+ XawListChange (list->widget(), (_Xconst char**)stringList, 0, 0, 1);
- }
-
-
diff --git a/astro/xtide/pkg-plist b/astro/xtide/pkg-plist
index 8ac6c2e8266e..c50f540061d6 100644
--- a/astro/xtide/pkg-plist
+++ b/astro/xtide/pkg-plist
@@ -63,7 +63,7 @@ lib/libtcd.so.1.0.2
lib/libxtide.a
lib/libxtide.so
lib/libxtide.so.1
-lib/libxtide.so.1.0.3
+lib/libxtide.so.1.0.4
man/man1/tide.1.gz
%%X11%%man/man1/xtide.1.gz
man/man8/xttpd.8.gz