mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/p5-Net-FreeDB: Upgrade version 0.08 => 0.09
Also assign maintainership to submitter PR: 194354 Submitted by: Muhammad Rahman
This commit is contained in:
parent
35156df9d2
commit
2d86907f0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371010
4 changed files with 11 additions and 15 deletions
|
@ -2,13 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-FreeDB
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Get the CDID of an audio CD and query the FreeDB servers
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Net-FreeDB-0.08.tar.gz) = f9774b85cd8edae72d3f90dcb2efb78d4fa759b0008e0c90e1c0254bec5c86b6
|
||||
SIZE (Net-FreeDB-0.08.tar.gz) = 19210
|
||||
SHA256 (Net-FreeDB-0.09.tar.gz) = f718e263c07cc987429dba88f9508714c94a3d8552f27bd53ed067291c0bc208
|
||||
SIZE (Net-FreeDB-0.09.tar.gz) = 20578
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- test.pl.orig 2005-09-28 14:45:55.000000000 +0000
|
||||
+++ test.pl
|
||||
@@ -40,6 +40,8 @@ if ($^O =~ /MSWin32/) {
|
||||
--- test.pl.orig 2014-10-14 17:57:41.459066370 +0600
|
||||
+++ test.pl 2014-10-14 17:59:37.614059704 +0600
|
||||
@@ -38,6 +38,8 @@
|
||||
$id = $cddb->getdiscid(0);
|
||||
} elsif ($^O =~ /freebsd/) {
|
||||
$id = $cddb->getdiscid('/dev/acd0');
|
||||
|
@ -9,16 +9,16 @@
|
|||
} else {
|
||||
$id = $cddb->getdiscid('/dev/cdrom');
|
||||
}
|
||||
@@ -51,6 +53,8 @@ if ($^O =~ /MSWin32/) {
|
||||
@@ -49,6 +51,8 @@
|
||||
$id = Net::FreeDB::getdiscid(0);
|
||||
} elsif ($^O =~ /freebsd/) {
|
||||
$id = Net::FreeDB::getdiscid('/dev/acd0');
|
||||
+} elsif ($^O =~ /dragonfly/) {
|
||||
+ $id = Net::FreeDB::getdiscid('/dev/cd0');
|
||||
} else {
|
||||
$id = Net::FreeDB::getdiscid('/dev/cdrom');
|
||||
} else { $id = Net::FreeDB::getdiscid('/dev/cdrom');
|
||||
}
|
||||
@@ -62,6 +66,8 @@ if ($^O =~ /MSWin32/) {
|
||||
ok($id);
|
||||
@@ -59,6 +63,8 @@
|
||||
$id = Net::FreeDB::getdiscdata(0);
|
||||
} elsif ($^O =~ /freebsd/) {
|
||||
$id = Net::FreeDB::getdiscdata('/dev/acd0');
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FreeDB/FreeDB.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FreeDB/autosplit.ix
|
||||
%%PERL5_MAN3%%/Net::FreeDB.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FreeDB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
|
||||
|
|
Loading…
Add table
Reference in a new issue