summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 18:56:18 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 18:56:18 +0000
commit4cc0304c937e6ee27501e94911f84e02fdb540c3 (patch)
tree50eab2537a1f4733c7ccfa539bb2f887836548d6 /math
parentede5a062b2030321b490ec9b66f6a6a459d6556f (diff)
downloadpkgsrc-4cc0304c937e6ee27501e94911f84e02fdb540c3.tar.gz
R-bitops: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
Diffstat (limited to 'math')
-rw-r--r--math/R-bitops/Makefile18
-rw-r--r--math/R-bitops/buildlink3.mk5
2 files changed, 12 insertions, 11 deletions
diff --git a/math/R-bitops/Makefile b/math/R-bitops/Makefile
index 7fb544e22b1..22f40c0dd9d 100644
--- a/math/R-bitops/Makefile
+++ b/math/R-bitops/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2018/07/28 14:40:47 brook Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/31 18:56:18 brook Exp $
-CATEGORIES= math
+CATEGORIES= math R
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${R_HOMEPAGE_BASE}/bitops/
-COMMENT= Functions for Bitwise operations on integer vectors
-LICENSE= gnu-gpl-v2
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/bitops/
+COMMENT= Functions for bitwise operations on integer vectors
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-R_PKGNAME= bitops
-R_PKGVER= 1.0-6
+R_PKGNAME= bitops
+R_PKGVER= 1.0-6
+
+USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-bitops/buildlink3.mk b/math/R-bitops/buildlink3.mk
index fa71ac80552..1c808ffbd50 100644
--- a/math/R-bitops/buildlink3.mk
+++ b/math/R-bitops/buildlink3.mk
@@ -1,12 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2011/06/14 21:28:50 alnsn Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2019/07/31 18:56:18 brook Exp $
BUILDLINK_TREE+= Rbitops
.if !defined(RBITOPS_BUILDLINK3_MK)
RBITOPS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.Rbitops+= R-bitops>=1.0.4.1
-BUILDLINK_ABI_DEPENDS.Rbitops+= R-bitops>=1.0.4.1
+BUILDLINK_API_DEPENDS.Rbitops+= R-bitops>=1.0.6
BUILDLINK_PKGSRCDIR.Rbitops?= ../../math/R-bitops
.endif # RBITOPS_BUILDLINK3_MK