pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-App-perlbrew



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Dec 13 11:49:02 UTC 2023

Modified Files:
        pkgsrc/devel/p5-App-perlbrew: Makefile distinfo

Log Message:
(devel/p5-App-perlbrew) Updated 0.92 to 0.98

0.98
        - Released at 2023-08-11T22:54:38+0900
        - Remove the support of cperl from `available` and `install`
          command. Github PR: #777. cperl can still be installed by
          specifying the tarball, just not by their short names.
        - new command: make-shim
        - new command: make-pp.

0.97
        - Released at 2023-05-12T22:33:42+0900
        - Thanks to our contributors: Elvin Aslanov, Graham Knop,
          Shoichi Kaji, Tomasz Konojacki, brian greenfield
        - The documentation of `clone-module` and `list-modules` are improved.
        - No longer depends on Pod::Parser. Github PR #760
        - Bugfix for csh users: Github PR #770

0.96
        - Released at 2022-07-31T15:42:39+0900
        - Thanks to our contributors: Rolf St旦ckli
        - `install-cpm` is now properly documented. Thanks to Tekki.
        - Let `install` hint for `init` when PERLBREW_ROOT does not exist. .RT #57669.
        - Reveal the actual error code of curl/wget etc. Github issue #748.

0.95
        - Released at 2022-05-15T22:59:11+0800
        - Thanks to our contributors: Leon Timmermans
        - Now we use metacpan api for fetching perl versions and for
          downloading. Github PR #743
        - `--verbose` flag now also enable verbosity of underlying
          curl/wget commands. Github PR #740.
        - Avoid perl test errors when NO_COLOR is set. Github PR #738

0.94
        - Released at 2021-12-05T08:39:16+0900
        - Let `self-upgrade` print version numbers when doing
          upgrades. Github issue #678.

0.93
        - Released at 2021-11-22T23:09:25+0900
        - Let `clone-modules` takes just one arguments and mean
          'cloning modules from that perl'.
        - Let `list-modules` and `clone-modules` map certain output to
          their representative module name. Github issue #722
        - `exec` command now takes aliases explicitly specified in
          `--with` args and run commands with those aliases -- even if
          that would run the same thing twice. Github issue #725


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/p5-App-perlbrew/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-App-perlbrew/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-App-perlbrew/Makefile
diff -u pkgsrc/devel/p5-App-perlbrew/Makefile:1.44 pkgsrc/devel/p5-App-perlbrew/Makefile:1.45
--- pkgsrc/devel/p5-App-perlbrew/Makefile:1.44  Thu Jul  6 09:38:36 2023
+++ pkgsrc/devel/p5-App-perlbrew/Makefile       Wed Dec 13 11:49:02 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2023/07/06 09:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2023/12/13 11:49:02 mef Exp $
 
-DISTNAME=      App-perlbrew-0.92
+DISTNAME=      App-perlbrew-0.98
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
 

Index: pkgsrc/devel/p5-App-perlbrew/distinfo
diff -u pkgsrc/devel/p5-App-perlbrew/distinfo:1.26 pkgsrc/devel/p5-App-perlbrew/distinfo:1.27
--- pkgsrc/devel/p5-App-perlbrew/distinfo:1.26  Tue Oct 26 10:16:02 2021
+++ pkgsrc/devel/p5-App-perlbrew/distinfo       Wed Dec 13 11:49:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 10:16:02 nia Exp $
+$NetBSD: distinfo,v 1.27 2023/12/13 11:49:02 mef Exp $
 
-BLAKE2s (App-perlbrew-0.92.tar.gz) = 706b1f6d5efa9a9cfaf515ac7d2cdef211e378145145e8c474537343366c6403
-SHA512 (App-perlbrew-0.92.tar.gz) = 34115bb3f8eb3e903fa2fd85f6f00b89338379799c6ff5f14600eed035b87b7e83bcf3e020a34e5ad6437d8cd5ed542ca8e091b3245c636045c7908a94d5de68
-Size (App-perlbrew-0.92.tar.gz) = 85094 bytes
+BLAKE2s (App-perlbrew-0.98.tar.gz) = c1f03b788f9d77539a6fec905870a7bf28b77702daff75bde70b658e50bf506e
+SHA512 (App-perlbrew-0.98.tar.gz) = 55a3e53b52569594f977a3b61c9d739ab35dbf5a4fd5c6c021fb654bd5167c1843edee869ea854977c9b92311f5a0736aa55d9ed63a77359a1bb0682384f1a69
+Size (App-perlbrew-0.98.tar.gz) = 85396 bytes



Home | Main Index | Thread Index | Old Index