diff options
author | nia <nia@pkgsrc.org> | 2019-07-01 22:00:09 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-01 22:00:09 +0000 |
commit | 8ffbf91ec350414c7af9a020eea32aa9d92b9db8 (patch) | |
tree | bf42c05e9c5bbbb69a62827a0ebef02b8c4a2e84 /audio | |
parent | a5ace2033d55ae314af5b5bf10733a334e614a47 (diff) | |
download | pkgsrc-8ffbf91ec350414c7af9a020eea32aa9d92b9db8.tar.gz |
Redirect the last few search.cpan.org packages that I missed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3cut/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3cut/Makefile b/audio/mp3cut/Makefile index 566144ad097..511042ba52b 100644 --- a/audio/mp3cut/Makefile +++ b/audio/mp3cut/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2018/08/22 09:42:55 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2019/07/01 22:00:09 nia Exp $ DISTNAME= mp3cut-1.13 PKGREVISION= 8 CATEGORIES= audio perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JV/JV/ +MASTER_SITES= https://cpan.metacpan.org/authors/id/J/JV/JV/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~jv/mp3cut/ +HOMEPAGE= https://metacpan.org/release/JV/mp3cut-1.13 COMMENT= Tools to concatenate and split MP3 files LICENSE= ${PERL5_LICENSE} |