svn commit: r517240 - head/lang/onyx

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Nov 11 00:47:46 UTC 2019


Author: bofh
Date: Mon Nov 11 00:47:45 2019
New Revision: 517240
URL: https://svnweb.freebsd.org/changeset/ports/517240

Log:
  lang/onyx: Unbreak
  
  - Upstream is gone hence hosted at freefall and MASTER_SITES updated
  
  PR:		241824
  Reported by:	tech-lists at zyxst.net
  MFH:		2019Q4 (build fix)

Modified:
  head/lang/onyx/Makefile
  head/lang/onyx/distinfo

Modified: head/lang/onyx/Makefile
==============================================================================
--- head/lang/onyx/Makefile	Mon Nov 11 00:13:00 2019	(r517239)
+++ head/lang/onyx/Makefile	Mon Nov 11 00:47:45 2019	(r517240)
@@ -5,22 +5,20 @@ PORTNAME=	onyx
 PORTVERSION=	5.1.2
 PORTREVISION=	6
 CATEGORIES=	lang
-MASTER_SITES=	http://www.canonware.com/download/onyx/
+MASTER_SITES=	LOCAL/bofh
 
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Embeddable stack-based threaded interpreted language
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	cook:devel/cook
-LIB_DEPENDS=	libpcre.so:devel/pcre
-
 BROKEN_armv6=		fails to compile: building for onyx-5.1.2_6: error code 1
 BROKEN_armv7=		fails to compile: building for onyx-5.1.2_6: error code 1
 BROKEN_mips=		fails to compile: building for onyx-5.1.2_6: error code 1
 BROKEN_mips64=		fails to compile: building for onyx-5.1.2_6: error code 1
+
+BUILD_DEPENDS=	cook:devel/cook
+LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		libedit shebangfix tar:bzip2
 GNU_CONFIGURE=	yes

Modified: head/lang/onyx/distinfo
==============================================================================
--- head/lang/onyx/distinfo	Mon Nov 11 00:13:00 2019	(r517239)
+++ head/lang/onyx/distinfo	Mon Nov 11 00:47:45 2019	(r517240)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1573432886
 SHA256 (onyx-5.1.2.tar.bz2) = 96811204e8a0db6cfb1069b65f114ba15348bacf6776a075e4c08f9f5edeb860
 SIZE (onyx-5.1.2.tar.bz2) = 1397404


More information about the svn-ports-all mailing list