Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Mar 2010 23:56:40 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nobutaka@FreeBSD.org
Subject:   ports/144562: [PATCH] multimedia/xine: fix MASTER_SITES
Message-ID:  <20100308205640.64A98B84B@hades.panopticon>
Resent-Message-ID: <201003082100.o28L0Fah083705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144562
>Category:       ports
>Synopsis:       [PATCH] multimedia/xine: fix MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 21:00:15 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
Fix MASTER_SITES to correct url.

Port maintainer (nobutaka@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xine-0.99.5_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/multimedia/xine/Makefile,v
retrieving revision 1.89
diff -u -u -r1.89 Makefile
--- Makefile	5 Feb 2010 11:42:07 -0000	1.89
+++ Makefile	8 Mar 2010 20:26:25 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.99.5
 PORTREVISION=	5
 CATEGORIES=	multimedia
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-ui%20%28skinned%20front%20end%29/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
 DISTNAME=	${PORTNAME}-ui-${PORTVERSION}
 
 MAINTAINER=	nobutaka@FreeBSD.org
--- xine-0.99.5_5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100308205640.64A98B84B>