pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ocaml-opam-file-format



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Jan 13 23:22:51 UTC 2019

Modified Files:
        pkgsrc/misc/ocaml-opam-file-format: Makefile

Log Message:
Don't set PKGREVISION to empty, it causes confusion and consternation.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ocaml-opam-file-format/Makefile

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

Modified files:

Index: pkgsrc/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.7 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.8
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.7     Tue Nov 27 14:03:45 2018
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Sun Jan 13 23:22:51 2019
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2018/11/27 14:03:45 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2019/01/13 23:22:51 dholland Exp $
 
 VERSION=       2.0.0
 GITHUB_PROJECT=        opam-file-format
 GITHUB_TAG=    ${VERSION:S/_/-/}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index