diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-02 05:20:48 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-02 05:20:48 +0000 |
commit | 34f8c052a6e080c7e08630b241e3d5402d2b0d24 (patch) | |
tree | 7fcba6b93a0941acf92f575031eb1a4f455268d7 /audio | |
parent | Unbreak (use a new mastersite) and give maintainership to submitter. (diff) |
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 \ |