--- ports/MOVED 2018-12-30 13:22:02.209111000 +0100 +++ ports/MOVED 2018-12-30 15:03:13.758065000 +0100 @@ -10227,7 +10227,6 @@ audio/jxm||2018-06-07|Has expired: Depends on BROKEN and expiring comms/java-commapi audio/deforaos-mixer||2018-06-07|Has expired: Broken for more than 6 months audio/gkrellmss2||2018-06-07|Has expired: Broken for more than 6 months -audio/ogg2mp3||2018-06-07|Has expired: Broken for more than 6 months audio/abcmidi||2018-06-07|Has expired: Broken for more than 6 months benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months biology/plink||2018-06-07|Has expired: Broken for more than 6 months --- ports/audio/ogg2mp3/Makefile 2018-12-30 15:06:37.618537000 +0100 +++ ports/audio/ogg2mp3/Makefile 2018-12-30 15:05:30.541034000 +0100 @@ -1,29 +1,31 @@ # Created by: Aleksander Fafula -# $FreeBSD: head/audio/ogg2mp3/Makefile 469100 2018-05-05 10:49:36Z antoine $ +# $FreeBSD$ PORTNAME= ogg2mp3 PORTVERSION= 0.6.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= audio -MASTER_SITES= http://atarininja.org/distfiles/ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl script that converts Ogg Vorbis files to MP3 format -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-06-06 - LICENSE= GPLv2 RUN_DEPENDS= lame:audio/lame \ p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ ogginfo:audio/vorbis-tools -NO_BUILD= yes -USES= perl5 tar:bzip2 +USES= perl5 shebangfix tar:tgz +USE_GITHUB= yes +GH_ACCOUNT= fithp +GH_TAGNAME= f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad + PLIST_FILES= bin/ogg2mp3 +SHEBANG_FILES= ogg2mp3 + +NO_BUILD= yes +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3 --- ports/audio/ogg2mp3/distinfo 2018-12-30 15:06:37.626887000 +0100 +++ ports/audio/ogg2mp3/distinfo 2018-12-30 15:04:06.451272000 +0100 @@ -1,2 +1,3 @@ -SHA256 (ogg2mp3-0.6.1.tar.bz2) = 4f6ffeed81a36bf1b6715ce0213a57fa3e7e1f40f80f382e663060645400d84e -SIZE (ogg2mp3-0.6.1.tar.bz2) = 12424 +TIMESTAMP = 1545856210 +SHA256 (fithp-ogg2mp3-0.6.1-f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad_GH0.tar.gz) = d43e9e3854db5a7fa9f3bbf40198dca95f2ed429e100ad361447df8c8e1bb078 +SIZE (fithp-ogg2mp3-0.6.1-f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad_GH0.tar.gz) = 13257 --- ports/audio/ogg2mp3/files/patch-ogg2mp3 2018-12-30 15:06:37.620210000 +0100 +++ ports/audio/ogg2mp3/files/patch-ogg2mp3 2018-12-30 15:04:06.451784000 +0100 @@ -1,12 +1,6 @@ --- ogg2mp3.orig 2009-08-28 00:49:03 UTC +++ ogg2mp3 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!%%LOCALBASE%%/bin/perl - - # ogg2mp3 - # Maintained by: James Ausmus -@@ -50,10 +50,10 @@ print " Maintainership assumed by Jam +@@ -50,10 +50,10 @@ print " Maintainership assumed by James Ausmus\n"; print " This code is released under the General Public License v2.\n"; print " ------------------------------------------------------------------- \n\n"; --- ports/audio/ogg2mp3/pkg-descr 2018-12-30 15:06:37.626008000 +0100 +++ ports/audio/ogg2mp3/pkg-descr 2018-12-30 15:04:06.452181000 +0100 @@ -1,3 +1,3 @@ ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format. -WWW: http://gitorious.org/ogg2mp3/pages/Home +WWW: https://github.com/fithp/ogg2mp3