svn commit: r335419 - head/multimedia/podcastdl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 1 18:03:39 UTC 2013


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


More information about the svn-ports-head mailing list