pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-combinat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 11 09:18:39 UTC 2021

Modified Files:
        pkgsrc/math/R-combinat: Makefile distinfo

Log Message:
R-combinat: set DIST_SUBDIR

The last update just replaced the distfile with another one of the same name,
but used the same location in the file system.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/R-combinat/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-combinat/distinfo

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-combinat/Makefile
diff -u pkgsrc/math/R-combinat/Makefile:1.9 pkgsrc/math/R-combinat/Makefile:1.10
--- pkgsrc/math/R-combinat/Makefile:1.9 Thu Aug  8 19:53:48 2019
+++ pkgsrc/math/R-combinat/Makefile     Thu Mar 11 09:18:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/08/08 19:53:48 brook Exp $
+# $NetBSD: Makefile,v 1.10 2021/03/11 09:18:39 wiz Exp $
 
 R_PKGNAME=     combinat
 R_PKGVER=      0.0-8
@@ -9,6 +9,8 @@ COMMENT=        Combinatorics utilities
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= # none
+# remove on next update
+DIST_SUBDIR=   R/combinat-0.0-8v2
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-combinat/distinfo
diff -u pkgsrc/math/R-combinat/distinfo:1.5 pkgsrc/math/R-combinat/distinfo:1.6
--- pkgsrc/math/R-combinat/distinfo:1.5 Wed Jul 31 19:17:39 2019
+++ pkgsrc/math/R-combinat/distinfo     Thu Mar 11 09:18:39 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/07/31 19:17:39 brook Exp $
+$NetBSD: distinfo,v 1.6 2021/03/11 09:18:39 wiz Exp $
 
-SHA1 (R/combinat_0.0-8.tar.gz) = 8ddc471779384bff479013e6c5c3a1dbb0ee138b
-RMD160 (R/combinat_0.0-8.tar.gz) = 66a1a842b0eb2c1b9ba03186bb1a054a9e636a1b
-SHA512 (R/combinat_0.0-8.tar.gz) = 57e52b6f6bdc08d9d3647ffeca1c0d34a8da727feb1c4a26442155b6399c79f4ef55563af9706181a9c725d68e6de93d8e9003fa643d28b88acf006e04ac7d22
-Size (R/combinat_0.0-8.tar.gz) = 9197 bytes
+SHA1 (R/combinat-0.0-8v2/combinat_0.0-8.tar.gz) = 8ddc471779384bff479013e6c5c3a1dbb0ee138b
+RMD160 (R/combinat-0.0-8v2/combinat_0.0-8.tar.gz) = 66a1a842b0eb2c1b9ba03186bb1a054a9e636a1b
+SHA512 (R/combinat-0.0-8v2/combinat_0.0-8.tar.gz) = 57e52b6f6bdc08d9d3647ffeca1c0d34a8da727feb1c4a26442155b6399c79f4ef55563af9706181a9c725d68e6de93d8e9003fa643d28b88acf006e04ac7d22
+Size (R/combinat-0.0-8v2/combinat_0.0-8.tar.gz) = 9197 bytes



Home | Main Index | Thread Index | Old Index