Date: Sun, 5 Jul 2009 14:09:31 +0300 From: Aldis Berjoza <killasmurf86@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/136341: Port update: multimedia/playd Message-ID: <1246792171.22934@192.168.128.100> Resent-Message-ID: <200907051110.n65BA1Kk031218@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136341 >Category: ports >Synopsis: Port update: multimedia/playd >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 Jul 05 11:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-CURRENT #0: Thu Jun 25 12:27:46 EEST 2009 root@192.168.128.100:/usr/obj/usr/src/sys/ANTIGENERIC >Description: Updated playd to v1.3.6 added conflict line, It will be nessacery when someone will commit multimedia/playd2 >How-To-Repeat: >Fix: --- patch.diff begins here --- Files /usr/ports/multimedia/playd/.Makefile.swp and playd/.Makefile.swp differ diff -urN /usr/ports/multimedia/playd/Makefile playd/Makefile --- /usr/ports/multimedia/playd/Makefile 2009-06-28 16:34:35.000000000 +0300 +++ playd/Makefile 2009-07-05 13:15:15.532170450 +0300 @@ -6,24 +6,25 @@ # PORTNAME= playd -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.6 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://www.logvinov.ru/files/dist/playd/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= killasmurf86@gmail.com COMMENT= Very easy to use mplayer sh wrapper script, with useful features RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer -PROJECTHOST= playd-sh +CONFLICTS= playd2-2.[0-9]* +PROJECTHOST= playd PLIST_FILES= bin/playd MAN1= playd.1 +WRKSRC= ${WRKDIR}/playd NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/playd.sh ${PREFIX}/bin/playd ${INSTALL_MAN} ${WRKSRC}/playd.1 ${PREFIX}/man/man1/ .include <bsd.port.mk> diff -urN /usr/ports/multimedia/playd/distinfo playd/distinfo --- /usr/ports/multimedia/playd/distinfo 2009-06-28 16:34:35.000000000 +0300 +++ playd/distinfo 2009-07-05 13:18:05.412930435 +0300 @@ -1,3 +1,3 @@ -MD5 (playd-1.3.4.tar.gz) = 58b80682141ee9a60203ee8893d2e017 -SHA256 (playd-1.3.4.tar.gz) = f617d1c57db2cb5a109f31581dd3b3b435c72f0e0f28f187ac5d2c55c05351e5 -SIZE (playd-1.3.4.tar.gz) = 7120 +MD5 (playd-1.3.6.tar.gz) = beb7f7508f3030c9cbfdb89981eebf1f +SHA256 (playd-1.3.6.tar.gz) = 37120a17ed8b4d9c5ff4aab2b9422ca60a96c4cfcdbbd9386a99a59c7b4e9249 +SIZE (playd-1.3.6.tar.gz) = 7173 diff -urN /usr/ports/multimedia/playd/pkg-descr playd/pkg-descr --- /usr/ports/multimedia/playd/pkg-descr 2009-06-09 19:04:31.000000000 +0300 +++ playd/pkg-descr 2009-07-05 09:53:55.353672904 +0300 @@ -6,3 +6,5 @@ -- Aldis Berjoza <killasmurf86@gmail.com> + +WWW: http://code.google.com/p/playd/ --- patch.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?1246792171.22934>