diff options
author | tron <tron@pkgsrc.org> | 2011-01-14 08:22:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-01-14 08:22:55 +0000 |
commit | 903eedb9ad85f543abdc8216fd662cb04c148277 (patch) | |
tree | a1188e6034f68ab35bc50fe42b57feb36c53bc0e /multimedia/mediatomb | |
parent | 3e599d052045c94574d8de1984f66ae3cc85fcc3 (diff) | |
download | pkgsrc-903eedb9ad85f543abdc8216fd662cb04c148277.tar.gz |
Prefer BIND 9.7 in dependence as this is the latest production release.
Also take over maintainership on suggestion by Alistair Crooks.
Diffstat (limited to 'multimedia/mediatomb')
-rw-r--r-- | multimedia/mediatomb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mediatomb/Makefile b/multimedia/mediatomb/Makefile index fa812014d6b..df2d271143c 100644 --- a/multimedia/mediatomb/Makefile +++ b/multimedia/mediatomb/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2010/12/26 22:33:33 tron Exp $ +# $NetBSD: Makefile,v 1.19 2011/01/14 08:22:55 tron Exp $ DISTNAME= mediatomb-0.12.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mediatomb/} -MAINTAINER= agc@NetBSD.org +MAINTAINER= tron@NetBSD.org HOMEPAGE= http://mediatomb.cc/ COMMENT= UPnP MediaServer with a web user interface LICENSE= gnu-gpl-v2 @@ -67,7 +67,7 @@ post-install: .include "../../multimedia/ffmpeg/buildlink3.mk" .if ${OPSYS} == "NetBSD" PREFER.bind= pkgsrc # we need the package for the lwres lib -.include "../../net/bind95/buildlink3.mk" +.include "../../net/bind97/buildlink3.mk" .endif .include "../../textproc/expat/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |