Skip to content

Commit

Permalink
Update to findlib 1.2.8
Browse files Browse the repository at this point in the history
Changes:

- Adding support for ocamlmklib (B. Meurer's patches)
- Fix for win32 in the configure script.
  • Loading branch information
asau committed Mar 4, 2012
1 parent 3d4d9cc commit d1d7b4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions devel/ocaml-findlib/Makefile
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.9 2011/12/06 00:19:23 sbd Exp $
# $NetBSD: Makefile,v 1.10 2012/03/04 09:26:55 asau Exp $
#

DISTNAME= findlib-1.2.6
DISTNAME= findlib-1.2.8
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.camlcity.org/download/

Expand Down Expand Up @@ -46,5 +45,8 @@ post-extract:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/ocaml-findlib-register.sh ${DESTDIR}${PREFIX}/libexec/ocaml-findlib-register

do-test:
${RUN} cd ${WRKSRC}; ${SH} itest

.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions devel/ocaml-findlib/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.3 2010/08/21 15:27:31 asau Exp $
$NetBSD: distinfo,v 1.4 2012/03/04 09:26:55 asau Exp $

SHA1 (findlib-1.2.6.tar.gz) = 50d2764025168a5f3cab7f559b8fdf3cb680e405
RMD160 (findlib-1.2.6.tar.gz) = 76ee6ba0cf5c4ec8693dec14fae8582ad6cd5de3
Size (findlib-1.2.6.tar.gz) = 162458 bytes
SHA1 (findlib-1.2.8.tar.gz) = 85d28df1a5a5c72a7a1b1c40ff89ea592507e6bd
RMD160 (findlib-1.2.8.tar.gz) = 8b8c22c27cbdfa0a324d44480671d36d3c6eb2a8
Size (findlib-1.2.8.tar.gz) = 163985 bytes
SHA1 (patch-aa) = f11eb4120e6be80c2f225d4c2597c33aceefdce6
SHA1 (patch-ab) = 043d43f04c61ced0f3f9f3b6d59f89e83d6a18ee

0 comments on commit d1d7b4d

Please sign in to comment.