Bug 181011

Summary: Fix broken link in audio/audacity sourgeforge URL
Product: Ports & Packages Reporter: Jack <xxjack12xx>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jack 2013-08-04 11:00:00 UTC
--- Makefile    2013-08-04 02:54:18.000000000 -0700
+++ Makefile.new        2013-08-04 02:54:32.000000000 -0700
@@ -6,7 +6,7 @@
 PORTREVISION=  1
 CATEGORIES=    audio
 MASTER_SITES=  GOOGLE_CODE \
-               SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION}
+               SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=      ${PORTNAME}-minsrc-${PORTVERSION}
 
 MAINTAINER=    xxjack12xx@gmail.com

Fix: 

Apply patch
How-To-Repeat: Download from sf
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-04 15:09:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-08-04 15:11:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-04 15:11:59 UTC
Author: wg
Date: Sun Aug  4 14:11:47 2013
New Revision: 324235
URL: http://svnweb.freebsd.org/changeset/ports/324235

Log:
  audio/audacity: fix SF mirror
  
  - Fix SF mirror [1]
  - Switch to USES game
  - Remove MAKE_JOBS_SAFE (now default)
  
  PR:		ports/181011 [1]
  Submitted by:	Jack <xxjack12xx gmail.com> (maintainer)

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Sun Aug  4 13:57:30 2013	(r324234)
+++ head/audio/audacity/Makefile	Sun Aug  4 14:11:47 2013	(r324235)
@@ -6,7 +6,7 @@ PORTVERSION=	2.0.3
 PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE \
-		SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION}
+		SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-minsrc-${PORTVERSION}
 
 MAINTAINER=	xxjack12xx@gmail.com
@@ -20,14 +20,12 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-src-${POR
 
 USE_AUTOTOOLS=	aclocal autoconf
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gmake gettext
 USE_XZ=		yes
 USE_WX=		2.8
 WX_UNICODE=	yes
 WX_COMPS=	wx
 INSTALLS_ICONS=	yes
-MAKE_JOBS_SAFE=	yes
 MAN1=		audacity.1
 MANCOMPRESSED=	yes
 PORTDOCS=	README.txt
_______________________________________________
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"