Bug 184415 - multimedia/podcastdl upgrade to 0.3.1
Summary: multimedia/podcastdl upgrade to 0.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-01 17:20 UTC by Rodrigo OSORIO
Modified: 2013-12-01 18:10 UTC (History)
0 users

See Also:


Attachments
podcastdl.diff (1.06 KB, patch)
2013-12-01 17:20 UTC, Rodrigo OSORIO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo OSORIO 2013-12-01 17:20:00 UTC
	Upgrade from 0.3.0 to 0.3.1
        - fix clang issues (fallout)
        - fix stage (remove NO_STAGE)
        - fix LIB_DEPENDS
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-01 17:37:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-01 18:03:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-01 18:03:46 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"