Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2003 22:40:38 +0900 (JST)
From:      ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tsuyoshi@is.s.u-tokyo.ac.jp
Subject:   ports/54882: [Patch] japanese/mozilla-jlp does not fetch
Message-ID:  <200307261340.h6QDeb7M009710@san.is.s.u-tokyo.ac.jp>
Resent-Message-ID: <200307261350.h6QDoLjL062893@freefall.freebsd.org>

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

>Number:         54882
>Category:       ports
>Synopsis:       [Patch] japanese/mozilla-jlp does not fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 06:50:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     ITO Tsuyoshi
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
The University of Tokyo
>Environment:
System: FreeBSD san.is.s.u-tokyo.ac.jp 4.8-RELEASE FreeBSD 4.8-RELEASE #12: Sun Apr 13 19:48:00 JST 2003 root@san.is.s.u-tokyo.ac.jp:/usr/obj/usr/src/sys/SAN i386
>Description:
Mozilla 1.4 Japanese Language Pack 0.4 has been released.
japanese/mozilla-jlp port (for Mozilla 1.4 JLP 0.2) does not fetch any
longer.
>How-To-Repeat:
cd /usr/ports/japanese/mozilla-jlp && make fetch
>Fix:
The following minimal patch seemingly updates japanese/mozilla-jlp
port to Mozilla 1.4 JLP 0.4.  It may be better to append the version
of JLP itself to PORTVERSION instead of incrementing PORTREVISION, but
I am not sure.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/mozilla-jlp/Makefile,v
retrieving revision 1.44
diff -a -u -r1.44 Makefile
--- Makefile	14 Jul 2003 05:50:22 -0000	1.44
+++ Makefile	26 Jul 2003 13:34:18 -0000
@@ -7,12 +7,13 @@
 
 PORTNAME=	mozilla
 PORTVERSION=	1.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	japanese www
 MASTER_SITES=	http://plaza25.mbn.or.jp/~snip/jlp/
 #MASTER_SITE_SUBDIR=	jlpmoz
 PKGNAMESUFFIX=	-jlp
-DISTNAME=	moz${PORTVERSION}-langjajp-tm0.2
+DISTNAME=	moz${PORTVERSION}-langjajp-tm0.4
 EXTRACT_SUFX=	.xpi
 
 MAINTAINER=	yatt@luna2.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/japanese/mozilla-jlp/distinfo,v
retrieving revision 1.32
diff -a -u -r1.32 distinfo
--- distinfo	14 Jul 2003 05:50:22 -0000	1.32
+++ distinfo	26 Jul 2003 13:34:18 -0000
@@ -1 +1 @@
-MD5 (moz1.4-langjajp-tm0.2.xpi) = 78f3aefe961b6593e314c5630664981c
+MD5 (moz1.4-langjajp-tm0.4.xpi) = a8b00803aacc89e824c51160668bfcb8
>Release-Note:
>Audit-Trail:
>Unformatted:



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