diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-24 14:33:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-24 14:33:23 +0000 |
commit | 37514060e0c6c44c95f795e237083e61e5312d61 (patch) | |
tree | 64daab81bf4761078c9b180c49176fd20a459c6e /lang | |
parent | feff2bb0d035cc38e36dd87832b72795880f15cf (diff) | |
download | pkgsrc-37514060e0c6c44c95f795e237083e61e5312d61.tar.gz |
onyx: comment out dead sites
Set HOMEPAGE to github one, even though that is just a 10 year old
import of the sources. On the other hand, the last release is from 2005...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/onyx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 3e666ad3427..0790cabe8a8 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.28 2015/09/02 04:43:52 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/24 14:33:23 wiz Exp $ DISTNAME= onyx-${VERS} PKGREVISION= 2 CATEGORIES= lang -MASTER_SITES= http://www.canonware.com/download/onyx/ +#MASTER_SITES= http://www.canonware.com/download/onyx/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.canonware.com/onyx/ +#HOMEPAGE= http://www.canonware.com/onyx/ +HOMEPAGE= https://github.com/canonware/onyx COMMENT= Embeddable stack-based threaded interpreted language BUILD_DEPENDS+= cook-[0-9]*:../../devel/cook |