Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2013 07:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/175138: commit references a PR
Message-ID:  <201301290740.r0T7e1HM069002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175138; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175138: commit references a PR
Date: Tue, 29 Jan 2013 07:35:19 +0000 (UTC)

 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@mediatomb.cc>
 -#
 +# Created by: Leonhard Wimmer <leo@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:
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301290740.r0T7e1HM069002>