diff options
author | crees <crees@FreeBSD.org> | 2011-07-14 05:13:52 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-14 05:13:52 +0800 |
commit | 387386022230c39894b78b7f7c4051d32ac194c8 (patch) | |
tree | 3f3f2676ea8588529bd41ede117f34ec31175760 /audio/akode-plugins-pulseaudio | |
parent | 8553eb17608aa0692fe5c36d2e4f2e8d99ccd24c (diff) | |
download | freebsd-ports-gnome-387386022230c39894b78b7f7c4051d32ac194c8.tar.gz freebsd-ports-gnome-387386022230c39894b78b7f7c4051d32ac194c8.tar.zst freebsd-ports-gnome-387386022230c39894b78b7f7c4051d32ac194c8.zip |
- Update MASTER_SITES
- Pass maintainership to submitter
PR: ports/155297
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Reviewed by: "Frank J. Laszlo" <laszlof@freebsd.org>
Approved by: rene (mentor, implicit), kde (makc)
Diffstat (limited to 'audio/akode-plugins-pulseaudio')
-rw-r--r-- | audio/akode-plugins-pulseaudio/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/akode-plugins-pulseaudio/Makefile b/audio/akode-plugins-pulseaudio/Makefile index 3ffd2b63d3db..a50fee9663c5 100644 --- a/audio/akode-plugins-pulseaudio/Makefile +++ b/audio/akode-plugins-pulseaudio/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTREVISION= 4 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= # none +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} MAINTAINER= swhetzel@gmail.com COMMENT= Pulseaudio output plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= pulse-simple:${PORTSDIR}/audio/pulseaudio |