Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305665 - dev-perl/Crypt-Blowfish-2.11a released
Summary: dev-perl/Crypt-Blowfish-2.11a released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL: http://search.cpan.org/~dparis/Crypt-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-17 21:35 UTC by Sandro Bonazzola
Modified: 2010-03-28 07:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola 2010-02-17 21:35:21 UTC
The ebuild just need a little fix because of the final 'a' in the package version. Internal version of the module is 2.11, without 'a'.

--- Crypt-Blowfish-2.10.ebuild  2010-01-09 19:37:00.000000000 +0100
+++ Crypt-Blowfish-2.11.ebuild  2010-02-17 22:30:59.000000000 +0100
@@ -6,7 +6,7 @@

 DESCRIPTION="Crypt::Blowfish module for perl"
 HOMEPAGE="http://search.cpan.org/~dparis/"
-SRC_URI="mirror://cpan/authors/id/D/DP/DPARIS/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/D/DP/DPARIS/${P}a.tar.gz"

 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2010-03-28 07:29:02 UTC
robbat2     10/03/27 21:36:48

  Modified:             ChangeLog
  Added:                Crypt-Blowfish-2.12.ebuild
  Log:
  Version bump via perl-bump experimental tool.