Skip to content

Commit

Permalink
p5-Clipboard: update to 0.26.
Browse files Browse the repository at this point in the history
0.26    2020-05-16

    - Try to fix 'Wide character in print' warning with Xclip
        - shlomif/Clipboard#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
        - dagolden/Dist-Zilla-Plugin-OSPrereqs#4
    - Fix macOS detection.
        - shlomif/Clipboard#1
        - convert "darwin" to a regex.

0.23    2020-03-06

    - Require deps on MacOS and MSwin32
        - See: shlomif/Clipboard#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
  • Loading branch information
0-wiz-0 committed Sep 7, 2020
1 parent 5344169 commit 827c998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions x11/p5-Clipboard/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -17,8 +16,8 @@ LICENSE= ${PERL5_LICENSE}
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"
10 changes: 5 additions & 5 deletions x11/p5-Clipboard/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 827c998

Please sign in to comment.