pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Coro



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 20 04:30:52 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Coro: Makefile distinfo

Log Message:
Update to 6.54

Upstream changes:
6.54  Sun Dec 16 11:06:07 CET 2018
        - reinstate Coro::Select::select prototype - it breaks more than it fixes.

6.53  Sun Dec 16 10:33:15 CET 2018
        - the autogenerated prototypes of Coro::AIO now add ";" at the end
          to avoid generating named unary operators and messing up parsing
          (mostly affects aio_mlockall 4 | 8 which was parsed as
          (aio_mlockall 4) | 8).
        - do not use a prototype for select in Coro::Select, as CORE::select also
          doesn't have one.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Coro/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Coro/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Coro/Makefile
diff -u pkgsrc/devel/p5-Coro/Makefile:1.20 pkgsrc/devel/p5-Coro/Makefile:1.21
--- pkgsrc/devel/p5-Coro/Makefile:1.20  Wed Aug 22 09:43:48 2018
+++ pkgsrc/devel/p5-Coro/Makefile       Sat Apr 20 04:30:52 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:43:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/20 04:30:52 wen Exp $
 
-DISTNAME=      Coro-6.52
+DISTNAME=      Coro-6.54
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Coro/}
 

Index: pkgsrc/devel/p5-Coro/distinfo
diff -u pkgsrc/devel/p5-Coro/distinfo:1.13 pkgsrc/devel/p5-Coro/distinfo:1.14
--- pkgsrc/devel/p5-Coro/distinfo:1.13  Tue Aug 21 10:59:18 2018
+++ pkgsrc/devel/p5-Coro/distinfo       Sat Apr 20 04:30:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/08/21 10:59:18 wiz Exp $
+$NetBSD: distinfo,v 1.14 2019/04/20 04:30:52 wen Exp $
 
-SHA1 (Coro-6.52.tar.gz) = c1ed90320805da5468b5797388dc1c17c2d6b758
-RMD160 (Coro-6.52.tar.gz) = de0a08b448b3a69f11057df368e4e4e23551bcad
-SHA512 (Coro-6.52.tar.gz) = 5dac8918f69e435977ef3bd07f5f3ebaceb63633d67e5086a89c5f1922c77b3cdaec4663d1ba7b2d60b4cccf6d607e69e5def3f88a18a33dff01d4389a3d5617
-Size (Coro-6.52.tar.gz) = 196383 bytes
+SHA1 (Coro-6.54.tar.gz) = 33c3ec36197e48f8463ce6d76be0610aae2d7dc7
+RMD160 (Coro-6.54.tar.gz) = ef09774a667f6364672598c157085163e9ee8f16
+SHA512 (Coro-6.54.tar.gz) = 615a095dbe21561c261b5c2f19a486660391d96d4c32ffbc190635bab3f0671b12274a04f1ee55e30e00d3345b89f01875fcbfd56d8ff9cda9f51e814ef68097
+Size (Coro-6.54.tar.gz) = 196014 bytes



Home | Main Index | Thread Index | Old Index