pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ocaml-opam-file-format Don't set PKGREVISION to e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c75a580d7cbe
branches:  trunk
changeset: 317696:c75a580d7cbe
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jan 13 23:22:51 2019 +0000

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

diffstat:

 misc/ocaml-opam-file-format/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 34d45e453c9a -r c75a580d7cbe misc/ocaml-opam-file-format/Makefile
--- a/misc/ocaml-opam-file-format/Makefile      Sun Jan 13 22:06:42 2019 +0000
+++ b/misc/ocaml-opam-file-format/Makefile      Sun Jan 13 23:22:51 2019 +0000
@@ -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