FreeBSD Bugzilla – Attachment 71160 Details for
Bug 103706
audio/musicpd and audio/mpc up to 0.12.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mpc.diff
mpc.diff (text/plain), 2.61 KB, created by
redchrom
on 2006-09-27 06:50:16 UTC
(
hide
)
Description:
mpc.diff
Filename:
MIME Type:
Creator:
redchrom
Created:
2006-09-27 06:50:16 UTC
Size:
2.61 KB
patch
obsolete
>diff -urN mpc.orig/Makefile mpc/Makefile >--- mpc.orig/Makefile Wed Sep 27 14:28:35 2006 >+++ mpc/Makefile Wed Sep 27 04:05:32 2006 >@@ -6,13 +6,14 @@ > # > > PORTNAME= mpc >-PORTVERSION= 0.11.2 >+PORTVERSION= 0.12.0 > CATEGORIES= audio ipv6 >-MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ >+MASTER_SITES= http://musicpd.org/uploads/files/ > >-MAINTAINER= ports@mark.reidel.info >+MAINTAINER= redchrom@gmail.com > COMMENT= Command line client for the musicpd > >+USE_BZIP2= yes > GNU_CONFIGURE= yes > OPTIONS= ICONV "Support for international characters" on \ > >diff -urN mpc.orig/distinfo mpc/distinfo >--- mpc.orig/distinfo Wed Sep 27 14:28:35 2006 >+++ mpc/distinfo Wed Sep 27 04:06:26 2006 >@@ -1,3 +1,3 @@ >-MD5 (mpc-0.11.2.tar.gz) = c8411da7936662312cf9483f3490e285 >-SHA256 (mpc-0.11.2.tar.gz) = 1c35520f74ec932e8635896eca747925624574550813bcf71d1d77826385b633 >-SIZE (mpc-0.11.2.tar.gz) = 103483 >+MD5 (mpc-0.12.0.tar.bz2) = 9ec03c5f3d136a9a58ef665dfb100e52 >+SHA256 (mpc-0.12.0.tar.bz2) = 55bdff5fefa619682c4da7cf25c8e1281f21f405e98580b24d3cfb7ff781a87d >+SIZE (mpc-0.12.0.tar.bz2) = 87904 >diff -urN mpc.orig/files/patch-Makefile.in mpc/files/patch-Makefile.in >--- mpc.orig/files/patch-Makefile.in Wed Sep 27 14:28:35 2006 >+++ mpc/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- Makefile.in.orig Wed Mar 3 21:42:59 2004 >-+++ Makefile.in Wed Mar 3 21:43:15 2004 >-@@ -503,7 +503,7 @@ >- >- info-am: >- >--install-data-am: install-docDATA install-pkgdataDATA >-+install-data-am: install-docDATA >- >- install-exec-am: >- >diff -urN mpc.orig/files/patch-doc::Makefile.in mpc/files/patch-doc::Makefile.in >--- mpc.orig/files/patch-doc::Makefile.in Wed Sep 27 14:28:35 2006 >+++ mpc/files/patch-doc::Makefile.in Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- doc/Makefile.in.orig Wed Mar 3 21:44:47 2004 >-+++ doc/Makefile.in Wed Mar 3 21:45:03 2004 >-@@ -318,7 +318,7 @@ >- >- info-am: >- >--install-data-am: install-docDATA install-man install-pkgdataDATA >-+install-data-am: install-docDATA install-man >- >- install-exec-am: >- >diff -urN mpc.orig/files/patch-src-command.c--gcc295 mpc/files/patch-src-command.c--gcc295 >--- mpc.orig/files/patch-src-command.c--gcc295 Wed Sep 27 14:28:35 2006 >+++ mpc/files/patch-src-command.c--gcc295 Thu Jan 1 08:00:00 1970 >@@ -1,16 +0,0 @@ >---- src/command.c Sat Mar 12 22:32:11 2005 >-+++ src/command.c Sat Mar 12 22:32:43 2005 >-@@ -183,10 +183,12 @@ >- int cmd_crop( int argc, char ** argv, mpd_Connection * conn ) >- { >- >-+ int length; >-+ >- mpd_Status *status; >- status = getStatus( conn ); >- >-- int length = ( status->playlistLength - 1 ); >-+ length = ( status->playlistLength - 1 ); >- >- if( status->playlistLength == 0 ) { >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103706
: 71160 |
71161