pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-date



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 19:19:18 UTC 2019

Modified Files:
        pkgsrc/math/R-date: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-date/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-date/Makefile
diff -u pkgsrc/math/R-date/Makefile:1.8 pkgsrc/math/R-date/Makefile:1.9
--- pkgsrc/math/R-date/Makefile:1.8     Sun May  6 03:28:35 2018
+++ pkgsrc/math/R-date/Makefile Wed Jul 31 19:19:17 2019
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2018/05/06 03:28:35 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2019/07/31 19:19:17 brook Exp $
 
-DISTNAME=      date_1.2-38
-CATEGORIES=    math
+CATEGORIES=    math R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Functions for Handling Dates
+COMMENT=       Functions for handling dates
 LICENSE=       gnu-gpl-v2
 
+R_PKGNAME=     date
+R_PKGVER=      1.2-38
+
+USE_LANGUAGES= c
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index