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.
This commit is contained in:
Emanuel Haupt 2010-09-27 08:08:10 +00:00
parent 80bba44744
commit 689ba823b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261929
3 changed files with 7 additions and 16 deletions

View File

@ -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>

View File

@ -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

View File

@ -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