diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-11-12 16:10:16 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-11-12 16:10:16 +0000 |
commit | fe2799bea85c73f75e2898b34b0c039a3a9b873a (patch) | |
tree | 9e744199ee6d5802740a1055f645751d24302cb2 /security/ocaml-safepass | |
parent | 55ef9340e10a687ab382888d21257a145893785d (diff) | |
download | pkgsrc-fe2799bea85c73f75e2898b34b0c039a3a9b873a.tar.gz |
Revbumps associated with update of lang/ocaml.
Diffstat (limited to 'security/ocaml-safepass')
-rw-r--r-- | security/ocaml-safepass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ocaml-safepass/Makefile b/security/ocaml-safepass/Makefile index f22e63fc3fd..befa1cc3c67 100644 --- a/security/ocaml-safepass/Makefile +++ b/security/ocaml-safepass/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2018/10/15 11:26:59 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2018/11/12 16:10:26 jaapb Exp $ GITHUB_PROJECT= ocaml-safepass GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= ${GITHUB_PROJECT}-3.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=darioteixeira/} |