From owner-freebsd-ports@FreeBSD.ORG Fri Mar 2 23:14:23 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8AF316A406 for ; Fri, 2 Mar 2007 23:14:23 +0000 (UTC) (envelope-from martin@kaiser.cx) Received: from lowrider.smega.com (lowrider.smega.com [82.149.226.102]) by mx1.freebsd.org (Postfix) with ESMTP id 719BE13C4A8 for ; Fri, 2 Mar 2007 23:14:23 +0000 (UTC) (envelope-from martin@kaiser.cx) Received: from p54b03c72.dip0.t-ipconnect.de ([84.176.60.114] helo=askja.kaiser.cx) by lowrider.smega.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1HNGS7-000NUg-Tt; Fri, 02 Mar 2007 23:42:16 +0100 Received: from martin by askja.kaiser.cx with local (Exim 4.60) (envelope-from ) id 1HNGS8-0000wy-G1; Fri, 02 Mar 2007 23:42:16 +0100 Date: Fri, 2 Mar 2007 23:42:16 +0100 From: Martin Kaiser To: ports@freebsd.org Message-ID: <20070302224216.GA3613@kaiser.cx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 Sender: Martin Kaiser Cc: albert@tigr.net Subject: asmail 2.0, FreeBSD port mail/asmail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 23:14:23 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi guys, a couple of days ago, the upstream maintainer of asmail (xbiff-like mailchecker for afterstep) published a new release 2.0 that contains a patch by myself to support imap over ssl. I realized there's no maintainer for the mail/asmail port on FreeBSD so I had a play myself. Nothing to do really, it ran out of the box on 5.x (i386) and 6.x (amd64). So I was wondering if you could just commit the attached mini patch, changing only the version number and the hash values. Cheers, Martin --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="asmailPort.patch" diff -ru asmail.orig/Makefile asmail/Makefile --- asmail.orig/Makefile Fri Mar 2 23:10:32 2007 +++ asmail/Makefile Fri Mar 2 23:12:55 2007 @@ -6,7 +6,7 @@ # PORTNAME= asmail -PORTVERSION= 1.9 +PORTVERSION= 2.0 CATEGORIES= mail afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmail/ diff -ru asmail.orig/distinfo asmail/distinfo --- asmail.orig/distinfo Fri Mar 2 23:10:32 2007 +++ asmail/distinfo Fri Mar 2 23:14:19 2007 @@ -1,3 +1,3 @@ -MD5 (asmail-1.9.tar.gz) = cb846f017e759f0cb77c09b1864d9b92 -SHA256 (asmail-1.9.tar.gz) = f9d0d91e38eeb8f2f91fac41569539f9f25c2d675b81184de5d64956255024d7 -SIZE (asmail-1.9.tar.gz) = 267463 +MD5 (asmail-2.0.tar.gz) = 58873242a953f3b4fbbe6cf517f3a51a +SHA1 (asmail-2.0.tar.gz) = d54d00d744dce674007bb96a6772129ada2e1980 +SIZE (asmail-2.0.tar.gz) = 270924 --T4sUOijqQbZv57TR--