From owner-svn-ports-all@FreeBSD.ORG Thu Dec 6 08:20:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D11E6E; Thu, 6 Dec 2012 08:20:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 188588FC0C; Thu, 6 Dec 2012 08:20:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB68KN52097650; Thu, 6 Dec 2012 08:20:23 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB68KNYM097648; Thu, 6 Dec 2012 08:20:23 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201212060820.qB68KNYM097648@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 6 Dec 2012 08:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308371 - head/multimedia/podcastdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 08:20:24 -0000 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