Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2007 01:00:21 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111623: Update port: mail/asmail to 2.1
Message-ID:  <20070416010021.6737cac4.tkato432@yahoo.com>
Resent-Message-ID: <200704151610.l3FGA5oQ023672@freefall.freebsd.org>

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

>Number:         111623
>Category:       ports
>Synopsis:       Update port: mail/asmail to 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 15 16:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p26 i386
>Organization:
>Environment:
>Description:
- Update to version 2.1

New file:
files/patch-socklib.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/asmail/Makefile mail/asmail/Makefile
--- /usr/ports/mail/asmail/Makefile	Sat Mar  3 14:59:20 2007
+++ mail/asmail/Makefile	Wed Apr 11 00:38:40 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asmail
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	mail afterstep
 MASTER_SITES=	http://www.tigr.net/afterstep/download/asmail/
 
diff -urN /usr/ports/mail/asmail/distinfo mail/asmail/distinfo
--- /usr/ports/mail/asmail/distinfo	Sat Mar  3 14:59:20 2007
+++ mail/asmail/distinfo	Wed Apr 11 00:41:25 2007
@@ -1,3 +1,3 @@
-MD5 (asmail-2.0.tar.gz) = 58873242a953f3b4fbbe6cf517f3a51a
-SHA256 (asmail-2.0.tar.gz) = b5a4791cf451372c6cd999fb96dcca369256e099246f719ef9efe1a3567f3a81
-SIZE (asmail-2.0.tar.gz) = 270924
+MD5 (asmail-2.1.tar.gz) = 10d1460353f5773c8d211003a07312df
+SHA256 (asmail-2.1.tar.gz) = 9b20aff43d61511e9c24af5603a546e3709bad35c769074e2b66d818f33e8191
+SIZE (asmail-2.1.tar.gz) = 271164
diff -urN /usr/ports/mail/asmail/files/patch-socklib.h mail/asmail/files/patch-socklib.h
--- /usr/ports/mail/asmail/files/patch-socklib.h	Thu Jan  1 09:00:00 1970
+++ mail/asmail/files/patch-socklib.h	Wed Apr 11 00:42:55 2007
@@ -0,0 +1,14 @@
+--- socklib.h.orig	Wed Feb 28 03:19:38 2007
++++ socklib.h	Wed Apr 11 00:42:44 2007
+@@ -14,8 +14,10 @@
+ #define MG_SOCKLIB_H
+ 
+ #include "config.h"
+-#include <netinet/in.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #ifdef HAVE_OPENSSL_SSL_H
+ #include <openssl/ssl.h>
+ #include <openssl/bio.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



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