Skip to content

Commit

Permalink
(devel/p5-PAR) Updated 1.0.17 to 1.0.19
Browse files Browse the repository at this point in the history
1.019  2023-11-01

- register XS DLLs extracted into $PAR_TEMP/inc with %PAR::Heavy::FullCache

  This solves the problems mentioned in GitHub PR #8
  ("Special case Gtk related dlls to dl_load from the unpacked inc dir")
  with applications using modules Gtk2, Pango, Cairo and others (this is
  a Windows only problem)

- Heavy.pm: use strict; use warnings
  Thanks @shawnlaffan

1.018  2022-09-28

- Fix #6: PAR fails to test its build on MSWin32 with Perl-5.36.0

  Makefile.PL:  Quote t/gen-hello-par.pl for Windows
  Merge PR #5 by Tim Hoke <Tim.Hoke@veritas.com>
  • Loading branch information
mef committed Dec 19, 2023
1 parent 86d12b8 commit 1763bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-PAR/Makefile
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.40 2023/07/06 09:39:46 wiz Exp $
# $NetBSD: Makefile,v 1.41 2023/12/19 12:14:21 mef Exp $
#

DISTNAME= PAR-1.017
DISTNAME= PAR-1.019
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-PAR/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2021/12/29 14:44:49 prlw1 Exp $
$NetBSD: distinfo,v 1.18 2023/12/19 12:14:21 mef Exp $

BLAKE2s (PAR-1.017.tar.gz) = 09eb69a3fbe73a9d07717960c3f98ed006c57b9abcf806e16c8fb6a6343dcc62
SHA512 (PAR-1.017.tar.gz) = 74f7f0645ff7de8fbb4cd930e0be496401821efa6b34578acba6c567ab3126ef221fd0ab45bd4e6e1118099aed1a48bdd572f2c743dff5e919d8d22796da0145
Size (PAR-1.017.tar.gz) = 65942 bytes
BLAKE2s (PAR-1.019.tar.gz) = 0f56182a90c467ba345e52f86d858266a00d42824486efd6b014ba5a6c443042
SHA512 (PAR-1.019.tar.gz) = a8b6b3aa991988563e003cc85721c807544d99374445d337492612199d339527cccbef38dd9354918d3893b03e2dfc0b1aa2fa1038b35b1e3984d96c718f440a
Size (PAR-1.019.tar.gz) = 66282 bytes

0 comments on commit 1763bbc

Please sign in to comment.