From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 19 15:20:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6935106566B for ; Fri, 19 Nov 2010 15:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2AC8FC2A for ; Fri, 19 Nov 2010 15:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAJFK7LW050723 for ; Fri, 19 Nov 2010 15:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAJFK7Po050722; Fri, 19 Nov 2010 15:20:07 GMT (envelope-from gnats) Date: Fri, 19 Nov 2010 15:20:07 GMT Message-Id: <201011191520.oAJFK7Po050722@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/152361: [PATCH] multimedia/playd update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aldis Berjoza List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 15:20:07 -0000 The following reply was made to PR ports/152361; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152361: [PATCH] multimedia/playd update Date: Fri, 19 Nov 2010 17:18:21 +0200 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Attached patch v1.9.5 -> v1.9.10 -- Aldis Berjoza --bg08WKrSYDhXBjb5 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="playd.patch" diff -u playd.old/Makefile playd/Makefile --- playd.old/Makefile 2010-11-19 17:08:58.319152021 +0200 +++ playd/Makefile 2010-11-19 17:14:11.659105834 +0200 @@ -6,9 +6,9 @@ # PORTNAME= playd -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.10 CATEGORIES= multimedia -MASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/ +MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= playd.sh-${PORTVERSION} MAINTAINER= aldis@bsdroot.lv @@ -23,6 +23,8 @@ MAN1= playd.1 NO_BUILD= yes +WRKSRC= ${WRKDIR}/playd-sh-${REV} +REV= 022e7357faeb do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd diff -u playd.old/distinfo playd/distinfo --- playd.old/distinfo 2010-11-19 17:08:58.319152021 +0200 +++ playd/distinfo 2010-11-19 17:14:13.554292922 +0200 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.9.5.tar.gz) = de955bbc918a4304fea810a823e0ed57f4e8be4fa53345c80c239afbebae6d2e -SIZE (playd.sh-1.9.5.tar.gz) = 9132 +SHA256 (playd.sh-1.9.10.tar.gz) = 744ae79d11fce2c87bf4568d407b00c0e26ddfe693946eba86fe1818a5bd4e75 +SIZE (playd.sh-1.9.10.tar.gz) = 9639 diff -u playd.old/pkg-descr playd/pkg-descr --- playd.old/pkg-descr 2010-11-19 17:08:58.320146257 +0200 +++ playd/pkg-descr 2010-11-19 17:09:29.684345696 +0200 @@ -4,7 +4,7 @@ player because playd supports playlists. It is easy to integrate playd into a window manager menu (e.g. FVWM). -WWW: http://aldis.git.bsdroot.lv/playd.sh +WWW: http://wiki.bsdroot.lv/playd -- Aldis Berjoza --bg08WKrSYDhXBjb5--