svn commit: r508295 - head/astro/xtide
Kai Knoblich
kai at FreeBSD.org
Wed Aug 7 05:53:57 UTC 2019
Author: kai
Date: Wed Aug 7 05:53:55 2019
New Revision: 508295
URL: https://svnweb.freebsd.org/changeset/ports/508295
Log:
astro/xtide: Fix missing distfile and unbreak
* Make the tarball for the harmonics file fetchable again as it has been
updated to a newer version a while ago.
* Also update the WWW field to spare users from redirects while I'm here.
PR: 239666
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> (based on)
MFH: 2019Q3
Modified:
head/astro/xtide/Makefile
head/astro/xtide/distinfo
head/astro/xtide/pkg-descr
Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile Wed Aug 7 05:13:43 2019 (r508294)
+++ head/astro/xtide/Makefile Wed Aug 7 05:53:55 2019 (r508295)
@@ -3,7 +3,7 @@
PORTNAME= xtide
PORTVERSION= 2.15.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro geography
MASTER_SITES= https://flaterco.com/files/xtide/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -18,8 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
-BROKEN= unfetchable
-
USES= compiler:c++0x gmake libtool localbase tar:bzip2
USE_LDCONFIG= yes
@@ -43,7 +41,7 @@ X11_DESKTOP_ENTRIES= "XTide" "" "xtide" "xtide" "" ""
DISTNAME_TCD= libtcd-2.2.7-r2
WRKSRC_TCD= ${WRKDIR}/${DISTNAME_TCD:C/-r[0-9]+//}
-DISTNAME_HARM= harmonics-dwf-20151227-free
+DISTNAME_HARM= harmonics-dwf-20190620-free
WRKSRC_HARM= ${WRKDIR}/${DISTNAME_HARM:C/-free//}
DISTNAME_WVS= wvs
Modified: head/astro/xtide/distinfo
==============================================================================
--- head/astro/xtide/distinfo Wed Aug 7 05:13:43 2019 (r508294)
+++ head/astro/xtide/distinfo Wed Aug 7 05:53:55 2019 (r508295)
@@ -1,9 +1,9 @@
-TIMESTAMP = 1551830866
+TIMESTAMP = 1565079145
SHA256 (xtide-2.15.2.tar.bz2) = c81c2e8fd1b655b6e798332097056654f2e9e97fb88052c1a5582ba13fa46931
SIZE (xtide-2.15.2.tar.bz2) = 727048
SHA256 (libtcd-2.2.7-r2.tar.bz2) = aff1f218b84106c572d094912cd11c828e1ea212db5661cdcc0e2e6253020a94
SIZE (libtcd-2.2.7-r2.tar.bz2) = 308959
-SHA256 (harmonics-dwf-20151227-free.tar.bz2) = b382acfd94cefd6f6434ff3efdbecfd929abe3639e345979da7826a37ed5a7ac
-SIZE (harmonics-dwf-20151227-free.tar.bz2) = 499871
+SHA256 (harmonics-dwf-20190620-free.tar.bz2) = 879546f30761c129610f2bcca50fa1f38c043f67721eefa51cf8c5a1e949f616
+SIZE (harmonics-dwf-20190620-free.tar.bz2) = 676075
SHA256 (wvs.tar.bz2) = 4e996ce2e608d612ba78e35cdf50c2c73b01fce06bd5b561a7fe957ea75d6d75
SIZE (wvs.tar.bz2) = 37461520
Modified: head/astro/xtide/pkg-descr
==============================================================================
--- head/astro/xtide/pkg-descr Wed Aug 7 05:13:43 2019 (r508294)
+++ head/astro/xtide/pkg-descr Wed Aug 7 05:53:55 2019 (r508295)
@@ -2,4 +2,4 @@ The xtide program predicts and displays tides. It is
producing output in a variety of dynamic and static formats, and has
extensions for X, plain ASCII, and HTML.
-WWW: http://www.flaterco.com/xtide/
+WWW: https://flaterco.com/xtide/
More information about the svn-ports-head
mailing list