Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-Clipboard p5-Clipboard: update to 0.26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12723420d0a8
branches:  trunk
changeset: 438661:12723420d0a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 20:53:48 2020 +0000

description:
p5-Clipboard: update to 0.26.

0.26    2020-05-16

    - Try to fix 'Wide character in print' warning with Xclip
        - https://github.com/shlomif/Clipboard/issues/4
        - Thanks to @shawnhcorey .

0.25    2020-05-14

    - Fix capitalization in GitHub links (the links still worked) in META.*
        - A minor and cosmetic change

0.24    2020-03-07

    - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL
        - https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4
    - Fix macOS detection.
        - https://github.com/shlomif/Clipboard/issues/1
        - convert "darwin" to a regex.

0.23    2020-03-06

    - Require deps on MacOS and MSwin32
        - See: https://github.com/shlomif/Clipboard/issues/1
        - Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs .

0.22    2020-01-28

    - Rebuild for order of 'NAME' and 'VERSION' sections in the generated
    POD documentation (see 0.001004 in
    https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
    ).
        - VERSION used to appear before NAME.

0.21    2019-12-02

    - Min version of Mac::Pasteboard for macOS Catalina compat
        - Thanks to William H. Gilmore

diffstat:

 x11/p5-Clipboard/Makefile |   7 +++----
 x11/p5-Clipboard/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 0e6784a06819 -r 12723420d0a8 x11/p5-Clipboard/Makefile
--- a/x11/p5-Clipboard/Makefile Mon Sep 07 20:52:41 2020 +0000
+++ b/x11/p5-Clipboard/Makefile Mon Sep 07 20:53:48 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2020/08/31 18:13:21 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/09/07 20:53:48 wiz Exp $
 
-DISTNAME=      Clipboard-0.20
+DISTNAME=      Clipboard-0.26
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    x11 perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SH/SHLOMIF/}
 
@@ -17,8 +16,8 @@
 DEPENDS+=      xclip-[0-9]*:../../x11/xclip
 .endif
 
-MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Clipboard/.packlist
+PERL5_MODULE_TYPE=     Module::Build
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0e6784a06819 -r 12723420d0a8 x11/p5-Clipboard/distinfo
--- a/x11/p5-Clipboard/distinfo Mon Sep 07 20:52:41 2020 +0000
+++ b/x11/p5-Clipboard/distinfo Mon Sep 07 20:53:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/05/20 12:01:33 nia Exp $
+$NetBSD: distinfo,v 1.5 2020/09/07 20:53:48 wiz Exp $
 
-SHA1 (Clipboard-0.20.tar.gz) = ab3b42a024b9e2758da38f8c6ff0aaee358ecfc7
-RMD160 (Clipboard-0.20.tar.gz) = 620d4e84e4cf0675e47a88004b15d5a7834dd6a7
-SHA512 (Clipboard-0.20.tar.gz) = dd710a792c0118e10a9ccc19c56710c33b8c75392d96acf50460b6874cf32eba52c4c1b5e345c86d52f57880dbd64bc12b14c6025d42213df1974f97e33b75b3
-Size (Clipboard-0.20.tar.gz) = 25047 bytes
+SHA1 (Clipboard-0.26.tar.gz) = 55f1d6312f67f1860c338b21618d944b9816fae4
+RMD160 (Clipboard-0.26.tar.gz) = 4439cdecf43b9961cb82bc63762a538fe9a9ab64
+SHA512 (Clipboard-0.26.tar.gz) = 68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1
+Size (Clipboard-0.26.tar.gz) = 25159 bytes



Home | Main Index | Thread Index | Old Index