diff options
author | glebius <glebius@FreeBSD.org> | 2014-12-21 03:15:15 +0800 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2014-12-21 03:15:15 +0800 |
commit | 8da75f5149bd8f231373bff6c242f60edb9782a7 (patch) | |
tree | 9ffef61b6b691c419936c70cf69c65b1b610d276 /astro/gpxloggerd | |
parent | f8ac30a7b184f6821e355f3f50da3a337d72db38 (diff) | |
download | freebsd-ports-gnome-8da75f5149bd8f231373bff6c242f60edb9782a7.tar.gz freebsd-ports-gnome-8da75f5149bd8f231373bff6c242f60edb9782a7.tar.zst freebsd-ports-gnome-8da75f5149bd8f231373bff6c242f60edb9782a7.zip |
Use new framework for fetching from github.
Diffstat (limited to 'astro/gpxloggerd')
-rw-r--r-- | astro/gpxloggerd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile index 5803a8905c04..0a302737d136 100644 --- a/astro/gpxloggerd/Makefile +++ b/astro/gpxloggerd/Makefile @@ -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@FreeBSD.org COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces |