Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2000 18:05:36 +0900 (JST)
From:      shuna@pop16.odn.ne.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16471: update ports: japanese/mutt 1.0pre3i -> 1.0i
Message-ID:  <20000130090444.VGXM4847.t-mta3.odn.ne.jp@a44.pop16.odn.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         16471
>Category:       ports
>Synopsis:       update ports: japanese/mutt 1.0pre3i -> 1.0i
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 30 01:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     IWASHITA Yoji <shuna@pop16.odn.ne.jp>
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
personal
>Environment:

	FreeBSD 3.3-RELEASE

>Description:

	UPDATE 1.0pre3i -> 1.0i

>How-To-Repeat:
>Fix:

diff -cNr mutt.old/Makefile mutt/Makefile
*** mutt.old/Makefile	Sun Oct 31 16:32:14 1999
--- mutt/Makefile	Sun Jan 30 16:41:34 2000
***************
*** 6,20 ****
  # $FreeBSD: ports/japanese/mutt/Makefile,v 1.3 1999/10/31 02:30:32 sada Exp $
  #
  
! 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://kondara.sdri.co.jp/~kikutani/slang/
! PATCHFILES=	mutt-1.0pre3i.jp0.pat.gz
  PATCH_DIST_STRIP=	-p1
  
  MAINTAINER=	shuna@pop16.odn.ne.jp
--- 6,20 ----
  # $FreeBSD: ports/japanese/mutt/Makefile,v 1.3 1999/10/31 02:30:32 sada Exp $
  #
  
! 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.0i-jp0.patch
  PATCH_DIST_STRIP=	-p1
  
  MAINTAINER=	shuna@pop16.odn.ne.jp
***************
*** 28,34 ****
  DIST_SUBDIR=	mutt
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
! WRKSRC=		${WRKDIR}/mutt-1.0pre3
  CONFIGURE_ARGS=	--with-slang --enable-locales-fix --with-included-gettext \
  		--enable-flock --disable-fcntl \
  		--sysconfdir=${PREFIX}/share/mutt \
--- 28,34 ----
  DIST_SUBDIR=	mutt
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
! WRKSRC=		${WRKDIR}/mutt-1.0
  CONFIGURE_ARGS=	--with-slang --enable-locales-fix --with-included-gettext \
  		--enable-flock --disable-fcntl \
  		--sysconfdir=${PREFIX}/share/mutt \
***************
*** 42,47 ****
--- 42,49 ----
  	(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 -cNr mutt.old/files/md5 mutt/files/md5
*** mutt.old/files/md5	Sun Oct 31 16:32:14 1999
--- mutt/files/md5	Sat Jan 22 22:04:29 2000
***************
*** 1,2 ****
! MD5 (mutt/mutt-1.0pre3i.tar.gz) = 11d65ce99f5eff0a0b4670c2d6b30579
! MD5 (mutt/mutt-1.0pre3i.jp0.pat.gz) = 55422b09ebefcf912019112ff3813894
--- 1,2 ----
! MD5 (mutt/mutt-1.0i.tar.gz) = 88e825e6fed4e5d83989d16f7d8a2505
! MD5 (mutt/mutt-1.0i-jp0.patch) = 4090a0f4b597190317eb8332ce5bce6e
diff -cNr mutt.old/patches/patch-aa mutt/patches/patch-aa
*** mutt.old/patches/patch-aa	Sun Oct 31 16:32:14 1999
--- mutt/patches/patch-aa	Sat Jan 22 22:33:13 2000
***************
*** 1,7 ****
! *** configure.in.orig	Thu Oct 28 01:14:22 1999
! --- configure.in	Thu Oct 28 01:14:24 1999
  ***************
! *** 112,129 ****
    	
    	AC_MSG_CHECKING(for S-Lang)
    	if test $withval = yes; then
--- 1,7 ----
! *** configure.in.orig	Sat Jan 22 22:24:10 2000
! --- configure.in	Sat Jan 22 22:32:13 2000
  ***************
! *** 114,131 ****
    	
    	AC_MSG_CHECKING(for S-Lang)
    	if test $withval = yes; then
***************
*** 20,26 ****
    	else
    		dnl ---Check to see if $withval is a source directory
    		if test -f $withval/src/slang.h; then
! --- 112,122 ----
    	
    	AC_MSG_CHECKING(for S-Lang)
    	if test $withval = yes; then
--- 20,26 ----
    	else
    		dnl ---Check to see if $withval is a source directory
    		if test -f $withval/src/slang.h; then
! --- 114,124 ----
    	
    	AC_MSG_CHECKING(for S-Lang)
    	if test $withval = yes; then

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000130090444.VGXM4847.t-mta3.odn.ne.jp>