pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsbabel Fix MASTER_SITES after adjusting mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/854908eabd2f
branches:  trunk
changeset: 652666:854908eabd2f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Jun 06 13:01:56 2015 +0000

description:
Fix MASTER_SITES after adjusting mirrored distfile location to follow
MASTER_SITE_LOCAL convention.

diffstat:

 geography/gpsbabel/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8942a76b8d8f -r 854908eabd2f geography/gpsbabel/Makefile
--- a/geography/gpsbabel/Makefile       Sat Jun 06 12:58:11 2015 +0000
+++ b/geography/gpsbabel/Makefile       Sat Jun 06 13:01:56 2015 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2015/06/06 12:57:58 gdt Exp $
+# $NetBSD: Makefile,v 1.15 2015/06/06 13:01:56 gdt Exp $
 #
 
 DISTNAME=      gpsbabel-1.5.2
 CATEGORIES=    geography
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
+MASTER_SITES=  ${MASTER_SITE_LOCAL}
 # Download from official site apparently only via interactive form,
 # but code is gnu-gpl-v2 so hosted elsewhere.
-MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/
+# older versions were at
+# MASTER_SITES+=       http://archlinux-stuff.googlecode.com/files/
 
 MAINTAINER=    gdt%NetBSD.org@localhost
 HOMEPAGE=      http://www.gpsbabel.org/



Home | Main Index | Thread Index | Old Index