From owner-svn-ports-head@FreeBSD.ORG Sat Mar 2 14:45:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62F75F49; Sat, 2 Mar 2013 14:45:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 55931EE4; Sat, 2 Mar 2013 14:45:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r22EjZJ7021614; Sat, 2 Mar 2013 14:45:35 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r22EjZ9O021612; Sat, 2 Mar 2013 14:45:35 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303021445.r22EjZ9O021612@svn.freebsd.org> From: Martin Wilke Date: Sat, 2 Mar 2013 14:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313245 - head/multimedia/umr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 14:45:35 -0000 Author: miwi Date: Sat Mar 2 14:45:34 2013 New Revision: 313245 URL: http://svnweb.freebsd.org/changeset/ports/313245 Log: - Update MASTER_SITES - Trim header - Update WWW PR: 176573 Submitted by: ports fury Modified: head/multimedia/umr/Makefile head/multimedia/umr/pkg-descr (contents, props changed) Modified: head/multimedia/umr/Makefile ============================================================================== --- head/multimedia/umr/Makefile Sat Mar 2 14:44:37 2013 (r313244) +++ head/multimedia/umr/Makefile Sat Mar 2 14:45:34 2013 (r313245) @@ -1,14 +1,10 @@ -# New ports collection makefile for: umr -# Date created: 19 October 2006 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= umr PORTVERSION= 0.3 CATEGORIES= multimedia -MASTER_SITES= http://pages.cthome.net/chrismp/umr/ +MASTER_SITES= http://www.oldunreal.com/mods/other/ MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Media Ripper Modified: head/multimedia/umr/pkg-descr ============================================================================== --- head/multimedia/umr/pkg-descr Sat Mar 2 14:44:37 2013 (r313244) +++ head/multimedia/umr/pkg-descr Sat Mar 2 14:45:34 2013 (r313245) @@ -1,8 +1,7 @@ -This utility rips Music and Sound class objects -from .umx and .uax files in Unreal or Unreal Tournament. -It rips all the exports in the file that it understands -(currently 'xm', 'it', 's3m', and 'WAV'). Adding support -for an export is fairly trivial, so you can add them +This utility rips Music and Sound class objects from .umx and .uax +files in Unreal or Unreal Tournament. It rips all the exports in the +file that it understands (currently 'xm', 'it', 's3m', and 'WAV'). +Adding support for an export is fairly trivial, so you can add them in a minute or two. -WWW: http://pages.cthome.net/chrismp/umr/ +WWW: http://www.oldunreal.com/othermods.html