Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 18:03:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335419 - head/multimedia/podcastdl
Message-ID:  <201312011803.rB1I3cef044200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  1 18:03:38 2013
New Revision: 335419
URL: http://svnweb.freebsd.org/changeset/ports/335419

Log:
  - Update to 0.3.1
  - Convert to new LIB_DEPENDS format
  - Support STAGEDIR
  
  Changes:	http://files.bebik.net/podcastdl/changelog.txt
  PR:		ports/184415
  Submitted by:	User Rodrigo <rodrigo@bebik.net> (maintainer)

Modified:
  head/multimedia/podcastdl/Makefile
  head/multimedia/podcastdl/distinfo

Modified: head/multimedia/podcastdl/Makefile
==============================================================================
--- head/multimedia/podcastdl/Makefile	Sun Dec  1 17:59:07 2013	(r335418)
+++ head/multimedia/podcastdl/Makefile	Sun Dec  1 18:03:38 2013	(r335419)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	podcastdl
-PORTVERSION=	0.3.0
+PORTVERSION=	0.3.1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
 		http://files.bebik.net/podcastdl/
@@ -12,11 +12,10 @@ COMMENT=	Simple command line podcast cli
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	mrss:${PORTSDIR}/textproc/libmrss
+LIB_DEPENDS=	libmrss.so:${PORTSDIR}/textproc/libmrss
 
 USES=		cmake
 
 PLIST_FILES=	bin/podcastdl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/multimedia/podcastdl/distinfo
==============================================================================
--- head/multimedia/podcastdl/distinfo	Sun Dec  1 17:59:07 2013	(r335418)
+++ head/multimedia/podcastdl/distinfo	Sun Dec  1 18:03:38 2013	(r335419)
@@ -1,2 +1,2 @@
-SHA256 (podcastdl-0.3.0.tar.gz) = 1e8473ebbfab47f0bc015874cd14f72c881402c1b47cef82ccc7c7adcd857e60
-SIZE (podcastdl-0.3.0.tar.gz) = 5482
+SHA256 (podcastdl-0.3.1.tar.gz) = a1fcef2daa0bf3abf221c4e129443e82eb5f3f15778e848accbfb3ee5c9f180e
+SIZE (podcastdl-0.3.1.tar.gz) = 5522



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