pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/japhar The HOMEPAGE is not longer correct.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7da5540ee22c
branches:  trunk
changeset: 508211:7da5540ee22c
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Feb 16 16:33:28 2006 +0000

description:
The HOMEPAGE is not longer correct.
And the MASTER_SITES does not work.
Set HOMEPAGE to some "old" version and set MASTER_SITES to MASTER_SITE_BACKUP.

diffstat:

 lang/japhar/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6eb63279615f -r 7da5540ee22c lang/japhar/Makefile
--- a/lang/japhar/Makefile      Thu Feb 16 15:52:15 2006 +0000
+++ b/lang/japhar/Makefile      Thu Feb 16 16:33:28 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:09:45 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/16 16:33:28 reed Exp $
 #
 
 DISTNAME=              japhar-0.08
 PKGREVISION=           2
 CATEGORIES=            lang
-MASTER_SITES=          ftp://ftp.japhar.org/pub/hungry/japhar/source/
+MASTER_SITES=          ${MASTER_SITE_BACKUP}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.japhar.org/
+HOMEPAGE=              http://www.hungry.com/old-hungry/products/japhar/
 COMMENT=               Java Virtual Machine, currently JDK 1.1.5-level
 
 ONLY_FOR_PLATFORM=     SunOS-*-*       # untested on NetBSD



Home | Main Index | Thread Index | Old Index