pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/onyx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 24 14:33:23 UTC 2017

Modified Files:
        pkgsrc/lang/onyx: Makefile

Log Message:
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...


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/onyx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/onyx/Makefile
diff -u pkgsrc/lang/onyx/Makefile:1.28 pkgsrc/lang/onyx/Makefile:1.29
--- pkgsrc/lang/onyx/Makefile:1.28      Wed Sep  2 04:43:52 2015
+++ pkgsrc/lang/onyx/Makefile   Sun Sep 24 14:33:23 2017
@@ -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@localhost
-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



Home | Main Index | Thread Index | Old Index