diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 07:34:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 07:34:51 +0000 |
commit | 6cc7b747e35c443dcbe09d13c8bb8dd739f80e64 (patch) | |
tree | e21cd23efeee413fabe60fbb07dee8355e4ab230 | |
parent | 2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f (diff) | |
download | FreeBSD-ports-6cc7b747e35c443dcbe09d13c8bb8dd739f80e64.zip FreeBSD-ports-6cc7b747e35c443dcbe09d13c8bb8dd739f80e64.tar.gz |
Immediately update to April 8th version by author's request.
-rw-r--r-- | chinese/nvi-big5/Makefile | 4 | ||||
-rw-r--r-- | chinese/nvi-euc-cn/Makefile | 4 | ||||
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 6 | ||||
-rw-r--r-- | editors/nvi-m17n/distinfo | 2 | ||||
-rw-r--r-- | editors/nvi-perl/Makefile | 6 | ||||
-rw-r--r-- | editors/nvi-perl/distinfo | 2 | ||||
-rw-r--r-- | japanese/nvi-euc-jp/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-iso-2022-jp/Makefile | 4 | ||||
-rw-r--r-- | japanese/nvi-sjis/Makefile | 4 | ||||
-rw-r--r-- | korean/nvi-euc-kr/Makefile | 4 | ||||
-rw-r--r-- | korean/nvi-iso-2022-kr/Makefile | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile index a1fe9bd..823a140 100644 --- a/chinese/nvi-big5/Makefile +++ b/chinese/nvi-big5/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:55:32 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:09:37 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= cn-nvi-big5-1.79-970403 +PKGNAME= cn-nvi-big5-1.79-970408 CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org diff --git a/chinese/nvi-euc-cn/Makefile b/chinese/nvi-euc-cn/Makefile index 9593c6f..7c37d1a 100644 --- a/chinese/nvi-euc-cn/Makefile +++ b/chinese/nvi-euc-cn/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/09 07:09:48 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= cn-nvi-euccn-1.79-970403 +PKGNAME= cn-nvi-euccn-1.79-970408 CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile index ed5d6e4..c3618bf 100644 --- a/chinese/nvi-euc-tw/Makefile +++ b/chinese/nvi-euc-tw/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.3 1997/03/15 11:55:56 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/04/09 07:05:26 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= cn-nvi-euctw-1.79-970403-1000 +PKGNAME= cn-nvi-euctw-1.79-970408 CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index cd9217a..9c49cc8 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -3,16 +3,16 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:55:58 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:09:51 asami Exp $ # DISTNAME= nvi-1.79 -PKGNAME= nvi-m17n-1.79-970403 +PKGNAME= nvi-m17n-1.79-970408 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/4bsd/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ -PATCHFILES= nvi-1.79.m17n-970403-1000.diff.gz +PATCHFILES= nvi-1.79.m17n-970408-2300.diff.gz PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ MAINTAINER= itojun@itojun.org diff --git a/editors/nvi-m17n/distinfo b/editors/nvi-m17n/distinfo index c713f86..6a943e7 100644 --- a/editors/nvi-m17n/distinfo +++ b/editors/nvi-m17n/distinfo @@ -1,2 +1,2 @@ MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a -MD5 (nvi-1.79.m17n-970403-1000.diff.gz) = cb4071af6824d03c335300c8be6cc105 +MD5 (nvi-1.79.m17n-970408-2300.diff.gz) = 59832f8f8be7e0185ab8d48378615343 diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index cd9217a..9c49cc8 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -3,16 +3,16 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:55:58 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:09:51 asami Exp $ # DISTNAME= nvi-1.79 -PKGNAME= nvi-m17n-1.79-970403 +PKGNAME= nvi-m17n-1.79-970408 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/4bsd/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ -PATCHFILES= nvi-1.79.m17n-970403-1000.diff.gz +PATCHFILES= nvi-1.79.m17n-970408-2300.diff.gz PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ MAINTAINER= itojun@itojun.org diff --git a/editors/nvi-perl/distinfo b/editors/nvi-perl/distinfo index c713f86..6a943e7 100644 --- a/editors/nvi-perl/distinfo +++ b/editors/nvi-perl/distinfo @@ -1,2 +1,2 @@ MD5 (nvi-1.79.tar.gz) = 765e2153f5fc4f21793f2edc2647305a -MD5 (nvi-1.79.m17n-970403-1000.diff.gz) = cb4071af6824d03c335300c8be6cc105 +MD5 (nvi-1.79.m17n-970408-2300.diff.gz) = 59832f8f8be7e0185ab8d48378615343 diff --git a/japanese/nvi-euc-jp/Makefile b/japanese/nvi-euc-jp/Makefile index 4a2985e..60ab0ce 100644 --- a/japanese/nvi-euc-jp/Makefile +++ b/japanese/nvi-euc-jp/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:56:01 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:10:02 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= jp-nvi-eucjp-1.79-970403 +PKGNAME= jp-nvi-eucjp-1.79-970408 CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org diff --git a/japanese/nvi-iso-2022-jp/Makefile b/japanese/nvi-iso-2022-jp/Makefile index 5e5c687..6718577 100644 --- a/japanese/nvi-iso-2022-jp/Makefile +++ b/japanese/nvi-iso-2022-jp/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:56:03 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:10:05 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= jp-nvi-iso2022jp-1.79-970403 +PKGNAME= jp-nvi-iso2022jp-1.79-970408 CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index 1e52352..2ad0236 100644 --- a/japanese/nvi-sjis/Makefile +++ b/japanese/nvi-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:56:05 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:10:07 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= jp-nvi-sjis-1.79-970403 +PKGNAME= jp-nvi-sjis-1.79-970408 CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org diff --git a/korean/nvi-euc-kr/Makefile b/korean/nvi-euc-kr/Makefile index 5fa2849..cebe0af 100644 --- a/korean/nvi-euc-kr/Makefile +++ b/korean/nvi-euc-kr/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:56:07 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:10:10 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= kr-nvi-euckr-1.79-970403 +PKGNAME= kr-nvi-euckr-1.79-970408 CATEGORIES= korean editors MAINTAINER= itojun@itojun.org diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile index 9b56599..d7baf97 100644 --- a/korean/nvi-iso-2022-kr/Makefile +++ b/korean/nvi-iso-2022-kr/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.2 1997/03/15 11:56:09 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/09 07:10:13 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= kr-nvi-iso2022kr-1.79-970403 +PKGNAME= kr-nvi-iso2022kr-1.79-970408 CATEGORIES= korean editors MAINTAINER= itojun@itojun.org |