[MacPorts] #24635: p5-compress-raw-bzip2: update to 2.026
MacPorts
noreply at macports.org
Tue Apr 27 03:41:18 PDT 2010
#24635: p5-compress-raw-bzip2: update to 2.026
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: vinc17@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: p5-compress-raw-bzip2
-------------------------------------+--------------------------------------
Comment(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 at 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(
);
}}}
--
Ticket URL: <http://trac.macports.org/ticket/24635#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list