diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-10-31 02:30:34 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-10-31 02:30:34 +0000 |
commit | 94b2e9067e64bbb94b434d1d370778926943e4fa (patch) | |
tree | d0a7b2463061761a5ee165048153c0828b52a555 /japanese/mutt-devel | |
parent | f4a5ee335e404ceb8870ec73ec0e10bab82297e8 (diff) | |
download | ports-94b2e9067e64bbb94b434d1d370778926943e4fa.tar.gz ports-94b2e9067e64bbb94b434d1d370778926943e4fa.zip |
Notes
Diffstat (limited to 'japanese/mutt-devel')
-rw-r--r-- | japanese/mutt-devel/Makefile | 14 | ||||
-rw-r--r-- | japanese/mutt-devel/distinfo | 4 | ||||
-rw-r--r-- | japanese/mutt-devel/files/patch-aa | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index 2bc27a3936f6..9b552c18fcf5 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: ja-mutt -# Version required: 1.0pre1i +# Version required: 1.0pre3i # Date created: 5 Sep 1999 # Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp> # # $FreeBSD$ # -DISTNAME= mutt-1.0pre1i -PKGNAME= ja-mutt-1.0b1.j0 +DISTNAME= mutt-1.0pre3i +PKGNAME= ja-mutt-1.0b3.j0 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ ftp://ftp.guug.de/pub/mutt/historic/ \ ftp://ftp.gbnet.net/pub/mutt-international/ -PATCH_SITES= http://home.sprintmail.com/~kikutani/slang/ -PATCHFILES= mutt-1.0pre1i.jp0.pat.gz +PATCH_SITES= http://kondara.sdri.co.jp/~kikutani/slang/ +PATCHFILES= mutt-1.0pre3i.jp0.pat.gz PATCH_DIST_STRIP= -p1 MAINTAINER= shuna@pop16.odn.ne.jp LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang -BUILD_DEPENDS= ${PREFIX}/bin/msgfmt:${PORTSDIR}/devel/gettext \ +BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext \ autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview @@ -28,7 +28,7 @@ RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/mutt-1.0pre1 +WRKSRC= ${WRKDIR}/mutt-1.0pre3 CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \ --enable-flock --disable-fcntl \ --sysconfdir=${PREFIX}/share/mutt \ diff --git a/japanese/mutt-devel/distinfo b/japanese/mutt-devel/distinfo index 591c21959087..066ecdf4bfa9 100644 --- a/japanese/mutt-devel/distinfo +++ b/japanese/mutt-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75 -MD5 (mutt/mutt-1.0pre1i.jp0.pat.gz) = 4e4b0f0ab681a4bc74a5529209ad45a8 +MD5 (mutt/mutt-1.0pre3i.tar.gz) = 11d65ce99f5eff0a0b4670c2d6b30579 +MD5 (mutt/mutt-1.0pre3i.jp0.pat.gz) = 55422b09ebefcf912019112ff3813894 diff --git a/japanese/mutt-devel/files/patch-aa b/japanese/mutt-devel/files/patch-aa index 9dd2e07f6d77..df180bf780e4 100644 --- a/japanese/mutt-devel/files/patch-aa +++ b/japanese/mutt-devel/files/patch-aa @@ -1,7 +1,7 @@ -*** configure.in.orig Thu Sep 9 12:06:13 1999 ---- configure.in Thu Sep 9 12:06:16 1999 +*** configure.in.orig Thu Oct 28 01:14:22 1999 +--- configure.in Thu Oct 28 01:14:24 1999 *************** -*** 107,124 **** +*** 112,129 **** AC_MSG_CHECKING(for S-Lang) if test $withval = yes; then @@ -20,7 +20,7 @@ else dnl ---Check to see if $withval is a source directory if test -f $withval/src/slang.h; then ---- 107,117 ---- +--- 112,122 ---- AC_MSG_CHECKING(for S-Lang) if test $withval = yes; then |