summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/nail/Makefile4
-rw-r--r--mail/nail/distinfo8
-rw-r--r--mail/nail/patches/patch-aa14
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile
index e7d0a39d7da..9377ddaa3ad 100644
--- a/mail/nail/Makefile
+++ b/mail/nail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/06/29 13:42:18 cjep Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/02 13:05:13 cjep Exp $
-DISTNAME= nail-10.8
+DISTNAME= nail-11.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/nail/distinfo b/mail/nail/distinfo
index c886f28bb9c..aec3b138fd7 100644
--- a/mail/nail/distinfo
+++ b/mail/nail/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2004/06/29 13:42:19 cjep Exp $
+$NetBSD: distinfo,v 1.7 2004/08/02 13:05:13 cjep Exp $
-SHA1 (nail-10.8.tar.bz2) = 0edd6189cf208acaf69baba81beecab291d43e94
-Size (nail-10.8.tar.bz2) = 139777 bytes
-SHA1 (patch-aa) = a6b8de381940828e67928ded2628c4c437ee64bb
+SHA1 (nail-11.0.tar.bz2) = 6b04a306a9f5f3a3f77d7de1cae9e79873716f3d
+Size (nail-11.0.tar.bz2) = 153169 bytes
+SHA1 (patch-aa) = 7905819c52e186fd697edd13bb427a7d5f3111e6
SHA1 (patch-ab) = 8a45700c0bbf13269743b3a82998f7cff902530f
SHA1 (patch-ac) = 22393a31babfefa1f8712b3fc2749ecb565a156b
diff --git a/mail/nail/patches/patch-aa b/mail/nail/patches/patch-aa
index a08e2c7df15..0ede32e1738 100644
--- a/mail/nail/patches/patch-aa
+++ b/mail/nail/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2004/06/29 13:42:19 cjep Exp $
+$NetBSD: patch-aa,v 1.4 2004/08/02 13:05:13 cjep Exp $
---- Makefile.orig 2004-06-28 18:57:40.000000000 +0100
-+++ Makefile
+--- Makefile.orig 2004-07-30 10:52:49.000000000 +0100
++++ Makefile 2004-08-02 14:00:53.000000000 +0100
@@ -6,14 +6,14 @@
# See the file INSTALL if you need help.
#
-PREFIX = /usr/local
-+PREFIX?= /usr/local
++PREFIX?= /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man
-SYSCONFDIR = /etc
-+SYSCONFDIR?=/etc
++SYSCONFDIR?= /etc
MAILRC = $(SYSCONFDIR)/nail.rc
-MAILSPOOL = /var/mail
@@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.3 2004/06/29 13:42:19 cjep Exp $
DESTDIR =
-@@ -41,7 +41,8 @@ SHELL = /bin/sh
+@@ -41,7 +41,8 @@
###########################################################################
FEATURES = -DMAILRC='"$(MAILRC)"' -DMAILSPOOL='"$(MAILSPOOL)"' \
@@ -30,4 +30,4 @@ $NetBSD: patch-aa,v 1.3 2004/06/29 13:42:19 cjep Exp $
+ -DMIMEPATH='"$(SYSCONFDIR)/mime.types"' $(IPv6)
OBJ = aux.o base64.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o \
- dotlock.o edit.o fio.o getname.o head.o lex.o list.o \
+ dotlock.o edit.o fio.o getname.o getopt.o head.o imap.o lex.o list.o \