diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-01-27 07:20:22 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-01-27 07:20:22 +0800 |
commit | 3bfbfad3ae619452b3f606569d95765d9b01db90 (patch) | |
tree | 890581a6fec82270aa51f2b3e4c191b359ed1d28 /audio/mp3stat/Makefile | |
parent | 0a191696b9dfc89f28ce954779fb5b859d5bf566 (diff) | |
download | freebsd-ports-gnome-3bfbfad3ae619452b3f606569d95765d9b01db90.tar.gz freebsd-ports-gnome-3bfbfad3ae619452b3f606569d95765d9b01db90.tar.zst freebsd-ports-gnome-3bfbfad3ae619452b3f606569d95765d9b01db90.zip |
audio/mp3stat: update maintainer and unbreak
- Update MAINTAINER; pass from ports@ to submitter
- Update MASTER_SITES link to maintainer's mirror and remove BROKEN
- Remove DISTNAME and update distinfo for new name; SHA256 remains identical
- Wrap pkg-descr text at 76 characters and update WWW: to new mirror
PR: 206172
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Diffstat (limited to 'audio/mp3stat/Makefile')
-rw-r--r-- | audio/mp3stat/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 2d0fa83d8671..09435f305259 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -5,14 +5,10 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 12 CATEGORIES= audio -MASTER_SITES= https://signal-lost.homeip.net/files/ \ - http://www.sourcefiles.org/Multimedia/MP3/Tools/Processing/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/audio/mp3stat/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Read information about mp3s and oggs bitstream - -BROKEN= unfetchable +MAINTAINER= portmaster@BSDforge.com +COMMENT= Read information about an MP3's, or OGG's bitstream LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,8 +19,6 @@ USE_GNOME= gtk20 LDFLAGS+= -Wl,--rpath,${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PORTDOCS= README PLIST_FILES= bin/mp3stat \ lib/mp3stat/input_mp3.so \ |