pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-ppx_core



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sun Jul 23 12:13:13 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-ppx_core: Makefile

Log Message:
GITHUB_TAG added (otherwise the distfile location is wrong)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-ppx_core/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_core/Makefile
diff -u pkgsrc/devel/ocaml-ppx_core/Makefile:1.8 pkgsrc/devel/ocaml-ppx_core/Makefile:1.9
--- pkgsrc/devel/ocaml-ppx_core/Makefile:1.8    Fri Jul 21 13:27:52 2017
+++ pkgsrc/devel/ocaml-ppx_core/Makefile        Sun Jul 23 12:13:13 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/07/21 13:27:52 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/23 12:13:13 jaapb Exp $
 
 VERSION=       0.9.0
 GITHUB_PROJECT=        ppx_core
+GITHUB_TAG=    v${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
 CATEGORIES=    devel



Home | Main Index | Thread Index | Old Index