pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-uuid R-uuid: update to canonical form of an R ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc06696f7fe8
branches:  trunk
changeset: 398899:bc06696f7fe8
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 15:44:23 2019 +0000

description:
R-uuid: update to canonical form of an R package.

Update to the canonical form of an R package and fix the LICENSE
field.

diffstat:

 devel/R-uuid/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r e7d227b4ecfa -r bc06696f7fe8 devel/R-uuid/Makefile
--- a/devel/R-uuid/Makefile     Wed Jul 31 15:43:26 2019 +0000
+++ b/devel/R-uuid/Makefile     Wed Jul 31 15:44:23 2019 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:43 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:44:23 brook Exp $
 
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://www.rforge.net/uuid/
 COMMENT=       Tools for generating and handling of UUIDs
-LICENSE=       modified-bsd
+LICENSE=       mit
 
 R_PKGNAME=     uuid
 R_PKGVER=      0.1-2
 
 USE_LANGUAGES= c
 
-BUILDLINK_API_DEPENDS.R+=      R>=2.9.0
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index