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: Fri Jun 17 11:04:31 UTC 2016
Modified Files:
pkgsrc/devel/ocaml-ppx_deriving: Makefile
Log Message:
Updated package to add ocaml-cppo dependency. Revbump to make sure
package gets recompiled for changes in mk/ocaml.mk. No upstream changes.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.6
--- pkgsrc/devel/ocaml-ppx_deriving/Makefile:1.5 Thu Jun 9 06:23:38 2016
+++ pkgsrc/devel/ocaml-ppx_deriving/Makefile Fri Jun 17 11:04:30 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/06/17 11:04:30 jaapb Exp $
GITHUB_PROJECT= ppx_deriving
DISTNAME= ${GITHUB_PROJECT}-3.3
PKGNAME= ocaml-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -20,5 +21,6 @@ OCAML_USE_FINDLIB= yes
BUILD_TARGET= build
+.include "../../devel/ocaml-cppo/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index