Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#24635 closed update (fixed)

p5-compress-raw-bzip2: update to 2.026

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: vinc17@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc: ghosthound
Port: p5-compress-raw-bzip2

Description

I see that p5-compress-raw-bzip2 2.026 is available.

Change History (5)

comment:1 Changed 14 years ago by vinc17@…

I know, but I wonder whether the port should be upgraded when there are no changes. The diff between the tarballs:

diff -Naurd Compress-Raw-Bzip2-2.025/Changes Compress-Raw-Bzip2-2.027/Changes
--- Compress-Raw-Bzip2-2.025/Changes	2010-03-27 11:17:34.000000000 +0100
+++ Compress-Raw-Bzip2-2.027/Changes	2010-04-24 11:42:28.000000000 +0200
@@ -1,6 +1,14 @@
 CHANGES
 -------
 
+  2.027 24 April 2010
+
+      * No Changes
+
+  2.026 7 April 2010
+
+      * No Changes
+
   2.025 27 March 2010
 
       * Documented the unused "verbosity" option in
diff -Naurd Compress-Raw-Bzip2-2.025/META.yml Compress-Raw-Bzip2-2.027/META.yml
--- Compress-Raw-Bzip2-2.025/META.yml	2010-03-27 11:19:25.000000000 +0100
+++ Compress-Raw-Bzip2-2.027/META.yml	2010-04-24 11:45:46.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Compress-Raw-Bzip2
-version:            2.025
+version:            2.027
 abstract:           Low-Level Interface to bzip2 compression library
 author:
     - Paul Marquess <pmqs@cpan.org>
diff -Naurd Compress-Raw-Bzip2-2.025/README Compress-Raw-Bzip2-2.027/README
--- Compress-Raw-Bzip2-2.025/README	2010-03-27 11:18:29.000000000 +0100
+++ Compress-Raw-Bzip2-2.027/README	2010-04-24 11:42:55.000000000 +0200
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Bzip2
 
-                             Version 2.025
+                             Version 2.027
 
-                              27th March 2010
+                              7th April 2010
 
        Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -164,7 +164,7 @@
         If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
         for a line like this:
 
-          $VERSION = "2.025" ;
+          $VERSION = "2.027" ;
 
      c. The version of bzip2 you have used.
         If you have successfully installed Compress-Raw-Bzip2, this one-liner
diff -Naurd Compress-Raw-Bzip2-2.025/lib/Compress/Raw/Bzip2.pm Compress-Raw-Bzip2-2.027/lib/Compress/Raw/Bzip2.pm
--- Compress-Raw-Bzip2-2.025/lib/Compress/Raw/Bzip2.pm	2010-03-27 11:18:30.000000000 +0100
+++ Compress-Raw-Bzip2-2.027/lib/Compress/Raw/Bzip2.pm	2010-04-24 11:42:55.000000000 +0200
@@ -12,7 +12,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.025';
+$VERSION = '2.027';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
diff -Naurd Compress-Raw-Bzip2-2.025/t/000prereq.t Compress-Raw-Bzip2-2.027/t/000prereq.t
--- Compress-Raw-Bzip2-2.025/t/000prereq.t	2010-03-14 14:55:56.000000000 +0100
+++ Compress-Raw-Bzip2-2.027/t/000prereq.t	2010-04-09 18:12:04.000000000 +0200
@@ -19,7 +19,7 @@
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.025';
+    my $VERSION = '2.027';
     my @NAMES = qw(
 			
 			);

comment:2 Changed 14 years ago by ghosthound

Cc: ricci@… added
Priority: NormalHigh

Definitely should, and to 2.027 even as p5-io-compress was updated to 2.027 and now fails to compile because p5-compress-raw-bzip2 is still at 2.025.

comment:3 Changed 14 years ago by ghosthound

Any reason to not add openmaintainer to this port (p5-compress-raw-bzip2) as well?

comment:4 Changed 14 years ago by ghosthound

Resolution: fixed
Status: newclosed

upgrade to v 2.0.27 committed in r67261 due to maintainer timeout. Note: did not add openmaintainer, left that for the maintainer to decide.

comment:5 in reply to:  4 Changed 14 years ago by vinc17@…

Replying to ricci@…:

Note: did not add openmaintainer, left that for the maintainer to decide.

FYI, this is now done.

Note: See TracTickets for help on using tickets.