diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-09-27 16:08:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-09-27 16:08:10 +0800 |
commit | 0747dfe3e04aba9d7c797d1681177e61681b10e1 (patch) | |
tree | caede2667f63ab1e5b6b39c6bd70db77517a7bb3 /audio | |
parent | ed5b6c0f5f5dc61a8fc508c9d4150280802a9413 (diff) | |
download | freebsd-ports-gnome-0747dfe3e04aba9d7c797d1681177e61681b10e1.tar.gz freebsd-ports-gnome-0747dfe3e04aba9d7c797d1681177e61681b10e1.tar.zst freebsd-ports-gnome-0747dfe3e04aba9d7c797d1681177e61681b10e1.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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp-player/Makefile | 15 | ||||
-rw-r--r-- | audio/mp-player/distinfo | 6 | ||||
-rw-r--r-- | audio/mp-player/pkg-descr | 2 |
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 |