Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Mar 2004 09:04:29 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63909: ports/java/eclipse-langpack: use MASTER_SITE_ECLIPSE for the distfile
Message-ID:  <20040308000429.BE35E5C81@berkeley.l.sa2c.net>
Resent-Message-ID: <200403080010.i280AEmV019094@freefall.freebsd.org>

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

>Number:         63909
>Category:       ports
>Synopsis:       ports/java/eclipse-langpack: use MASTER_SITE_ECLIPSE for the distfile
>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:   Sun Mar 07 16:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Mar 2 05:16:04 GMT 2004 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Patch for ports/java/eclipse-langpack to use MASTER_SITE_ECLIPSE.
	
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/eclipse-langpack/Makefile,v
retrieving revision 1.5
diff -u -d -r1.5 Makefile
--- Makefile	4 Feb 2004 05:21:26 -0000	1.5
+++ Makefile	7 Mar 2004 23:47:41 -0000
@@ -9,10 +9,11 @@
 PORTVERSION=	2.1.2
 PORTREVISION=	2
 CATEGORIES=	java devel
-MASTER_SITES=	http://download2.eclipse.org/downloads/drops/L-${PORTVERSION}_Translations-200312151300/:langpack
+MASTER_SITES=	${MASTER_SITE_ECLIPSE}
+MASTER_SITE_SUBDIR=	L-${PORTVERSION}_Translations-200312151300
 PKGNAMESUFFIX=	-langpack
 DISTNAME=	eclipse${PORTVERSION}.1-SDK-linux-gtk-LanguagePackFeature
-DISTFILES=	${DISTNAME}.zip:langpack
+DISTFILES=	${DISTNAME}.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	java@FreeBSD.ORG
--- patch ends here ---


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



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