- Update to 0.6.0

PR:		ports/141006
Submitted by:	soulcatcher <soulcatcher13@gmail.com>
This commit is contained in:
Pav Lucistnik 2009-12-18 22:52:06 +00:00
parent c79591b22a
commit 3b04739739
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246199
2 changed files with 13 additions and 13 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= event
PORTVERSION= 0.5.0
PORTREVISION= 7
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/
PKGNAMEPREFIX= ocaml-
@ -31,16 +30,17 @@ PORTDOCS= *
EXAMPLE_FILES= \
Makefile \
fifo_example.ml \
http_server.ml \
signal_example.ml
LIB_FILES= \
libevent.a \
libevent.cmxa \
libmlevent.a \
libevent.cma \
libevent.mli \
libevent.cmi
liboevent.a \
liboevent.cmxa \
libmloevent.a \
liboevent.cma \
liboevent.mli \
liboevent.cmi
LIB_STUB_FILES= \
dllmlevent.so
dllmloevent.so
# examples to install
PLIST_DIRS+= ${EXAMPLESDIR:S,^${PREFIX}/,,}
@ -65,7 +65,7 @@ post-configure:
${WRKSRC}/Makefile
pre-build:
.for file in libevent.cmi
.for file in liboevent.cmi
@cd ${WRKSRC} && ${GMAKE} ${file}
.endfor

View file

@ -1,3 +1,3 @@
MD5 (ocaml-event-0.5.0.tar.gz) = 1c6478d39817a90faa59a353018b082d
SHA256 (ocaml-event-0.5.0.tar.gz) = 0b199f5494ca7647ca70ed6b53da96a252c385b6ba3f1ff0c934e328b2e03065
SIZE (ocaml-event-0.5.0.tar.gz) = 7040
MD5 (ocaml-event-0.6.0.tar.gz) = ae06ace4a05b8f32203de4641bed7c99
SHA256 (ocaml-event-0.6.0.tar.gz) = 06ffb1d8621530ef3dd2ed8aa931643783586cfc91433b69a7e338931385dc8e
SIZE (ocaml-event-0.6.0.tar.gz) = 7664