pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo Remove a redundant PKGNAME definition (w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fc5e461b688
branches:  trunk
changeset: 531257:7fc5e461b688
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 26 19:34:12 2007 +0000

description:
Remove a redundant PKGNAME definition (which matches DISTNAME), and add
a fetch location for old distfiles so that we don't need to always keep
this package at the latest release.

diffstat:

 security/sudo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6be5fa25f5d3 -r 7fc5e461b688 security/sudo/Makefile
--- a/security/sudo/Makefile    Thu Jul 26 17:07:59 2007 +0000
+++ b/security/sudo/Makefile    Thu Jul 26 19:34:12 2007 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.93 2007/07/23 16:38:36 tls Exp $
+# $NetBSD: Makefile,v 1.94 2007/07/26 19:34:12 jlam Exp $
 #
 
 DISTNAME=              sudo-1.6.9
-PKGNAME=               sudo-1.6.9
 CATEGORIES=            security
 MASTER_SITES=          http://www.courtesan.com/sudo/dist/ \
                        ftp://ftp.courtesan.com/pub/sudo/ \
                        ftp://ftp.cs.colorado.edu/pub/sudo/ \
                        ftp://ftp.uu.net/pub/security/sudo/ \
                        ftp://ftp.tux.org/pub/security/sudo/ \
+                       http://www.courtesan.com/sudo/dist/old/ \
                        http://www.courtesan.com/sudo/dist/beta/
 
 MAINTAINER=            kim%tac.nyc.ny.us@localhost



Home | Main Index | Thread Index | Old Index