Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 12:33:10 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517255 - head/astro/garmindev
Message-ID:  <201911111233.xABCXAj9021331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Mon Nov 11 12:33:09 2019
New Revision: 517255
URL: https://svnweb.freebsd.org/changeset/ports/517255

Log:
  astro/garmindev: unbreak and set EXPIRES
  
  This port is an add-on to the long expired astro/qlandkartegt (removed
  in March 2019). Set expiry to the reasonable near future. While here,
  point MASTER_SITES to the SF mirror of qlandkarte/qmapshack (the original
  Bitbucket repository has been deleted), just in case anyone wants to
  pick it up.

Modified:
  head/astro/garmindev/Makefile

Modified: head/astro/garmindev/Makefile
==============================================================================
--- head/astro/garmindev/Makefile	Mon Nov 11 12:00:44 2019	(r517254)
+++ head/astro/garmindev/Makefile	Mon Nov 11 12:33:09 2019	(r517255)
@@ -4,15 +4,17 @@
 PORTNAME=	garmindev
 PORTVERSION=	0.3.4
 CATEGORIES=	astro
-MASTER_SITES=	https://bitbucket.org/kiozen/qlandkarte-gt/downloads/
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR=	qlandkartegt/garmindev/Garmin%20Device%20Driver%20${PORTVERSION}
 
-MAINTAINER=	cmt@burggraben.net
+MAINTAINER=	cmt@FreeBSD.org
 COMMENT=	Drivers for using Garmin GPS units with QlandkarteGT
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+DEPRECATED=	This port is useful only with the long expired QLandkarteGT
+EXPIRES=	2019-11-30
 
 USES=		cmake
 



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