From owner-svn-ports-all@FreeBSD.ORG Mon Dec 9 10:03:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFDF0DB3; Mon, 9 Dec 2013 10:03:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9411886; Mon, 9 Dec 2013 10:03:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9A33ZW034935; Mon, 9 Dec 2013 10:03:03 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9A33Bs034929; Mon, 9 Dec 2013 10:03:03 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201312091003.rB9A33Bs034929@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 9 Dec 2013 10:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335958 - head/audio/mikmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 10:03:03 -0000 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 -.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 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/