Index: head/audio/mikmod/Makefile =================================================================== --- head/audio/mikmod/Makefile (revision 94912) +++ head/audio/mikmod/Makefile (revision 94913) @@ -1,23 +1,27 @@ # ports collection makefile for: mikmod304 # Date created: 16 November 1998 # Whom: yoshiaki Uchikawa # # $FreeBSD$ # PORTNAME= mikmod -PORTVERSION= 3.1.6 +PORTVERSION= 3.2.1 CATEGORIES= audio -MASTER_SITES= http://www.mikmod.org/files/mikmod/ +MASTER_SITES= http://mikmod.raphnet.net/files/ MAINTAINER= yoshiaki@kt.rim.or.jp COMMENT= Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod USE_GMAKE= yes GNU_CONFIGURE= yes + +.ifdef (WITH_COLOR) +CONFIGURE_ARGS+= --enable-color-interface +.endif MAN1= mikmod.1 .include Property changes on: head/audio/mikmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/audio/mikmod/distinfo =================================================================== --- head/audio/mikmod/distinfo (revision 94912) +++ head/audio/mikmod/distinfo (revision 94913) @@ -1 +1 @@ -MD5 (mikmod-3.1.6.tar.gz) = 71d8142ae3ae27034535913e906b1384 +MD5 (mikmod-3.2.1.tar.gz) = a60c3221ca48aed301f4b62b4741eebe Property changes on: head/audio/mikmod/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/audio/mikmod/pkg-descr =================================================================== --- head/audio/mikmod/pkg-descr (revision 94912) +++ head/audio/mikmod/pkg-descr (revision 94913) @@ -1,14 +1,14 @@ MikMod is a portable modules player originally written by of Jean-Paul Mikkers (MikMak) for DOS. Current MikMod'Unix maintener(since version 3.0.4)is Miodrag Vallat It uses the OSS /dev/dsp driver including in all recent kernels for output, and will also write wav files. Supported file formats include mod, stm, s3m, mtm, xm, and it. The player uses ncurses for console output and supports transparent loading from gzip/pkzip/zoo archives and the loading/saving of playlists. Full source included, use of this library for music/sound effects in your own programs is encouraged! -WWW: http://www.mikmod.org/ +WWW: http://mikmod.raphnet.net/ Property changes on: head/audio/mikmod/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property