Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 13:01:16 GMT
From:      Takeshi Taguchi<taguchi@iij.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106912: [minor fix] japanese/tcl80
Message-ID:  <200612191301.kBJD1G29089849@www.freebsd.org>
Resent-Message-ID: <200612191310.kBJDAGC5055127@freefall.freebsd.org>

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

>Number:         106912
>Category:       ports
>Synopsis:       [minor fix] japanese/tcl80
>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:   Tue Dec 19 13:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Takeshi Taguchi
>Release:        6.2-PRERELEASE
>Organization:
IIJ
>Environment:
FreeBSD hoya3.tcltk.jp 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #5: Sun Dec 17 23:12:46 JST 2006     root@hoya3.tcltk.jp:/usr/obj/usr/src/sys/HOYA  i386
>Description:
1. fix MASTER_SITE make variable to more good one.
2. fix my mail addr.


>How-To-Repeat:

>Fix:
please apply following patch.

Patch attached with submission follows:

--- Makefile.orig	Tue Dec 19 21:59:11 2006
+++ Makefile	Tue Dec 19 21:59:31 2006
@@ -9,13 +9,14 @@
 PORTVERSION=	8.0.5
 PORTREVISION=	1
 CATEGORIES=	japanese lang tcl80
-MASTER_SITES=	ftp://ftp.tcl.tk/pub/tcl/tcl${VERSION:S/./_/}/
+MASTER_SITES=	${MASTER_SITE_TCLTK}
+MASTER_SITE_SUBDIR=tcl8_0
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 PATCH_SITES=	ftp://ftp.sra.co.jp/pub/lang/tcl/jp/
 PATCHFILES=	${PORTNAME}${PORTVERSION}jp1.7.patch.gz
 
-MAINTAINER=	taguchi@tohoku.iij.ad.jp
+MAINTAINER=	taguchi@iij.ad.jp
 COMMENT=	Japanized Tool Command Language, version 8.0
 
 VERSION=	${PORTVERSION:R}

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



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