From owner-svn-ports-all@FreeBSD.ORG Thu Apr 17 15:03:58 2014 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 E57A8EFD; Thu, 17 Apr 2014 15:03:58 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50801933; Thu, 17 Apr 2014 15:03:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HF3wRI096755; Thu, 17 Apr 2014 15:03:58 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3HF3uju096739; Thu, 17 Apr 2014 15:03:56 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404171503.s3HF3uju096739@svn.freebsd.org> From: Steve Wills Date: Thu, 17 Apr 2014 15:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351481 - in head: audio/mikmod audio/mp-player audio/sdl_mixer audio/sdl_sound audio/simplemod devel/clanlib devel/clanlib1 devel/clanlib22 games/pokerth games/tecnoballz games/uqm 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: Thu, 17 Apr 2014 15:03:59 -0000 Author: swills Date: Thu Apr 17 15:03:56 2014 New Revision: 351481 URL: http://svnweb.freebsd.org/changeset/ports/351481 QAT: https://qat.redports.org/buildarchive/r351481/ Log: - Chase libmikmod upgrade Reported by: makc Pointyhat to: swills Modified: head/audio/mikmod/Makefile head/audio/mp-player/Makefile head/audio/sdl_mixer/Makefile head/audio/sdl_sound/Makefile head/audio/simplemod/Makefile head/devel/clanlib/Makefile head/devel/clanlib1/Makefile head/devel/clanlib22/Makefile head/games/pokerth/Makefile head/games/tecnoballz/Makefile head/games/uqm/Makefile Modified: head/audio/mikmod/Makefile ============================================================================== --- head/audio/mikmod/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/audio/mikmod/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,6 +3,7 @@ PORTNAME= mikmod PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF \ CRITICAL Modified: head/audio/mp-player/Makefile ============================================================================== --- head/audio/mp-player/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/audio/mp-player/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,6 +3,7 @@ PORTNAME= mp-player PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= CRITICAL Modified: head/audio/sdl_mixer/Makefile ============================================================================== --- head/audio/sdl_mixer/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/audio/sdl_mixer/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} Modified: head/audio/sdl_sound/Makefile ============================================================================== --- head/audio/sdl_sound/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/audio/sdl_sound/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://offload1.icculus.org:9090/SDL_sound/downloads/ \ http://offload2.icculus.org:9090/SDL_sound/downloads/ Modified: head/audio/simplemod/Makefile ============================================================================== --- head/audio/simplemod/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/audio/simplemod/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,6 +3,7 @@ PORTNAME= simplemod PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://borderworlds.dk/projects/sm/ Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/devel/clanlib/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/devel/clanlib1/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,6 +3,7 @@ PORTNAME= clanlib PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-1.0/ DISTNAME= ClanLib-${PORTVERSION} Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/devel/clanlib22/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ DISTNAME= ClanLib-${PORTVERSION} Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/games/pokerth/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src Modified: head/games/tecnoballz/Makefile ============================================================================== --- head/games/tecnoballz/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/games/tecnoballz/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= tecnoballz PORTVERSION= 0.92 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://linux.tlk.fr/games/TecnoballZ/download/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/games/uqm/Makefile ============================================================================== --- head/games/uqm/Makefile Thu Apr 17 14:45:49 2014 (r351480) +++ head/games/uqm/Makefile Thu Apr 17 15:03:56 2014 (r351481) @@ -3,7 +3,7 @@ PORTNAME= uqm PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/sc2/UQM/${PORTVERSION:R} DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm