Index: head/audio/mp-player/Makefile =================================================================== --- head/audio/mp-player/Makefile (revision 261928) +++ head/audio/mp-player/Makefile (revision 261929) @@ -1,40 +1,33 @@ # New ports collection makefile for: mp-player # Date created: 26 Aug 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # 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 LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod MAKE_JOBS_SAFE= yes 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 Property changes on: head/audio/mp-player/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/audio/mp-player/distinfo =================================================================== --- head/audio/mp-player/distinfo (revision 261928) +++ head/audio/mp-player/distinfo (revision 261929) @@ -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 Property changes on: head/audio/mp-player/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/audio/mp-player/pkg-descr =================================================================== --- head/audio/mp-player/pkg-descr (revision 261928) +++ head/audio/mp-player/pkg-descr (revision 261929) @@ -1,10 +1,8 @@ MP is a module player using libmikmod. It is able to play 18 module formats, 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 Property changes on: head/audio/mp-player/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property