From owner-svn-ports-all@freebsd.org Mon Nov 11 00:47:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B25001BACB2; Mon, 11 Nov 2019 00:47:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47BC024H1Wz4ZMf; Mon, 11 Nov 2019 00:47:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75CE076BD; Mon, 11 Nov 2019 00:47:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAB0lk9N004348; Mon, 11 Nov 2019 00:47:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAB0lkl0004347; Mon, 11 Nov 2019 00:47:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201911110047.xAB0lkl0004347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 11 Nov 2019 00:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517240 - head/lang/onyx X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/lang/onyx X-SVN-Commit-Revision: 517240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2019 00:47:46 -0000 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@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@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