Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 08:20:23 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308371 - head/multimedia/podcastdl
Message-ID:  <201212060820.qB68KNYM097648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Dec  6 08:20:23 2012
New Revision: 308371
URL: http://svnweb.freebsd.org/changeset/ports/308371

Log:
  - Fix typos in the COMMON, wrap overly long line
  - Slightly reword port description, add missing trailing period
  
  Feature safe:	yes

Modified:
  head/multimedia/podcastdl/Makefile
  head/multimedia/podcastdl/pkg-descr

Modified: head/multimedia/podcastdl/Makefile
==============================================================================
--- head/multimedia/podcastdl/Makefile	Thu Dec  6 07:56:53 2012	(r308370)
+++ head/multimedia/podcastdl/Makefile	Thu Dec  6 08:20:23 2012	(r308371)
@@ -4,10 +4,11 @@
 PORTNAME=	podcastdl
 PORTVERSION=	0.3.0
 CATEGORIES=	multimedia
-MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ http://files.bebik.net/podcastdl/
+MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
+		http://files.bebik.net/podcastdl/
 
 MAINTAINER=	rodrigo@bebik.net
-COMMENT=	A simple podcast client write in plain C for the comman line
+COMMENT=	Simple command line podcast client written in plain C
 
 LICENSE=	BSD
 

Modified: head/multimedia/podcastdl/pkg-descr
==============================================================================
--- head/multimedia/podcastdl/pkg-descr	Thu Dec  6 07:56:53 2012	(r308370)
+++ head/multimedia/podcastdl/pkg-descr	Thu Dec  6 08:20:23 2012	(r308371)
@@ -1,4 +1,4 @@
-Podcastdl, is a simple podcast downloader application written in plain C and
-designed to work in console or from the crontab
+Podcastdl is a simple podcast download application written in plain C and
+designed to work in the console or from the crontab.
 
 WWW: http://www.bebik.net/doku.php?id=software:podcastdl



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