pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-type_conv Updated package to work with new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e31c52fd7404
branches:  trunk
changeset: 348621:e31c52fd7404
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Jun 17 09:48:02 2016 +0000

description:
Updated package to work with new version of mk/ocaml.mk. Also straightened
out some of the github variables; no changes to package contents.

diffstat:

 devel/ocaml-type_conv/Makefile |  15 ++++++---------
 devel/ocaml-type_conv/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 14 deletions(-)

diffs (50 lines):

diff -r 72c0fe0ba682 -r e31c52fd7404 devel/ocaml-type_conv/Makefile
--- a/devel/ocaml-type_conv/Makefile    Fri Jun 17 09:24:06 2016 +0000
+++ b/devel/ocaml-type_conv/Makefile    Fri Jun 17 09:48:02 2016 +0000
@@ -1,25 +1,22 @@
-# $NetBSD: Makefile,v 1.8 2016/05/05 11:45:36 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/17 09:48:02 jaapb Exp $
 
 
-DISTNAME=      type_conv-${VERS}
+VERSION=       113.00.02
+GITHUB_PROJECT=        type_conv
+DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
-VERS=                  113.00.02
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/type_conv/archive/}
-DISTFILES=     ${VERS}${EXTRACT_SUFX}
-DIST_SUBDIR=   ocaml-type_conv
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/janestreet/type_conv/
 COMMENT=       Support library for OCaml preprocessor type conversions
 LICENSE=       apache-2.0 AND modified-bsd
 
-WRKSRC=        ${WRKDIR}/type_conv-${VERS}
 USE_TOOLS+=    gmake
 
 OCAML_USE_FINDLIB=     yes
-OCAML_FINDLIB_DIRS=    ${OCAML_SITELIBDIR}/type_conv
 
 .include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../lang/camlp4/buildlink3.mk"
diff -r 72c0fe0ba682 -r e31c52fd7404 devel/ocaml-type_conv/distinfo
--- a/devel/ocaml-type_conv/distinfo    Fri Jun 17 09:24:06 2016 +0000
+++ b/devel/ocaml-type_conv/distinfo    Fri Jun 17 09:48:02 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/02/28 12:10:18 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2016/06/17 09:48:02 jaapb Exp $
 
-SHA1 (ocaml-type_conv/113.00.02.tar.gz) = b3883e7574da7f928264e2a1414c45029ee6ce39
-RMD160 (ocaml-type_conv/113.00.02.tar.gz) = a857d6f49a82194e5f96a74bb0d7e0dbfc334f04
-SHA512 (ocaml-type_conv/113.00.02.tar.gz) = 6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559
-Size (ocaml-type_conv/113.00.02.tar.gz) = 64174 bytes
+SHA1 (type_conv-113.00.02.tar.gz) = b3883e7574da7f928264e2a1414c45029ee6ce39
+RMD160 (type_conv-113.00.02.tar.gz) = a857d6f49a82194e5f96a74bb0d7e0dbfc334f04
+SHA512 (type_conv-113.00.02.tar.gz) = 6bc6db0e5a36fa4150941155290d137552d9e19aac7cf3aff107f0a7eaa47749c7044c4a4e475827d739784b99ef2103e9c9c03191c6aaa55c51585e71553559
+Size (type_conv-113.00.02.tar.gz) = 64174 bytes



Home | Main Index | Thread Index | Old Index