Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 18:09:55 +0100 (CET)
From:      User Rodrigo <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184415: multimedia/podcastdl upgrade to 0.3.1 
Message-ID:  <201312011709.rB1H9sGD070985@q.workgroup>
Resent-Message-ID: <201312011720.rB1HK0KB074104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184415
>Category:       ports
>Synopsis:       multimedia/podcastdl upgrade to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 01 17:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     User Rodrigo
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Upgrade from 0.3.0 to 0.3.1
        - fix clang issues (fallout)
        - fix stage (remove NO_STAGE)
        - fix LIB_DEPENDS
	
>How-To-Repeat:
	
>Fix:

	

--- podcastdl.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 335354)
+++ Makefile	(working copy)
@@ -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 @@
 
 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>
Index: distinfo
===================================================================
--- distinfo	(revision 335354)
+++ distinfo	(working copy)
@@ -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
Service unavailableService unavailableService unavailable
--- podcastdl.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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