- Update to 1.102260
This commit is contained in:
parent
a612ea2b9f
commit
460c732bf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261359
3 changed files with 11 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Audio-MPD
|
||||
PORTVERSION= 1.093170
|
||||
PORTVERSION= 1.102260
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,12 +17,15 @@ COMMENT= Class to talk to MPD (Music Player Daemon) servers
|
|||
BUILD_DEPENDS= p5-Audio-MPD-Common>=0:${PORTSDIR}/audio/p5-Audio-MPD-Common \
|
||||
p5-Getopt-Euclid>=0:${PORTSDIR}/devel/p5-Getopt-Euclid \
|
||||
p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
|
||||
p5-Test-Corpus-Audio-MPD>0:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_MODBUILD= YES
|
||||
|
||||
MAN1= mpd-dynamic.1
|
||||
MAN1= mpd-dynamic.1 \
|
||||
mpd-rate.1
|
||||
MAN3= Audio::MPD.3 \
|
||||
Audio::MPD::Collection.3 \
|
||||
Audio::MPD::Playlist.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Audio-MPD-1.093170.tar.gz) = b91c4d79ed98778ec017e8db389a9b51
|
||||
SHA256 (Audio-MPD-1.093170.tar.gz) = aaa4d830bbd5d01469e1a9cb5a1d359caf97b0f27e685546632fc653cf25993b
|
||||
SIZE (Audio-MPD-1.093170.tar.gz) = 32155
|
||||
MD5 (Audio-MPD-1.102260.tar.gz) = c6739b097375b7cc79ff1493847bfc15
|
||||
SHA256 (Audio-MPD-1.102260.tar.gz) = 2514a63adf2bd78f003a46548997de553bc598997254471c5857ace201ce3fdf
|
||||
SIZE (Audio-MPD-1.102260.tar.gz) = 33435
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/MPD/.packlist
|
||||
bin/mpd-rate
|
||||
%%SITE_PERL%%/Audio/MPD.pm
|
||||
%%SITE_PERL%%/Audio/MPD/Collection.pm
|
||||
%%SITE_PERL%%/Audio/MPD/Playlist.pm
|
||||
|
|
Loading…
Reference in a new issue