ports/110975: [patch]fix java/poseidon fetch error

Nemo Liu nemoliu at gmail.com
Wed Mar 28 17:10:02 UTC 2007


>Number:         110975
>Category:       ports
>Synopsis:       [patch]fix java/poseidon fetch error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 28 17:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nemo Liu
>Release:        7-current
>Organization:
>Environment:
FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #1: Mon Mar 26 17:01:53 CST 2007     liutong at tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO  amd64
>Description:
The download site of poseidon'community version is changed.So java/poseidon is broken for 'fetch' which is shown on portsmon.I change the value of MASTER_SITE in Makefile, it works fine now.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/poseidon/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	3 Dec 2006 23:22:03 -0000	1.20
+++ Makefile	28 Mar 2007 16:39:48 -0000
@@ -2,20 +2,17 @@
 # Date created:			February 28, 2004
 # Whom:				Gerrit Beine (<tux at pinguru.net>)
 #
-# $FreeBSD: ports/java/poseidon/Makefile,v 1.20 2006/12/03 23:22:03 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	poseidon
 PORTVERSION=	4.2.1
 CATEGORIES=	java devel
-MASTER_SITES=	ftp://ftp.gentleware.org/ \
-		http://download.gentleware.org/ \
-		ftp://download.gentleware.biz/ \
-		http://download.gentleware.biz/ \
-		ftp://ftp.beine-computer.de/pub/distfiles/
+MASTER_SITES=	ftp://88.198.45.102/ \
+		http://88.198.45.102:81/
 DISTNAME=	${PORTNAME}${EDITION}-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	nemoliu at gmail.com
 COMMENT=	A popular UML CASE tool
 
 USE_ZIP=	yes

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



More information about the freebsd-ports-bugs mailing list