Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 13:52:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517262 - head/astro/garmindev
Message-ID:  <201911111352.xABDq7A0067906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Nov 11 13:52:07 2019
New Revision: 517262
URL: https://svnweb.freebsd.org/changeset/ports/517262

Log:
  astro/garmindev: Spell EXPIRATION_DATE correctly
  
  While here merge MASTER_SITES and MASTER_SITE_SUBDIR

Modified:
  head/astro/garmindev/Makefile

Modified: head/astro/garmindev/Makefile
==============================================================================
--- head/astro/garmindev/Makefile	Mon Nov 11 13:45:56 2019	(r517261)
+++ head/astro/garmindev/Makefile	Mon Nov 11 13:52:07 2019	(r517262)
@@ -4,8 +4,7 @@
 PORTNAME=	garmindev
 PORTVERSION=	0.3.4
 CATEGORIES=	astro
-MASTER_SITES=	SF
-MASTER_SITE_SUBDIR=	qlandkartegt/garmindev/Garmin%20Device%20Driver%20${PORTVERSION}
+MASTER_SITES=	SF/qlandkartegt/garmindev/Garmin%20Device%20Driver%20${PORTVERSION}
 
 MAINTAINER=	cmt@FreeBSD.org
 COMMENT=	Drivers for using Garmin GPS units with QlandkarteGT
@@ -14,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 DEPRECATED=	This port is useful only with the long expired QLandkarteGT
-EXPIRES=	2019-11-30
+EXPIRATION_DATE=	2019-11-30
 
 USES=		cmake
 



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