aboutsummaryrefslogtreecommitdiff
path: root/audio/mp-player
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-09-27 08:08:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-09-27 08:08:10 +0000
commit689ba823b502f350e44fb7f66ad9eb3c12c3406d (patch)
tree8d1ac7031a71b2d9a47c101ac26b9f810424dbcd /audio/mp-player
parent80bba447448fd75b510297bfc5081ae860d59f5f (diff)
downloadports-689ba823b502f350e44fb7f66ad9eb3c12c3406d.tar.gz
ports-689ba823b502f350e44fb7f66ad9eb3c12c3406d.zip
Project has gone completely off the radar. No alternative project site was
found. Therefor update MASTER_SITES and remove WWW. While I'm at it, rebuild the tarball with only the essential contents (ie. remove linux binaries), name it smarter (mp-current.tgz -> mp-player-0.6.tar.gz) and modernize the Makefile. No changes to the source code were made.
Notes
Notes: svn path=/head/; revision=261929
Diffstat (limited to 'audio/mp-player')
-rw-r--r--audio/mp-player/Makefile15
-rw-r--r--audio/mp-player/distinfo6
-rw-r--r--audio/mp-player/pkg-descr2
3 files changed, 7 insertions, 16 deletions
diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile
index cae324ff327d..f947aaace84d 100644
--- a/audio/mp-player/Makefile
+++ b/audio/mp-player/Makefile
@@ -8,10 +8,7 @@
PORTNAME= mp-player
PORTVERSION= 0.6
CATEGORIES= audio
-MASTER_SITES= http://mp.waw.cx/ \
- CRITICAL
-DISTNAME= mp-current
-EXTRACT_SUFX= .tgz
+MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A curses based module tracker using libmikmod
@@ -24,17 +21,13 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lmikmod ${PTHREAD_LIBS} -lncurses -lpanel
DEFINES= -D_REENTRANT
-WRKSRC= ${WRKDIR}/mp-beta-06
-
PLIST_FILES= bin/mp-player
-post-patch:
- @${RM} ${WRKSRC}/mp
-
do-build:
- ${CC} ${CFLAGS} ${LDFLAGS} ${DEFINES} ${WRKSRC}/mp.c -o ${WRKSRC}/mp
+ ${CC} ${CFLAGS} ${LDFLAGS} ${DEFINES} ${WRKSRC}/mp.c \
+ -o ${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/audio/mp-player/distinfo b/audio/mp-player/distinfo
index 700f33e0417a..632b174ee1f5 100644
--- a/audio/mp-player/distinfo
+++ b/audio/mp-player/distinfo
@@ -1,3 +1,3 @@
-MD5 (mp-current.tgz) = 276831a73c69bb30cc8a64e17b3305b9
-SHA256 (mp-current.tgz) = 81abafc19b77c393a190bfc0e37e966ac9304400c07e6fc518527d8c45f9524d
-SIZE (mp-current.tgz) = 65370
+MD5 (mp-player-0.6.tar.gz) = c2380ef9890e70c00ce8af72df85b821
+SHA256 (mp-player-0.6.tar.gz) = e52a2c92f37b56f54b849434d8161dd0c601a7f006a946bcb9954b2705ee7cb6
+SIZE (mp-player-0.6.tar.gz) = 32773
diff --git a/audio/mp-player/pkg-descr b/audio/mp-player/pkg-descr
index 1d3047dd6499..070a45801dd8 100644
--- a/audio/mp-player/pkg-descr
+++ b/audio/mp-player/pkg-descr
@@ -4,7 +4,5 @@ such as MOD, XM, S3M, and IT.
MP features real volume gauges, sound effects control, various options,
easy-to-manage playing lists, and more.
-WWW: http://mp.waw.cx/
-
- ehaupt
ehaupt@critical.ch