diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-12-08 21:35:38 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-12-08 21:35:38 +0000 |
commit | 784468d0d6196c01da920bda77da7cca22144cf1 (patch) | |
tree | 580b976ce9491129b127f8d388e3138d75fcd835 /japanese/slrn | |
parent | 69872a6f4b4e979e2075edd25a06720874c2f89e (diff) |
Notes
Diffstat (limited to 'japanese/slrn')
-rw-r--r-- | japanese/slrn/Makefile | 12 | ||||
-rw-r--r-- | japanese/slrn/distinfo | 2 | ||||
-rw-r--r-- | japanese/slrn/files/patch-aa | 8 | ||||
-rw-r--r-- | japanese/slrn/files/patch-ab | 4 | ||||
-rw-r--r-- | japanese/slrn/files/patch-ac | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index 9f412551d07c..71002b783d68 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: ja-slrn -# Version required: 0.9.5.7 +# Version required: 0.9.5.7.jp1 # Date created: 6 Sept 1999 # Whom: Takashi Mega <mega@minz.org> # # $FreeBSD$ # -DISTNAME= slrn-0.9.5.7 -PKGNAME= ja-slrn-0.9.5.7 +DISTNAME= slrn-0.9.5.7.1 +PKGNAME= ja-slrn-0.9.5.7.1 CATEGORIES= japanese news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ - http://home.sprintmail.com/~kikutani/slang/ + http://kondara.sdri.co.jp/~kikutani/slang/ DISTFILES= slrn-0.9.5.7.tar.gz slrn-doc-j0.9.5.6-0.tar.gz -PATCH_SITES= http://home.sprintmail.com/~kikutani/slang/ -PATCHFILES= slrn0.9.5.7jp0.pat.gz +PATCH_SITES= http://kondara.sdri.co.jp/~kikutani/slang/ +PATCHFILES= slrn0.9.5.7jp1.pat.gz PATCH_DIST_STRIP= -p1 MAINTAINER= mega@minz.org diff --git a/japanese/slrn/distinfo b/japanese/slrn/distinfo index 0e5a16eb0ca9..636b22a2fc80 100644 --- a/japanese/slrn/distinfo +++ b/japanese/slrn/distinfo @@ -1,3 +1,3 @@ MD5 (slrn-0.9.5.7.tar.gz) = 1d3b29a68ad9a79ee442dcaba2bb7939 MD5 (slrn-doc-j0.9.5.6-0.tar.gz) = dce948434a19e2d7333c39477013950f -MD5 (slrn0.9.5.7jp0.pat.gz) = de934ed18c5ea468f49bc8ce5ff8a456 +MD5 (slrn0.9.5.7jp1.pat.gz) = bed0c1f02dfb6b4c0e02f4703c49672b diff --git a/japanese/slrn/files/patch-aa b/japanese/slrn/files/patch-aa index 9c41d0826b64..ce123b8f72f4 100644 --- a/japanese/slrn/files/patch-aa +++ b/japanese/slrn/files/patch-aa @@ -1,5 +1,5 @@ -*** src/slrnfeat.h.orig2 Mon Sep 6 01:10:37 1999 ---- src/slrnfeat.h Mon Sep 6 01:26:54 1999 +*** src/slrnfeat.h.orig Wed Oct 6 13:56:09 1999 +--- src/slrnfeat.h Wed Oct 6 13:56:10 1999 *************** *** 24,31 **** #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ @@ -20,7 +20,7 @@ #define SLRN_DEFAULT_TIMEZONE "JST" #define SLRN_DEFAULT_CHARSET "ISO-2022-JP" *************** -*** 226,232 **** +*** 230,236 **** # define SLRN_ARTICLE_FILENAME ".article" # define SLRN_FOLLOWUP_FILENAME ".followup" # define SLRN_SIGNATURE_FILE ".signature" @@ -28,7 +28,7 @@ # ifndef SLRN_LIB_DIR # define SLRN_LIB_DIR "/usr/local/lib/slrn" # endif ---- 226,232 ---- +--- 230,236 ---- # define SLRN_ARTICLE_FILENAME ".article" # define SLRN_FOLLOWUP_FILENAME ".followup" # define SLRN_SIGNATURE_FILE ".signature" diff --git a/japanese/slrn/files/patch-ab b/japanese/slrn/files/patch-ab index f02fc08973ce..451fca19d756 100644 --- a/japanese/slrn/files/patch-ab +++ b/japanese/slrn/files/patch-ab @@ -1,5 +1,5 @@ -*** configure.orig Sun Sep 5 21:26:49 1999 ---- configure Sun Sep 5 21:40:41 1999 +*** configure.orig Wed Oct 6 13:56:07 1999 +--- configure Wed Oct 6 13:56:10 1999 *************** *** 2488,2494 **** diff --git a/japanese/slrn/files/patch-ac b/japanese/slrn/files/patch-ac index 791f350913d6..20061bc6c9df 100644 --- a/japanese/slrn/files/patch-ac +++ b/japanese/slrn/files/patch-ac @@ -1,5 +1,5 @@ *** src/Makefile.in.orig Thu Jul 15 16:27:24 1999 ---- src/Makefile.in Sun Sep 5 21:42:00 1999 +--- src/Makefile.in Wed Oct 6 13:56:10 1999 *************** *** 61,67 **** prefix = @prefix@ |