Skip to content

Commit

Permalink
Update to 1.020
Browse files Browse the repository at this point in the history
Upstream changes:
1.020  2024-03-04

- restructure _extract_inc(): always add XS DLLs in
  PAR_TEMP/inc to PAR::Heavy::FullCache, ie. even if PAR_TEMP/inc
  already exists (hence we don't need to extract the zip), cf. #11

- bump minimum perl version to 5.8.9 everywhere
  • Loading branch information
wen committed Aug 18, 2024
1 parent 53fe102 commit a2f7fd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions devel/p5-PAR/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.41 2023/12/19 12:14:21 mef Exp $
# $NetBSD: Makefile,v 1.42 2024/08/18 08:25:58 wen Exp $
#

DISTNAME= PAR-1.019
DISTNAME= PAR-1.020
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}
Expand All @@ -12,8 +12,6 @@ COMMENT= Cross-Platform Packaging and Debugging Tool
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
#DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader
#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3
DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist

PERL5_PACKLIST= auto/PAR/.packlist
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-PAR/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.18 2023/12/19 12:14:21 mef Exp $
$NetBSD: distinfo,v 1.19 2024/08/18 08:25:58 wen Exp $

BLAKE2s (PAR-1.019.tar.gz) = 0f56182a90c467ba345e52f86d858266a00d42824486efd6b014ba5a6c443042
SHA512 (PAR-1.019.tar.gz) = a8b6b3aa991988563e003cc85721c807544d99374445d337492612199d339527cccbef38dd9354918d3893b03e2dfc0b1aa2fa1038b35b1e3984d96c718f440a
Size (PAR-1.019.tar.gz) = 66282 bytes
BLAKE2s (PAR-1.020.tar.gz) = 13c498f735408fdaf15c497e2cd9d572e1bb90db6a38d8d642cbb2348f8ee251
SHA512 (PAR-1.020.tar.gz) = 0a94fa3288c01710171703be94c0b247abfbfec41f5f2adee3a6f438934b24bc2f4f8736c4bb3014ab1754732682c8151450efe9741728b35a23e1c4d003480e
Size (PAR-1.020.tar.gz) = 66318 bytes

0 comments on commit a2f7fd4

Please sign in to comment.