aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2011-09-21 05:06:12 +0000
committerMikhail Teterin <mi@FreeBSD.org>2011-09-21 05:06:12 +0000
commite4b0557d269e6eb797dcac4405c335f6c271e41d (patch)
treef3d35b87d8bb80fa0a38337ef92bf549f1a6527d /net/minidlna/Makefile
parentdae2acd86a8a8f0ed9198a58c6c4203ad35a52c3 (diff)
downloadports-e4b0557d269e6eb797dcac4405c335f6c271e41d.tar.gz
ports-e4b0557d269e6eb797dcac4405c335f6c271e41d.zip
Notes
Diffstat (limited to 'net/minidlna/Makefile')
-rw-r--r--net/minidlna/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile
index 53bea078ca63..193c36e68945 100644
--- a/net/minidlna/Makefile
+++ b/net/minidlna/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= minidlna
-PORTVERSION= 2010.12.12
-PORTREVISION= 2
+PORTVERSION= 1.0.22
+PORTEPOCH= 1
CATEGORIES= net multimedia www
-MASTER_SITES= http://aldan.algebra.com/~mi/
+MASTER_SITES= SF
+DISTFILES= ${PORTNAME}_${PORTVERSION}_src.tar.gz
MAINTAINER= mi@aldan.algebra.com
COMMENT= Media-server compatible with "Digital Life Network Alliance"
@@ -23,10 +24,8 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
FLAC:${PORTSDIR}/audio/flac \
avformat:${PORTSDIR}/multimedia/ffmpeg
-USE_XZ= yes
MAKE_JOBS_SAFE= yes
MAKEFILE= ${FILESDIR}/BSDmakefile
-NO_WRKSUBDIR= yes
MAKE_ENV+= FILESDIR="${FILESDIR}" INSTALL_DATA="${INSTALL_DATA}"
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude getifaddr.c
@@ -43,7 +42,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 801000
+.if ${OSVERSION} < 800500
EXTRA_PATCHES= ${FILESDIR}/scandir-patch
.endif