pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Add an HTTP download URL for installatio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65bf84bcd8d1
branches:  trunk
changeset: 520746:65bf84bcd8d1
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sat Oct 28 02:37:42 2006 +0000

description:
Add an HTTP download URL for installation at HTTP-only sites.

diffstat:

 devel/doxygen/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r c9a148255e87 -r 65bf84bcd8d1 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Sat Oct 28 02:22:29 2006 +0000
+++ b/devel/doxygen/Makefile    Sat Oct 28 02:37:42 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.51 2006/10/21 20:20:49 rillig Exp $
+# $NetBSD: Makefile,v 1.52 2006/10/28 02:37:42 dsainty Exp $
 
 DISTNAME=      doxygen-1.4.7.src
 PKGNAME=       doxygen-1.4.7
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.stack.nl/pub/users/dimitri/
+MASTER_SITES=  ftp://ftp.stack.nl/pub/users/dimitri/ \
+               http://ftp.stack.nl/pub/users/dimitri/
 
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://www.doxygen.org/



Home | Main Index | Thread Index | Old Index