svn commit: r311153 - in head/net/mediatomb: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jan 29 07:35:11 UTC 2013
Author: danfe
Date: Tue Jan 29 07:35:10 2013
New Revision: 311153
URL: http://svnweb.freebsd.org/changeset/ports/311153
Log:
- Fix a typo in rc script
- Trim Makefile headers while here
PR: ports/175138
Modified:
head/net/mediatomb/Makefile
head/net/mediatomb/files/mediatomb.in
Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile Tue Jan 29 06:48:28 2013 (r311152)
+++ head/net/mediatomb/Makefile Tue Jan 29 07:35:10 2013 (r311153)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: mediatomb
-# Date created: 29 March 2007
-# Whom: Leonhard Wimmer <leo at mediatomb.cc>
-#
+# Created by: Leonhard Wimmer <leo at mediatomb.cc>
# $FreeBSD$
-#
PORTNAME= mediatomb
PORTVERSION= 0.12.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= net multimedia
MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION}
Modified: head/net/mediatomb/files/mediatomb.in
==============================================================================
--- head/net/mediatomb/files/mediatomb.in Tue Jan 29 06:48:28 2013 (r311152)
+++ head/net/mediatomb/files/mediatomb.in Tue Jan 29 07:35:10 2013 (r311153)
@@ -2,7 +2,7 @@
# $FreeBSD$
# PROVIDE: mediatomb
-# REQUIRE: DEAMON
+# REQUIRE: DAEMON
# KEYWORD: shutdown
# Define these mediatomb_* variables in one of these files:
More information about the svn-ports-all
mailing list