mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to version 4.3.0.
PR: 48040 Submitted by: Ports Fury
This commit is contained in:
parent
810344f2bb
commit
e89fa95eac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75515
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= onyx
|
||||
PORTVERSION= 4.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.3.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.canonware.com/download/onyx/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Embeddable stack-based threaded interpreted language
|
||||
|
||||
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
|
||||
LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (onyx-4.2.1.tar.gz) = 1396821c7b7902645dac7273b2c39971
|
||||
MD5 (onyx-4.3.0.tar.gz) = 061133d50e72a35d53c67accb23e3b08
|
||||
|
@ -1 +0,0 @@
|
||||
Embeddable stack-based threaded interpreted language
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/onyx
|
||||
bin/onyx-%%ONYX_VERSION%%
|
||||
bin/onyx_config
|
||||
@ -46,7 +47,7 @@ include/libonyx/tsd.h
|
||||
include/libonyx/xep.h
|
||||
lib/libonyx.a
|
||||
lib/libonyx.so
|
||||
lib/libonyx.so.9
|
||||
lib/libonyx.so.10
|
||||
share/onyx
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/contents.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img1.png
|
||||
@ -55,6 +56,7 @@ share/onyx-%%ONYX_VERSION%%/doc/html/img11.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img12.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img13.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img14.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img15.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img2.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img3.png
|
||||
share/onyx-%%ONYX_VERSION%%/doc/html/img4.png
|
||||
|
Loading…
Reference in New Issue
Block a user