diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-01 01:02:36 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-01 01:02:36 +0000 |
commit | 0fbf017c46c74918543ee8828798937c24c8c1b4 (patch) | |
tree | 19f7d8cd682cc7e27ce4e835df839bdcbce582af /japanese/mutt-devel | |
parent | cc0187cf368bbef183804ea2a1b37d65673375fd (diff) | |
download | FreeBSD-ports-0fbf017c46c74918543ee8828798937c24c8c1b4.zip FreeBSD-ports-0fbf017c46c74918543ee8828798937c24c8c1b4.tar.gz |
update to 1.0i
PR: 16471
Submitted by: maintainer
Diffstat (limited to 'japanese/mutt-devel')
-rw-r--r-- | japanese/mutt-devel/Makefile | 10 | ||||
-rw-r--r-- | japanese/mutt-devel/distinfo | 4 | ||||
-rw-r--r-- | japanese/mutt-devel/files/patch-aa | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index 9b552c1..4e40a74 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -6,15 +6,15 @@ # $FreeBSD$ # -DISTNAME= mutt-1.0pre3i -PKGNAME= ja-mutt-1.0b3.j0 +DISTNAME= mutt-1.0i +PKGNAME= ja-mutt-1.0.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://kondara.sdri.co.jp/~kikutani/slang/ -PATCHFILES= mutt-1.0pre3i.jp0.pat.gz +PATCHFILES= mutt-1.0i-jp0.patch PATCH_DIST_STRIP= -p1 MAINTAINER= shuna@pop16.odn.ne.jp @@ -28,7 +28,7 @@ RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview DIST_SUBDIR= mutt GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/mutt-1.0pre3 +WRKSRC= ${WRKDIR}/mutt-1.0 CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \ --enable-flock --disable-fcntl \ --sysconfdir=${PREFIX}/share/mutt \ @@ -42,6 +42,8 @@ pre-configure: (cd ${WRKSRC}; autoconf) post-install: + strip ${PREFIX}/bin/mutt + strip ${PREFIX}/bin/mutt_dotlock ${INSTALL_DATA} ${WRKSRC}/contrib/sample.muttrc ${PREFIX}/share/doc/mutt ${INSTALL_DATA} ${WRKSRC}/contrib/Mush.rc ${PREFIX}/share/doc/mutt ${INSTALL_DATA} ${WRKSRC}/contrib/Pine.rc ${PREFIX}/share/doc/mutt diff --git a/japanese/mutt-devel/distinfo b/japanese/mutt-devel/distinfo index 066ecdf..3eae69a 100644 --- a/japanese/mutt-devel/distinfo +++ b/japanese/mutt-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (mutt/mutt-1.0pre3i.tar.gz) = 11d65ce99f5eff0a0b4670c2d6b30579 -MD5 (mutt/mutt-1.0pre3i.jp0.pat.gz) = 55422b09ebefcf912019112ff3813894 +MD5 (mutt/mutt-1.0i.tar.gz) = 88e825e6fed4e5d83989d16f7d8a2505 +MD5 (mutt/mutt-1.0i-jp0.patch) = 4090a0f4b597190317eb8332ce5bce6e diff --git a/japanese/mutt-devel/files/patch-aa b/japanese/mutt-devel/files/patch-aa index df180bf..3062210 100644 --- a/japanese/mutt-devel/files/patch-aa +++ b/japanese/mutt-devel/files/patch-aa @@ -1,7 +1,7 @@ -*** configure.in.orig Thu Oct 28 01:14:22 1999 ---- configure.in Thu Oct 28 01:14:24 1999 +*** configure.in.orig Sat Jan 22 22:24:10 2000 +--- configure.in Sat Jan 22 22:32:13 2000 *************** -*** 112,129 **** +*** 114,131 **** 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 ---- 112,122 ---- +--- 114,124 ---- AC_MSG_CHECKING(for S-Lang) if test $withval = yes; then |