svn commit: r308371 - head/multimedia/podcastdl

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 6 08:20:24 UTC 2012


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 at 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


More information about the svn-ports-all mailing list