pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Unicode-LineBreak



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jan 26 02:01:44 UTC 2019

Modified Files:
        pkgsrc/textproc/p5-Unicode-LineBreak: Makefile distinfo

Log Message:
Update to 2019.001

Upstream changes:
2019.001  Sat Dec 29
# No new features.
! Makefile.PL
  - GH PR#4: Added timeout to wget call in Makefile.PL by J. Bargsten.
  - CPAN RT#125079: Installation stuck after a wget.
    Fixed by changing scheme from ftp to https.
! lib/Text/LineFold.pm
! t/04fold.t
  - Fix: Text::LineFold: new() & config() did not allow multiple Prep option
! t/01break.t
! t/02hangul.t
! t/03ns.t
! t/04fold.t
! t/05urgent.t
! t/06context.t
! t/07sea.t
! t/08partial.t
! t/09uri.t
! t/11format.t
! t/12fold2.t
! t/13flowedsp.t
! t/14sea_al.t
! t/15array.t
! t/16regex.t
! t/17prop.t
! t/18currency.t
  - CPAN RT #120535: Fails tests when no "." in @INC.

2018.012  Sat Dec 29 2018
# Withdrawn.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/p5-Unicode-LineBreak/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/p5-Unicode-LineBreak/distinfo

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

Modified files:

Index: pkgsrc/textproc/p5-Unicode-LineBreak/Makefile
diff -u pkgsrc/textproc/p5-Unicode-LineBreak/Makefile:1.17 pkgsrc/textproc/p5-Unicode-LineBreak/Makefile:1.18
--- pkgsrc/textproc/p5-Unicode-LineBreak/Makefile:1.17  Wed Aug 22 09:47:04 2018
+++ pkgsrc/textproc/p5-Unicode-LineBreak/Makefile       Sat Jan 26 02:01:44 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:04 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/01/26 02:01:44 wen Exp $
 
-DISTNAME=      Unicode-LineBreak-2018.003
+DISTNAME=      Unicode-LineBreak-2019.001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    perl5 textproc
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Unicode/}
 

Index: pkgsrc/textproc/p5-Unicode-LineBreak/distinfo
diff -u pkgsrc/textproc/p5-Unicode-LineBreak/distinfo:1.8 pkgsrc/textproc/p5-Unicode-LineBreak/distinfo:1.9
--- pkgsrc/textproc/p5-Unicode-LineBreak/distinfo:1.8   Tue Apr 10 10:51:40 2018
+++ pkgsrc/textproc/p5-Unicode-LineBreak/distinfo       Sat Jan 26 02:01:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/10 10:51:40 wen Exp $
+$NetBSD: distinfo,v 1.9 2019/01/26 02:01:44 wen Exp $
 
-SHA1 (Unicode-LineBreak-2018.003.tar.gz) = 796319722acea9597029c106fa413c186f82b5cd
-RMD160 (Unicode-LineBreak-2018.003.tar.gz) = 191a92b461fe32f80377efef5ac6659df0a0a52b
-SHA512 (Unicode-LineBreak-2018.003.tar.gz) = 37fa931978e1f88667b13ef25eb3b2414a6b055f03fec5925b3605e06026f06af332179e07f35d58f61924f43f305a5bc5ef1d76a61e1d56568abf60c9bf8fc7
-Size (Unicode-LineBreak-2018.003.tar.gz) = 248257 bytes
+SHA1 (Unicode-LineBreak-2019.001.tar.gz) = 783e7e39f16daccf2d97657e4d1665c8976d743c
+RMD160 (Unicode-LineBreak-2019.001.tar.gz) = c7795b35a4a48db2a1b336aac6636b1ef97db473
+SHA512 (Unicode-LineBreak-2019.001.tar.gz) = 2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27
+Size (Unicode-LineBreak-2019.001.tar.gz) = 312225 bytes



Home | Main Index | Thread Index | Old Index