Date: Wed, 30 Aug 2000 13:24:40 +0900 From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/20802: japanese/samba update to samba-2.0.7-ja-1.2 Message-ID: <86em37gyuv.wl@archon.local.idaemons.org> In-Reply-To: In your message of "30 Aug 2000 09:26:12 %2B0900" <87snrna923.fsf@nakaji.tutrp.tut.ac.jp> References: <200008291949.MAA37865@freefall.freebsd.org> <87snrna923.fsf@nakaji.tutrp.tut.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Tabs seemed to be mangled. Beware next time. :> I think it is even better to include ja- version in the PORTVERSION, as follows. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/samba/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2000/08/29 20:03:41 1.5 +++ Makefile 2000/08/30 04:16:06 @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION= 2.0.7 +PORTVERSION= ${SAMBA_VERSION}.j${SAMBA_JA_VERSION} CATEGORIES= japanese net MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/SAMBA/samba-jp/%SUBDIR%/ \ @@ -14,9 +14,8 @@ ftp://ftp.plathome.co.jp/pub/samba/samba-jp/%SUBDIR%/ \ ftp://ftp2.samba.gr.jp/pub/samba-jp/%SUBDIR%/ \ ftp://ftp.tutrp.tut.ac.jp/pub/mirror/samba-jp/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} -PKGNAMESUFFIX= -ja -DISTNAME= ${SAMBA_JA_VERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}-${SAMBA_VERSION}-ja +DISTNAME= ${PORTNAME}-${SAMBA_VERSION}-ja-${SAMBA_JA_VERSION} MAINTAINER= nakaji@jp.FreeBSD.org @@ -24,7 +23,8 @@ Y2K= http://us1.samba.org/samba/docs/sambay2k.html -SAMBA_JA_VERSION= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}-1.2 +SAMBA_VERSION= 2.0.7 +SAMBA_JA_VERSION= 1.2 # directories VARDIR= /var I'll commit this shortly. Thanks for the suggestion. :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" 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?86em37gyuv.wl>