Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2019 22:43:49 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r508354 - branches/2019Q3/astro/xtide
Message-ID:  <201908072243.x77Mhn0i007543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Wed Aug  7 22:43:49 2019
New Revision: 508354
URL: https://svnweb.freebsd.org/changeset/ports/508354

Log:
  MFH: r508295
  
  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.
  
  * Bump PORTREVISION as the previous revision was built with the old version
    of the harmonics file before it was marked as BROKEN. (That info should
    have been added to the original commit message)
  
  PR:		239666
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> (based on)
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q3/astro/xtide/Makefile
  branches/2019Q3/astro/xtide/distinfo
  branches/2019Q3/astro/xtide/pkg-descr
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/astro/xtide/Makefile
==============================================================================
--- branches/2019Q3/astro/xtide/Makefile	Wed Aug  7 22:18:50 2019	(r508353)
+++ branches/2019Q3/astro/xtide/Makefile	Wed Aug  7 22:43:49 2019	(r508354)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xtide
 PORTVERSION=	2.15.2
+PORTREVISION=	2
 CATEGORIES=	astro geography
 MASTER_SITES=	https://flaterco.com/files/xtide/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -40,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: branches/2019Q3/astro/xtide/distinfo
==============================================================================
--- branches/2019Q3/astro/xtide/distinfo	Wed Aug  7 22:18:50 2019	(r508353)
+++ branches/2019Q3/astro/xtide/distinfo	Wed Aug  7 22:43:49 2019	(r508354)
@@ -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: branches/2019Q3/astro/xtide/pkg-descr
==============================================================================
--- branches/2019Q3/astro/xtide/pkg-descr	Wed Aug  7 22:18:50 2019	(r508353)
+++ branches/2019Q3/astro/xtide/pkg-descr	Wed Aug  7 22:43:49 2019	(r508354)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908072243.x77Mhn0i007543>