pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-uuid



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:44:23 UTC 2019

Modified Files:
        pkgsrc/devel/R-uuid: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-uuid/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/R-uuid/Makefile
diff -u pkgsrc/devel/R-uuid/Makefile:1.2 pkgsrc/devel/R-uuid/Makefile:1.3
--- pkgsrc/devel/R-uuid/Makefile:1.2    Sat Jul 28 14:40:43 2018
+++ pkgsrc/devel/R-uuid/Makefile        Wed Jul 31 15:44:23 2019
@@ -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