Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 21:00:31 -0700 (PDT)
From:      Shizuka Kudo <shizukakudo_99@yahoo.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55750: Patch for upgrading mail/courier to 0.43.0
Message-ID:  <200308210400.h7L40VAY042451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55750; it has been noted by GNATS.

From: Shizuka Kudo <shizukakudo_99@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org, shizukakudo_99@yahoo.com
Cc:  
Subject: Re: ports/55750: Patch for upgrading mail/courier to 0.43.0
Date: Wed, 20 Aug 2003 20:58:02 -0700 (PDT)

 --0-876950661-1061438282=:75182
 Content-Type: text/plain; charset=us-ascii
 Content-Id: 
 Content-Disposition: inline
 
 Version 0.43.0 has problem with IMAP. The attached patch will upgrade 
 the current 0.42.2 to 0.43.1
 
 --- FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/55750'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=55750
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       mail/courier is broken
 > >Arrival-Date:   Wed Aug 20 02:41:23 PDT 2003
 
 
 __________________________________
 Do you Yahoo!?
 The New Yahoo! Search - Faster. Easier. Bingo.
 http://search.yahoo.com
 --0-876950661-1061438282=:75182
 Content-Type: text/plain; name="courier.diff"
 Content-Description: courier.diff
 Content-Disposition: inline; filename="courier.diff"
 
 diff -ur devel/sysconftool/Makefile.orig devel/sysconftool/Makefile
 --- devel/sysconftool/Makefile.orig	Fri Feb 21 19:23:00 2003
 +++ devel/sysconftool/Makefile	Thu Aug 21 00:21:11 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	sysconftool
 -PORTVERSION=	0.13
 +PORTVERSION=	0.14
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	courier
 @@ -14,8 +14,9 @@
  MAINTAINER=	yds@CoolRat.org
  COMMENT=	Helps to install application configuration files
  
 +USE_BZIP2=	yes
  USE_PERL5=	yes
 -USE_AUTOMAKE_VER=	14
 +WANT_AUTOMAKE_VER=	15
  
  MAN1=		sysconftool.1 sysconftoolcheck.1
  MAN7=		sysconftool.7
 diff -ur devel/sysconftool/distinfo.orig devel/sysconftool/distinfo
 --- devel/sysconftool/distinfo.orig	Wed Jan 30 09:36:44 2002
 +++ devel/sysconftool/distinfo	Thu Aug 21 00:21:11 2003
 @@ -1 +1 @@
 -MD5 (sysconftool-0.13.tar.gz) = 151d2e4777ebbf26d8c8d4c4733772e9
 +MD5 (sysconftool-0.14.tar.bz2) = 899bd76c99c9654160c046e04f74d2b1
 diff -ur devel/sysconftool/pkg-plist.orig devel/sysconftool/pkg-plist
 --- devel/sysconftool/pkg-plist.orig	Fri Dec 20 18:17:58 2002
 +++ devel/sysconftool/pkg-plist	Thu Aug 21 00:21:11 2003
 @@ -1,6 +1,6 @@
  bin/sysconftoolize
  bin/sysconftoolcheck
 -share/aclocal14/sysconftool.m4
 +share/aclocal/sysconftool.m4
  share/sysconftool/sysconftool
  share/sysconftool/sysconftoolize.pl
  share/sysconftool/sysconftoolcheck
 diff -ur mail/courier/Makefile.orig mail/courier/Makefile
 --- mail/courier/Makefile.orig	Sun Aug 10 06:40:31 2003
 +++ mail/courier/Makefile	Thu Aug 21 02:51:46 2003
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	courier
 -PORTVERSION=	0.42.2
 +PORTVERSION=	0.43.1
  CATEGORIES=	mail ipv6
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	courier
 @@ -52,8 +52,6 @@
  USE_SUBMAKE=	yes
  USE_PERL5=	yes
  USE_GMAKE=	yes
 -USE_AUTOMAKE=	yes
 -USE_LIBTOOL=	yes
  USE_OPENSSL=	yes
  USE_AUTOMAKE_VER=15
  CONFIGURE_ENV=	REHASH=${SCRIPTDIR}/c_rehash
 diff -ur mail/courier/Makefile.man.orig mail/courier/Makefile.man
 --- mail/courier/Makefile.man.orig	Sun Aug 10 06:40:31 2003
 +++ mail/courier/Makefile.man	Thu Aug 21 00:21:11 2003
 @@ -6,6 +6,7 @@
  	dot-forward.1 \
  	lockmail.1 \
  	mailbot.1 \
 +	maildirkw.1 \
  	maildirmake.1 \
  	maildrop.1 \
  	mailq.1 \
 diff -ur mail/courier/distinfo.orig mail/courier/distinfo
 --- mail/courier/distinfo.orig	Sun Aug 10 06:40:31 2003
 +++ mail/courier/distinfo	Thu Aug 21 00:21:11 2003
 @@ -1 +1 @@
 -MD5 (courier-0.42.2.tar.bz2) = f607cbd949dd0fe7f138cf3b65d702f4
 +MD5 (courier-0.43.1.tar.bz2) = ff08b1be931fd720704a71d3045cb212
 diff -ur mail/courier/pkg-plist.orig mail/courier/pkg-plist
 --- mail/courier/pkg-plist.orig	Tue Aug 19 23:36:02 2003
 +++ mail/courier/pkg-plist	Thu Aug 21 00:21:11 2003
 @@ -37,6 +37,7 @@
  bin/imapd
  bin/lockmail
  bin/mailbot
 +bin/maildirkw
  bin/maildirmake
  bin/maildrop
  bin/mailq
 @@ -652,6 +653,7 @@
  %%PORTDOCS%%%%DOCSDIR%%/html/lockmail.html
  %%PORTDOCS%%%%DOCSDIR%%/html/mailbot.html
  %%PORTDOCS%%%%DOCSDIR%%/html/maildir.html
 +%%PORTDOCS%%%%DOCSDIR%%/html/maildirkw.html
  %%PORTDOCS%%%%DOCSDIR%%/html/maildirmake.html
  %%PORTDOCS%%%%DOCSDIR%%/html/maildirquota.html
  %%PORTDOCS%%%%DOCSDIR%%/html/maildrop.README.html
 
 --0-876950661-1061438282=:75182--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308210400.h7L40VAY042451>