pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Using MASTER_SITE_DEBIAN instead of hard-coded URL.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b3f9c3f15b
branches:  trunk
changeset: 502230:19b3f9c3f15b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 03 13:39:25 2005 +0000

description:
Using MASTER_SITE_DEBIAN instead of hard-coded URL.

diffstat:

 devel/pmccabe/Makefile  |  4 ++--
 fonts/alee-ttf/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r bbf09b90ca91 -r 19b3f9c3f15b devel/pmccabe/Makefile
--- a/devel/pmccabe/Makefile    Thu Nov 03 13:38:54 2005 +0000
+++ b/devel/pmccabe/Makefile    Thu Nov 03 13:39:25 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/24 11:19:00 agc Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/03 13:39:25 rillig Exp $
 
 DISTNAME=      pmccabe_2.2-3
 PKGNAME=       pmccabe-2.2.3
 CATEGORIES=    devel
-MASTER_SITES=  http://ftp.debian.org/debian/pool/main/p/pmccabe/
+MASTER_SITES=  ${MASTER_SITE_DEBIAN:pool/main/p/pmccabe/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=
diff -r bbf09b90ca91 -r 19b3f9c3f15b fonts/alee-ttf/Makefile
--- a/fonts/alee-ttf/Makefile   Thu Nov 03 13:38:54 2005 +0000
+++ b/fonts/alee-ttf/Makefile   Thu Nov 03 13:39:25 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2005/10/12 19:34:14 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/03 13:39:58 rillig Exp $
 #
 
 DISTNAME=      ttf-alee_5.4
 PKGNAME=       alee-ttf-5.4
 CATEGORIES=    fonts korean
-MASTER_SITES=  http://ftp.debian.org/debian/pool/main/t/ttf-alee/
+MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/t/ttf-alee/}
 
 MAINTAINER=    fox9%netb.co.kr@localhost
 HOMEPAGE=      http://packages.debian.org/unstable/x11/ttf-alee/



Home | Main Index | Thread Index | Old Index