Skip to content

Commit

Permalink
- Update to 0.11.2
Browse files Browse the repository at this point in the history
PR:		ports/78709
Submitted by:	maintainer
  • Loading branch information
Sergey Matveychuk authored and Sergey Matveychuk committed Mar 13, 2005
1 parent 3167a10 commit b0f8e1f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 30 deletions.
13 changes: 10 additions & 3 deletions audio/mpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
#

PORTNAME= mpc
PORTVERSION= 0.11.0
PORTVERSION= 0.11.2
CATEGORIES= audio ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= musicpd
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/

MAINTAINER= ports@mark.reidel.info
COMMENT= Command line client for the musicpd
Expand All @@ -32,6 +31,14 @@ CONFIGURE_ARGS+=--disable-iconv
.else
USE_ICONV= yes
.endif
PLIST_FILES=bin/mpc
PLIST_DIRS=%%EXAMPLESDIR%%
PLIST_FILES+=%%EXAMPLESDIR%%/mpc-bashrc
.ifndef(NOPORTDOCS)
PLIST_DIRS+=%%DOCSDIR%%
PLIST_FILES+=%%DOCSDIR%%/AUTHORS
PLIST_FILES+=%%DOCSDIR%%/README
.endif

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin/
Expand Down
4 changes: 2 additions & 2 deletions audio/mpc/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MD5 (mpc-0.11.0.tar.gz) = 7b58088f3ceba47b6466d1226993ad99
SIZE (mpc-0.11.0.tar.gz) = 163502
MD5 (mpc-0.11.2.tar.gz) = c8411da7936662312cf9483f3490e285
SIZE (mpc-0.11.2.tar.gz) = 103483
16 changes: 16 additions & 0 deletions audio/mpc/files/patch-src-command.c--gcc295
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- 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 ) {

19 changes: 0 additions & 19 deletions audio/mpc/files/patch-src-util.c::gcc295

This file was deleted.

6 changes: 0 additions & 6 deletions audio/mpc/pkg-plist

This file was deleted.

0 comments on commit b0f8e1f

Please sign in to comment.