Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 10:34:10 +0200 (CEST)
From:      Roland Jesse <jesse@cs.uni-magdeburg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30021: Fix MASTER_SITE for misc/mango
Message-ID:  <200108240834.f7O8YAD16785@arthur.cs.uni-magdeburg.de>

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

>Number:         30021
>Category:       ports
>Synopsis:       Fix MASTER_SITE for misc/mango
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 01:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Roland Jesse
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Otto-von-Guericke University of Magdeburg
>Environment:
System: FreeBSD arthur.cs.uni-magdeburg.de 4.3-STABLE FreeBSD 4.3-STABLE #18: Fri Jul 13 10:02:37 CEST 2001 root@arthur.cs.uni-magdeburg.de:/usr/src/sys/compile/ARTHUR i386
>Description:
Change MASTER_SITE from Sourceforge's ftp server to their download server as
they closed the former.

Change USE_QT2 to USE_QT_VER and dump PORTREVISION.
>How-To-Repeat:
build port misc/mango.
>Fix:
diff -ruN mango.bak/Makefile mango/Makefile
--- mango.bak/Makefile	Fri Aug 24 10:27:30 2001
+++ mango/Makefile	Fri Aug 24 10:29:26 2001
@@ -7,16 +7,16 @@
 
 PORTNAME=	mango
 PORTVERSION=	0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
-MASTER_SITES=	ftp://mango.sourceforge.net/pub/mango/
+MASTER_SITES=	http://prdownloads.sourceforge.net/mango/
 
 MAINTAINER=	jesse@cs.uni-magdeburg.de
 
 BUILD_DEPENDS=	tmake:${PORTSDIR}/devel/tmake
 
 USE_BZIP2=	yes
-USE_QT2=	yes
+USE_QT_VER=	2
 TMAKEENV=	TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE}
 MAKE_ENV+=	QTDIR=${X11BASE}
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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