diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-06-20 10:26:21 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-06-20 10:26:21 +0000 |
commit | 375971cafec37f359e456eeb53394231e1f7ba5f (patch) | |
tree | 893ac16aa1ee87c77edb3617bca80fc11095bdae /devel | |
parent | d6063fa7c3f9c3c39a15f7db1153c579731c827c (diff) | |
download | pkgsrc-375971cafec37f359e456eeb53394231e1f7ba5f.tar.gz |
Revbump to make sure the package gets recompiled with newer mk/ocaml.mk,
and some cleaning up of the Makefile.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-base64/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ocaml-base64/Makefile b/devel/ocaml-base64/Makefile index 144b60dc4b1..5eaa4d776d8 100644 --- a/devel/ocaml-base64/Makefile +++ b/devel/ocaml-base64/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/06/20 10:26:21 jaapb Exp $ +VERSION= 2.0.0 GITHUB_PROJECT= ocaml-base64 -DISTNAME= ${GITHUB_PROJECT}-2.0.0 -PKGREVISION= 1 +DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -12,7 +13,6 @@ HOMEPAGE= https://github.com/mirage/ocaml-base64/ COMMENT= Base64 encoding and decoding in OCaml LICENSE= isc -WRKSRC= ${WRKDIR}/ocaml-base64-2.0.0 HAS_CONFIGURE= yes USE_LANGUAGES= # none |