From lowell@be-well.ilk.org  Fri Jun  7 11:21:24 2013
Return-Path: <lowell@be-well.ilk.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 6A05E472
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Jun 2013 11:21:24 +0000 (UTC)
	(envelope-from lowell@be-well.ilk.org)
Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173])
	by mx1.freebsd.org (Postfix) with ESMTP id 46B611859
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Jun 2013 11:21:24 +0000 (UTC)
Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41])
	by be-well.ilk.org (Postfix) with ESMTP id 03D0D33C2A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Jun 2013 07:21:14 -0400 (EDT)
Received: by lowell-desk.lan (Postfix, from userid 1147)
	id 7BCAE39822; Fri,  7 Jun 2013 07:21:14 -0400 (EDT)
Message-Id: <20130607112114.7BCAE39822@lowell-desk.lan>
Date: Fri,  7 Jun 2013 07:21:14 -0400 (EDT)
From: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Reply-To: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: audio/mpg123.el isn't broken
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         179398
>Category:       ports
>Synopsis:       audio/mpg123.el isn't broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 11:30:00 UTC 2013
>Closed-Date:    Fri Jun 07 15:30:24 UTC 2013
>Last-Modified:  Fri Jun 07 15:30:24 UTC 2013
>Originator:     Lowell Gilbert
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
The Ilk
>Environment:
System: FreeBSD lowell-desk.lan 9.1-STABLE FreeBSD 9.1-STABLE #47 r250758M: Fri May 31 21:33:25 EDT 2013 root@lowell-desk.lan:/usr/obj/usr/src/sys/LOWELL64 amd64


	
>Description:

audio/mpg123.el is marked broken for failing to fetch.

It fetches fine at the moment.


	
>How-To-Repeat:
	
>Fix:

	

Just remove the BROKEN line from the makefile.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Fri Jun 7 14:24:07 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179398 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179398: commit references a PR
Date: Fri,  7 Jun 2013 15:23:34 +0000 (UTC)

 Author: wg
 Date: Fri Jun  7 15:23:26 2013
 New Revision: 320212
 URL: http://svnweb.freebsd.org/changeset/ports/320212
 
 Log:
   - Unmark as BROKEN [1]
   - Change DISTFILES and do-fetch to cache the file
   
   PR:		ports/179398 [1]
   Submitted by:	Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
   Approved by:	culot / jpaetzel (mentors, implicit)
 
 Modified:
   head/audio/mpg123.el/Makefile
   head/audio/mpg123.el/distinfo
 
 Modified: head/audio/mpg123.el/Makefile
 ==============================================================================
 --- head/audio/mpg123.el/Makefile	Fri Jun  7 15:23:01 2013	(r320211)
 +++ head/audio/mpg123.el/Makefile	Fri Jun  7 15:23:26 2013	(r320212)
 @@ -7,6 +7,7 @@ CATEGORIES=	audio elisp
  MASTER_SITES=	http://www.gentei.org/~yuuji/software/mpg123el/
  EXTRACT_SUFX=	# empty
  EXTRACT_ONLY=	# empty
 +DISTFILES=	mpg123el.cgi?${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Front-end to mpg123/ogg123 audio player for Emacsen
 @@ -20,16 +21,12 @@ NO_BUILD=	yes
  ELISPDIR=	${PREFIX}/share/emacs/site-lisp
  XELISPDIR=	${PREFIX}/lib/xemacs/site-lisp
  
 -myFETCH_CMD=	${FETCH_CMD} -AR
 -
 -BROKEN=		fails to fetch
 -
 -do-fetch:
 -	${myFETCH_CMD} ${FETCH_BEFORE_ARGS} ${MASTER_SITES}/mpg123el.cgi?${PORTVERSION}
 +FETCH_ARGS=	-AR
 +FETCH_BEFORE_ARGS=	-o mpg123el.cgi?${PORTVERSION}
  
  do-install:
  	${MKDIR} ${ELISPDIR}
 -	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${ELISPDIR}/${PORTNAME}
 +	${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${ELISPDIR}/${PORTNAME}
  # For XEmacs
  	${MKDIR} ${XELISPDIR}
  	${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}/${PORTNAME}
 
 Modified: head/audio/mpg123.el/distinfo
 ==============================================================================
 --- head/audio/mpg123.el/distinfo	Fri Jun  7 15:23:01 2013	(r320211)
 +++ head/audio/mpg123.el/distinfo	Fri Jun  7 15:23:26 2013	(r320212)
 @@ -1,2 +1,2 @@
 -SHA256 (mpg123.el-1.52) = 408e163771949bc3eb0b9758b825fdd80f894381f9ecc1f0181f5668fc82a92f
 -SIZE (mpg123.el-1.52) = 110508
 +SHA256 (mpg123el.cgi?1.52) = 408e163771949bc3eb0b9758b825fdd80f894381f9ecc1f0181f5668fc82a92f
 +SIZE (mpg123el.cgi?1.52) = 110508
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Fri Jun 7 15:30:22 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179398 
>Unformatted:
