diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-02 13:20:48 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-02 13:20:48 +0800 |
commit | 8c54062857f4fd1903fcfb75038b8d7da51f2ec1 (patch) | |
tree | d70763cc861ad5700b294a338bbb43c83a240720 /audio | |
parent | 2fdc38d30bb6b93f93ec686d42339fbb662917c3 (diff) | |
download | freebsd-ports-gnome-8c54062857f4fd1903fcfb75038b8d7da51f2ec1.tar.gz freebsd-ports-gnome-8c54062857f4fd1903fcfb75038b8d7da51f2ec1.tar.zst freebsd-ports-gnome-8c54062857f4fd1903fcfb75038b8d7da51f2ec1.zip |
Unbreak (use a new mastersite) and give maintainership to submitter.
PR: ports/84458
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Approved by: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sonice/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile index 8dcaa4dc6643..53093ec4ccea 100644 --- a/audio/sonice/Makefile +++ b/audio/sonice/Makefile @@ -10,12 +10,9 @@ PORTNAME= sonice PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.cyclooctane.com/sonice/release/ +MASTER_SITES= http://freebsd.t-hosting.hu/${PORTNAME}/ -DEPRECATED= "master site is now a domain holder" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gkovedan@t-hosting.hu COMMENT= Sonice eases reencoding of .ogg files RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ |