pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-cppo



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jun 17 10:57:47 UTC 2016

Modified Files:
        pkgsrc/devel/ocaml-cppo: Makefile distinfo

Log Message:
Updated package to latest version, 1.3.2. Also straightened out some
github variables and made package compatible with latest version of
mk/ocaml.mk.

The upstream changelog hasn't been updated in a while, so difficult to
figure out what changes are.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ocaml-cppo/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-cppo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-cppo/Makefile
diff -u pkgsrc/devel/ocaml-cppo/Makefile:1.4 pkgsrc/devel/ocaml-cppo/Makefile:1.5
--- pkgsrc/devel/ocaml-cppo/Makefile:1.4        Thu Jun  9 06:23:38 2016
+++ pkgsrc/devel/ocaml-cppo/Makefile    Fri Jun 17 10:57:47 2016
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2016/06/09 06:23:38 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/17 10:57:47 jaapb Exp $
 
-DISTNAME=      cppo-1.3.1
+VERSION=       1.3.2
+GITHUB_PROJECT=        cppo
+DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mjambon/}
-GITHUB_PROJECT=        cppo
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mjambon/cppo/
+HOMEPAGE=      http://mjambom.com/cppo.html
 COMMENT=       C-style preprocessor for OCaml
 LICENSE=       modified-bsd
 
-WRKSRC=                ${WRKDIR}/cppo-1.3.1
 USE_LANGUAGES= # none
 USE_TOOLS+=    gmake
 
@@ -31,5 +30,7 @@ MAKE_ENV+=    BEST=.byte
 
 MAKE_ENV+=     BINDIR=${DESTDIR}/${PREFIX}/bin DESTDIR=${DESTDIR} OCAML_SITELIBDIR=${OCAML_SITELIBDIR}
 INSTALLATION_DIRS+=    bin ${OCAML_SITELIBDIR}/cppo_ocamlbuild
+OCAML_FINDLIB_DIRS=    cppo_ocamlbuild
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ocaml-cppo/distinfo
diff -u pkgsrc/devel/ocaml-cppo/distinfo:1.1 pkgsrc/devel/ocaml-cppo/distinfo:1.2
--- pkgsrc/devel/ocaml-cppo/distinfo:1.1        Sat Feb  6 13:34:52 2016
+++ pkgsrc/devel/ocaml-cppo/distinfo    Fri Jun 17 10:57:47 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/02/06 13:34:52 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2016/06/17 10:57:47 jaapb Exp $
 
-SHA1 (cppo-1.3.1.tar.gz) = 8ae2f8c90ddc2d59e6bb15382b688bc5f1614746
-RMD160 (cppo-1.3.1.tar.gz) = 103bfa845965192b91b80d1daf4093ef26473384
-SHA512 (cppo-1.3.1.tar.gz) = 0e5180ce21bb605733ca4bfd64f1917ccb8772f6d078a23d39710b4dc1c5ede32dcaa3bd30116f17683c4040a7cfc41a4ca541e9c973265ec1dd988e2ec67238
-Size (cppo-1.3.1.tar.gz) = 26259 bytes
+SHA1 (cppo-1.3.2.tar.gz) = f04212297ba24646a94c59114777079159e7d962
+RMD160 (cppo-1.3.2.tar.gz) = 7d82ee056dd867f361eb93e8a25fd30fc07d5e57
+SHA512 (cppo-1.3.2.tar.gz) = 8569cc644694cca474b373edf4489f24c688106f922b8c9c97d254a22bc988438a2b9e0a5cab44434f8ee7bc7e5fb5612eff2511bbb560e44945fdf827c2441a
+Size (cppo-1.3.2.tar.gz) = 26332 bytes
 SHA1 (patch-Makefile) = 87b19139b022291eb826734d948f362a6812dc3e



Home | Main Index | Thread Index | Old Index