pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Alien-Build



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  9 06:11:02 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Alien-Build: Makefile distinfo

Log Message:
p5-Alien-Build: update to 2.83.

2.83      2024-06-05 15:06:15 -0600
  - Production release identical to 2.82_01

2.82_01   2024-05-25 01:49:23 -0600
  - CPU detection with archname arm64- prefix (gh#411, gh#412)

2.81_01   2023-06-24 09:54:28 -0600
  - Added support for xz compression with
    Alien::Build::Plugin::Extract::ArchiveTar (gh#404)
  - Extract negotiator (Alien::Build::Plugin::Extract::Negotiate)
    now prefers the Extract::ArchiveTar plugin for tar.xz files.
    On Windows Extract::ArchiveTar is now always used for tar.xz
    files because the BSD tar that comes with Windows can hang
    on tar.xz if xz is in the PATH (gh#403, gh#404)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Alien-Build/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Alien-Build/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-Alien-Build/Makefile
diff -u pkgsrc/devel/p5-Alien-Build/Makefile:1.36 pkgsrc/devel/p5-Alien-Build/Makefile:1.37
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.36   Thu Jul  6 09:38:34 2023
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Sun Jun  9 06:11:02 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/07/06 09:38:34 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/06/09 06:11:02 wiz Exp $
 
-DISTNAME=      Alien-Build-2.80
+DISTNAME=      Alien-Build-2.83
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
 

Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.29 pkgsrc/devel/p5-Alien-Build/distinfo:1.30
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.29   Sat May 20 07:35:16 2023
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Sun Jun  9 06:11:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2023/05/20 07:35:16 wiz Exp $
+$NetBSD: distinfo,v 1.30 2024/06/09 06:11:02 wiz Exp $
 
-BLAKE2s (Alien-Build-2.80.tar.gz) = 7a0ae2550a280519895189d168bef0a017998104f0f608e6f7a3b16a376b979a
-SHA512 (Alien-Build-2.80.tar.gz) = 88f672a04796e22650a211d0504a0d7ab3ae3cdb3b992ca9a4ea996241f578454b6dcfb5fb448d27d69569a2b706308820f067b346913b75f1dc012893aab68e
-Size (Alien-Build-2.80.tar.gz) = 547037 bytes
+BLAKE2s (Alien-Build-2.83.tar.gz) = 3cafbd1431a3afdfd02a1795763526a93e81d000049e1cdf976a798f3c083fe2
+SHA512 (Alien-Build-2.83.tar.gz) = db21995423cd13656ac2a93bfbeb1cfeef8e521774b9895860a9119195b3eeab4104d8c54bc263db0891855da965fa8ffacdfaff89977c817e2d2650ce69d02e
+Size (Alien-Build-2.83.tar.gz) = 547519 bytes



Home | Main Index | Thread Index | Old Index