diff options
author | gdt <gdt@pkgsrc.org> | 2015-02-09 12:56:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-02-09 12:56:49 +0000 |
commit | 8f12c7a56d5b139548ce877b4aa2892cbaa5ccec (patch) | |
tree | 4dd0a2601fc5d293789d7f94e084dfa8dc9c41eb /geography/gpsd | |
parent | 9c13d694d35b66dfd4f1a3addb5033c95c200720 (diff) | |
download | pkgsrc-8f12c7a56d5b139548ce877b4aa2892cbaa5ccec.tar.gz |
Update MASTER_SITES/HOMEPAGE.
Add note about why it's not updated (scons).
(Thanks to pettai@ for pointing out the issues.)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Diffstat (limited to 'geography/gpsd')
-rw-r--r-- | geography/gpsd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index aca78c5aeec..f48f697fdc3 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.27 2014/05/09 07:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/02/09 12:56:49 gdt Exp $ +# gpsd 3.11 has been released. It has only not been updated because +# newer versions use scons. DISTNAME= gpsd-2.96 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= http://download.berlios.de/gpsd/ +MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://gpsd.berlios.de/ +HOMEPAGE= https://savannah.nongnu.org/projects/gpsd COMMENT= GPS information daemon LICENSE= modified-bsd |