pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-PAR



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Dec 19 12:14:21 UTC 2023

Modified Files:
        pkgsrc/devel/p5-PAR: Makefile distinfo

Log Message:
(devel/p5-PAR) Updated 1.0.17 to 1.0.19

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@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-PAR/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-PAR/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-PAR/Makefile
diff -u pkgsrc/devel/p5-PAR/Makefile:1.40 pkgsrc/devel/p5-PAR/Makefile:1.41
--- pkgsrc/devel/p5-PAR/Makefile:1.40   Thu Jul  6 09:39:46 2023
+++ pkgsrc/devel/p5-PAR/Makefile        Tue Dec 19 12:14:21 2023
@@ -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/}
 

Index: pkgsrc/devel/p5-PAR/distinfo
diff -u pkgsrc/devel/p5-PAR/distinfo:1.17 pkgsrc/devel/p5-PAR/distinfo:1.18
--- pkgsrc/devel/p5-PAR/distinfo:1.17   Wed Dec 29 14:44:49 2021
+++ pkgsrc/devel/p5-PAR/distinfo        Tue Dec 19 12:14:21 2023
@@ -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



Home | Main Index | Thread Index | Old Index