aboutsummaryrefslogtreecommitdiff
path: root/japanese/mutt-devel
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-02-01 01:02:36 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-02-01 01:02:36 +0000
commitbc5efff417edaec63b3f10b5fb85650261878452 (patch)
tree1aa08e961ef8110813baa7321e1a64d57070e0d2 /japanese/mutt-devel
parent2022ca134ef54c474f2876af352dc2c39ee562a0 (diff)
downloadports-bc5efff417edaec63b3f10b5fb85650261878452.tar.gz
ports-bc5efff417edaec63b3f10b5fb85650261878452.zip
Notes
Diffstat (limited to 'japanese/mutt-devel')
-rw-r--r--japanese/mutt-devel/Makefile10
-rw-r--r--japanese/mutt-devel/distinfo4
-rw-r--r--japanese/mutt-devel/files/patch-aa8
3 files changed, 12 insertions, 10 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index 9b552c18fcf5..4e40a74cc0b0 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 066ecdf4bfa9..3eae69acadf8 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 df180bf780e4..30622105f9e2 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