pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Async-Interrupt (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef2b478ff502
branches:  trunk
changeset: 646671:ef2b478ff502
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 13 14:03:34 2015 +0000

description:
(pkgsrc)
  - Drop patches/patch-ecb.h, now upstream takes care.
(upstream)
  - update 1.20 to 1.21
    -------------------
1.21 Wed Feb 11 20:31:01 CET 2015
        - upgrade ecb.h for C11 compatibility.

diffstat:

 devel/p5-Async-Interrupt/Makefile            |   6 +++---
 devel/p5-Async-Interrupt/distinfo            |   9 ++++-----
 devel/p5-Async-Interrupt/patches/patch-ecb.h |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (45 lines):

diff -r 5599425eb0da -r ef2b478ff502 devel/p5-Async-Interrupt/Makefile
--- a/devel/p5-Async-Interrupt/Makefile Fri Feb 13 14:01:58 2015 +0000
+++ b/devel/p5-Async-Interrupt/Makefile Fri Feb 13 14:03:34 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2014/12/12 11:13:21 mef Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/13 14:03:34 mef Exp $
 
-DISTNAME=      Async-Interrupt-1.2
-PKGNAME=       p5-${DISTNAME}0
+DISTNAME=      Async-Interrupt-1.21
+PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Async/}
 
diff -r 5599425eb0da -r ef2b478ff502 devel/p5-Async-Interrupt/distinfo
--- a/devel/p5-Async-Interrupt/distinfo Fri Feb 13 14:01:58 2015 +0000
+++ b/devel/p5-Async-Interrupt/distinfo Fri Feb 13 14:03:34 2015 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/12/18 10:51:59 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/02/13 14:03:34 mef Exp $
 
-SHA1 (Async-Interrupt-1.2.tar.gz) = 1067bb31eab3a46b4cbfae041bea581206ae4db0
-RMD160 (Async-Interrupt-1.2.tar.gz) = 561cf632a4ad89569306783f4738876a6d64a398
-Size (Async-Interrupt-1.2.tar.gz) = 33243 bytes
-SHA1 (patch-ecb.h) = c19d04611ff74f572acef74c2f6c96a4af55b3f4
+SHA1 (Async-Interrupt-1.21.tar.gz) = a8c2945e78b7c223c3f87fd2268f400326f5d92d
+RMD160 (Async-Interrupt-1.21.tar.gz) = 8fa1c7780ba232295e2b00eebf0d968f1cfb3400
+Size (Async-Interrupt-1.21.tar.gz) = 33918 bytes
diff -r 5599425eb0da -r ef2b478ff502 devel/p5-Async-Interrupt/patches/patch-ecb.h
--- a/devel/p5-Async-Interrupt/patches/patch-ecb.h      Fri Feb 13 14:01:58 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ecb.h,v 1.1 2014/12/18 10:51:59 joerg Exp $
-
---- ecb.h.orig 2014-12-15 12:08:33.000000000 +0000
-+++ ecb.h
-@@ -512,7 +512,7 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t
-   }
- #endif
- 
--#if ECB_GCC_VERSION(4,5)
-+#if ECB_GCC_VERSION(4,5) || defined(__clang__)
-   #define ecb_unreachable() __builtin_unreachable ()
- #else
-   /* this seems to work fine, but gcc always emits a warning for it :/ */



Home | Main Index | Thread Index | Old Index