View | Details | Raw Unified | Return to bug 51229
Collapse All | Expand All

(-)lang/onyx/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	onyx
8
PORTNAME=	onyx
9
PORTVERSION=	4.3.0
9
PORTVERSION=	4.4.3
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	http://www.canonware.com/download/onyx/
11
MASTER_SITES=	http://www.canonware.com/download/onyx/
12
12
Lines 17-22 Link Here
17
LIB_DEPENDS=	edit.5:${PORTSDIR}/devel/libedit \
17
LIB_DEPENDS=	edit.5:${PORTSDIR}/devel/libedit \
18
		pcre.0:${PORTSDIR}/devel/pcre
18
		pcre.0:${PORTSDIR}/devel/pcre
19
19
20
USE_BZIP2=	yes
20
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
(-)lang/onyx/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (onyx-4.3.0.tar.gz) = 061133d50e72a35d53c67accb23e3b08
1
MD5 (onyx-4.4.3.tar.bz2) = 27c894515bd106cbdd9b4f7059d91c01
(-)lang/onyx/pkg-plist (-3 / +2 lines)
Lines 33-40 Link Here
33
include/libonyx/nxo_operator.h
33
include/libonyx/nxo_operator.h
34
include/libonyx/nxo_pmark.h
34
include/libonyx/nxo_pmark.h
35
include/libonyx/nxo_real.h
35
include/libonyx/nxo_real.h
36
include/libonyx/nxo_regex.h
37
include/libonyx/nxo_regsub.h
38
include/libonyx/nxo_stack.h
36
include/libonyx/nxo_stack.h
39
include/libonyx/nxo_string.h
37
include/libonyx/nxo_string.h
40
include/libonyx/nxo_thread.h
38
include/libonyx/nxo_thread.h
Lines 47-53 Link Here
47
include/libonyx/xep.h
45
include/libonyx/xep.h
48
lib/libonyx.a
46
lib/libonyx.a
49
lib/libonyx.so
47
lib/libonyx.so
50
lib/libonyx.so.10
48
lib/libonyx.so.12
51
share/onyx
49
share/onyx
52
share/onyx-%%ONYX_VERSION%%/doc/html/contents.png
50
share/onyx-%%ONYX_VERSION%%/doc/html/contents.png
53
share/onyx-%%ONYX_VERSION%%/doc/html/img1.png
51
share/onyx-%%ONYX_VERSION%%/doc/html/img1.png
Lines 86-91 Link Here
86
share/onyx-%%ONYX_VERSION%%/doc/html/node111.html
84
share/onyx-%%ONYX_VERSION%%/doc/html/node111.html
87
share/onyx-%%ONYX_VERSION%%/doc/html/node112.html
85
share/onyx-%%ONYX_VERSION%%/doc/html/node112.html
88
share/onyx-%%ONYX_VERSION%%/doc/html/node113.html
86
share/onyx-%%ONYX_VERSION%%/doc/html/node113.html
87
share/onyx-%%ONYX_VERSION%%/doc/html/node114.html
89
share/onyx-%%ONYX_VERSION%%/doc/html/node12.html
88
share/onyx-%%ONYX_VERSION%%/doc/html/node12.html
90
share/onyx-%%ONYX_VERSION%%/doc/html/node13.html
89
share/onyx-%%ONYX_VERSION%%/doc/html/node13.html
91
share/onyx-%%ONYX_VERSION%%/doc/html/node14.html
90
share/onyx-%%ONYX_VERSION%%/doc/html/node14.html

Return to bug 51229