pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-base64



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Jun 20 10:26:21 UTC 2016

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

Log Message:
Revbump to make sure the package gets recompiled with newer mk/ocaml.mk,
and some cleaning up of the Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-base64/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-base64/Makefile
diff -u pkgsrc/devel/ocaml-base64/Makefile:1.3 pkgsrc/devel/ocaml-base64/Makefile:1.4
--- pkgsrc/devel/ocaml-base64/Makefile:1.3      Thu Jun  9 06:23:38 2016
+++ pkgsrc/devel/ocaml-base64/Makefile  Mon Jun 20 10:26:21 2016
@@ -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/ocam
 COMMENT=       Base64 encoding and decoding in OCaml
 LICENSE=       isc
 
-WRKSRC=                ${WRKDIR}/ocaml-base64-2.0.0
 HAS_CONFIGURE= yes
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index