pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-ppx_deriving
Module Name: pkgsrc
Committed By: jaapb
Date: Sat Jun 25 14:19:45 UTC 2016
Modified Files:
pkgsrc/devel/ocaml-ppx_deriving: Makefile
Log Message:
Package uses ocamlbuild.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ocaml-ppx_deriving/Makefile
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-ppx_deriving/Makefile
diff -u pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.6 pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.7
--- pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.6 Fri Jun 17 11:04:30 2016
+++ pkgsrc/devel/ocaml-ppx_deriving/Makefile Sat Jun 25 14:19:45 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2016/06/17 11:04:30 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/25 14:19:45 jaapb Exp $
GITHUB_PROJECT= ppx_deriving
DISTNAME= ${GITHUB_PROJECT}-3.3
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -22,5 +22,6 @@ OCAML_USE_FINDLIB= yes
BUILD_TARGET= build
.include "../../devel/ocaml-cppo/buildlink3.mk"
+.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index