Date: Mon, 9 Dec 2013 10:03:02 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335958 - head/audio/mikmod Message-ID: <201312091003.rB9A33Bs034929@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Dec 9 10:03:02 2013 New Revision: 335958 URL: http://svnweb.freebsd.org/changeset/ports/335958 Log: Update to 3.2.4 Submitted by: nemysis Modified: head/audio/mikmod/Makefile head/audio/mikmod/distinfo head/audio/mikmod/pkg-descr Modified: head/audio/mikmod/Makefile ============================================================================== --- head/audio/mikmod/Makefile Mon Dec 9 09:37:22 2013 (r335957) +++ head/audio/mikmod/Makefile Mon Dec 9 10:03:02 2013 (r335958) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= mikmod -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.2.4 CATEGORIES= audio -MASTER_SITES= http://mikmod.raphnet.net/files/ \ +MASTER_SITES= SF \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org @@ -18,20 +17,20 @@ LIB_DEPENDS= mikmod:${PORTSDIR}/audio/li USES= gmake GNU_CONFIGURE= yes -PLIST_FILES= bin/mikmod man/man1/mikmod.1.gz +PLIST_FILES= bin/mikmod \ + man/man1/mikmod.1.gz \ + %%DATADIR%%/mikmodrc +PLIST_DIRS= %%DATADIR%% +PORTDOCS= AUTHORS NEWS README -PORTSCOUT= skipv:3.3.0 - -OPTIONS_DEFINE= COLOR - -COLOR_DESC= Build with color support - -OPTIONS_DEFAULT=COLOR +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MCOLOR} -CONFIGURE_ARGS+= --enable-color-interface +.if ${PORT_OPTIONS:MDOCS} +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/audio/mikmod/distinfo ============================================================================== --- head/audio/mikmod/distinfo Mon Dec 9 09:37:22 2013 (r335957) +++ head/audio/mikmod/distinfo Mon Dec 9 10:03:02 2013 (r335958) @@ -1,2 +1,2 @@ -SHA256 (mikmod-3.2.1.tar.gz) = cc190145a90070c74932f107e1245892f8f0e58c6184bd0fc6410379aada72b1 -SIZE (mikmod-3.2.1.tar.gz) = 148919 +SHA256 (mikmod-3.2.4.tar.gz) = 55a40dab77ce9cbd2d25a26ac32f9e78fd03c453322742db88227ea13439c81c +SIZE (mikmod-3.2.4.tar.gz) = 281808 Modified: head/audio/mikmod/pkg-descr ============================================================================== --- head/audio/mikmod/pkg-descr Mon Dec 9 09:37:22 2013 (r335957) +++ head/audio/mikmod/pkg-descr Mon Dec 9 10:03:02 2013 (r335958) @@ -11,4 +11,4 @@ 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://mikmod.raphnet.net/ +WWW: http://mikmod.sourceforge.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312091003.rB9A33Bs034929>