diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 01:38:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 01:38:13 +0000 |
commit | fc02c643d0963f8db59a3e2774191f6ddafd7a37 (patch) | |
tree | 4c0b8b90e48287cc7bbb163c60fc500d2906c12e | |
parent | Add egoboo, an SDL based 3d dungeon crawling adventure (diff) |
- update to 4.4.3
- switch to bz2 distfile
PR: 51229
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=81187
-rw-r--r-- | lang/onyx/Makefile | 3 | ||||
-rw-r--r-- | lang/onyx/distinfo | 2 | ||||
-rw-r--r-- | lang/onyx/pkg-plist | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 4ea3a73ede31..6a514b070765 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= onyx -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.3 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ @@ -17,6 +17,7 @@ BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \ pcre.0:${PORTSDIR}/devel/pcre +USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/lang/onyx/distinfo b/lang/onyx/distinfo index 754db9388ceb..54206b473142 100644 --- a/lang/onyx/distinfo +++ b/lang/onyx/distinfo @@ -1 +1 @@ -MD5 (onyx-4.3.0.tar.gz) = 061133d50e72a35d53c67accb23e3b08 +MD5 (onyx-4.4.3.tar.bz2) = 27c894515bd106cbdd9b4f7059d91c01 diff --git a/lang/onyx/pkg-plist b/lang/onyx/pkg-plist index 75c997111289..4b9247ef0b3e 100644 --- a/lang/onyx/pkg-plist +++ b/lang/onyx/pkg-plist @@ -33,8 +33,6 @@ include/libonyx/nxo_null.h include/libonyx/nxo_operator.h include/libonyx/nxo_pmark.h include/libonyx/nxo_real.h -include/libonyx/nxo_regex.h -include/libonyx/nxo_regsub.h include/libonyx/nxo_stack.h include/libonyx/nxo_string.h include/libonyx/nxo_thread.h @@ -47,7 +45,7 @@ include/libonyx/tsd.h include/libonyx/xep.h lib/libonyx.a lib/libonyx.so -lib/libonyx.so.10 +lib/libonyx.so.12 share/onyx share/onyx-%%ONYX_VERSION%%/doc/html/contents.png share/onyx-%%ONYX_VERSION%%/doc/html/img1.png @@ -86,6 +84,7 @@ share/onyx-%%ONYX_VERSION%%/doc/html/node110.html share/onyx-%%ONYX_VERSION%%/doc/html/node111.html share/onyx-%%ONYX_VERSION%%/doc/html/node112.html share/onyx-%%ONYX_VERSION%%/doc/html/node113.html +share/onyx-%%ONYX_VERSION%%/doc/html/node114.html share/onyx-%%ONYX_VERSION%%/doc/html/node12.html share/onyx-%%ONYX_VERSION%%/doc/html/node13.html share/onyx-%%ONYX_VERSION%%/doc/html/node14.html |