svn commit: r375096 - head/astro/gpxloggerd

Gleb Smirnoff glebius at FreeBSD.org
Sat Dec 20 19:15:16 UTC 2014


Author: glebius (src committer)
Date: Sat Dec 20 19:15:15 2014
New Revision: 375096
URL: https://svnweb.freebsd.org/changeset/ports/375096
QAT: https://qat.redports.org/buildarchive/r375096/

Log:
  Use new framework for fetching from github.

Modified:
  head/astro/gpxloggerd/Makefile

Modified: head/astro/gpxloggerd/Makefile
==============================================================================
--- head/astro/gpxloggerd/Makefile	Sat Dec 20 19:12:11 2014	(r375095)
+++ head/astro/gpxloggerd/Makefile	Sat Dec 20 19:15:15 2014	(r375096)
@@ -4,7 +4,9 @@
 PORTNAME=	gpxloggerd
 PORTVERSION=	0.2.1
 CATEGORIES=	astro
-MASTER_SITES=	http://github.com/glebius/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
+MASTER_SITES=	GHR
+USE_GITHUB=	yes
+GH_ACCOUNT=	glebius
 
 MAINTAINER=	glebius at FreeBSD.org
 COMMENT=	Daemon that connects to the GPSD daemon and logs GPS traces


More information about the svn-ports-head mailing list