Date: Tue, 30 Oct 2012 21:53:17 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173222: [PATCH] multimedia/beep-media-player fix broken patch fetch Message-ID: <201210302153.q9ULrHQl037931@red.freebsd.org> Resent-Message-ID: <201210302200.q9UM01xD033001@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173222 >Category: ports >Synopsis: [PATCH] multimedia/beep-media-player fix broken patch fetch >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: Tue Oct 30 22:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 10 >Organization: none >Environment: >Description: Fix broken patch fetch for ipv6 patch take maintainer update header >How-To-Repeat: >Fix: Patch attached with submission follows: Index: beep-media-player/Makefile =================================================================== --- beep-media-player/Makefile (revision 306719) +++ beep-media-player/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: beep -# Date created: Thu Nov 6 19:24:01 CET 2003 -# Whom: Miguel Mendez <flynn@energyhq.es.eu.org> -# +# Created by: Miguel Mendez <flynn@energyhq.es.eu.org> # $FreeBSD$ -# PORTNAME= beep-media-player PORTVERSION= 0.9.7.1 @@ -13,7 +9,7 @@ MASTER_SITES= SF/beepmp/bmp/${PORTVERSION} DISTNAME= bmp-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= GTK2 multimedia player USE_GNOME= gtk20 libglade2 desktopfileutils @@ -45,8 +41,7 @@ # Enable IPv6 support .if ${PORT_OPTIONS:MIPV6} -BROKEN= patch does not fetch -PATCH_SITES+= http://izb.knu.ac.kr/~bh/diffs/ +PATCH_SITES+= http://ns.ael.ru/ports/distfiles/ PATCHFILES+= bmp-0.9.7-ipv6-simple.diff PATCH_DIST_STRIP+= -p1 .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210302153.q9ULrHQl037931>