From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 25 00:40:11 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 2ED4E10656BA for ; Thu, 25 Nov 2010 00:40:11 +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 1D17E8FC13 for ; Thu, 25 Nov 2010 00:40:11 +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 oAP0eAV1061202 for ; Thu, 25 Nov 2010 00:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAP0eAio061201; Thu, 25 Nov 2010 00:40:10 GMT (envelope-from gnats) Date: Thu, 25 Nov 2010 00:40:10 GMT Message-Id: <201011250040.oAP0eAio061201@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Aldis Berjoza Cc: Subject: Re: ports/152560: [PATCH] multimedia/playd update to v1.15.0 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: Thu, 25 Nov 2010 00:40:11 -0000 The following reply was made to PR ports/152560; it has been noted by GNATS. From: Aldis Berjoza To: bug-followup@FreeBSD.org, aldis@bsdroot.lv Cc: Subject: Re: ports/152560: [PATCH] multimedia/playd update to v1.15.0 Date: Thu, 25 Nov 2010 02:36:55 +0200 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Wooooops... attached patch -- Aldis Berjoza “Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.” --ZPt4rx8FFjLCG7dd Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="playd.patch" diff -u playd.bak/Makefile playd/Makefile --- playd.bak/Makefile 2010-11-25 02:10:14.080805024 +0200 +++ playd/Makefile 2010-11-25 02:11:09.774499638 +0200 @@ -6,7 +6,7 @@ # PORTNAME= playd -PORTVERSION= 1.9.10 +PORTVERSION= 1.15.0 CATEGORIES= multimedia MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= playd.sh-${PORTVERSION} @@ -18,13 +18,12 @@ LICENSE= BSD -CONFLICTS= playd2-2.[0-9]* PLIST_FILES= bin/playd MAN1= playd.1 NO_BUILD= yes WRKSRC= ${WRKDIR}/playd-sh-${REV} -REV= 022e7357faeb +REV= 1e6a3af2e611 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd diff -u playd.bak/distinfo playd/distinfo --- playd.bak/distinfo 2010-11-25 02:10:14.080805024 +0200 +++ playd/distinfo 2010-11-25 02:11:16.964227864 +0200 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.9.10.tar.gz) = 744ae79d11fce2c87bf4568d407b00c0e26ddfe693946eba86fe1818a5bd4e75 -SIZE (playd.sh-1.9.10.tar.gz) = 9639 +SHA256 (playd.sh-1.15.0.tar.gz) = ef615ca110699241de09ad072c779232efae2d95120759be80ae553e567369b8 +SIZE (playd.sh-1.15.0.tar.gz) = 10331 --ZPt4rx8FFjLCG7dd--