aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2000-12-17 22:28:33 +0800
committertrevor <trevor@FreeBSD.org>2000-12-17 22:28:33 +0800
commit008965d371d2ef817b45c90d305f191e34afcef2 (patch)
tree32cccfc6970402f221b20ba0dae15c274b4e4bc2 /mail
parentde4d06d1c48b9557bee9093d3fbc59d47deba15c (diff)
downloadfreebsd-ports-gnome-008965d371d2ef817b45c90d305f191e34afcef2.tar.gz
freebsd-ports-gnome-008965d371d2ef817b45c90d305f191e34afcef2.tar.zst
freebsd-ports-gnome-008965d371d2ef817b45c90d305f191e34afcef2.zip
Update to the 2000-12-16 snapshot. Make this a local port.
Diffstat (limited to 'mail')
-rw-r--r--mail/xc-mail/Makefile6
-rw-r--r--mail/xc-mail/distinfo2
-rw-r--r--mail/xc-mail/files/patch-ae21
3 files changed, 5 insertions, 24 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile
index f065d4a813e7..31cc0a9dca2d 100644
--- a/mail/xc-mail/Makefile
+++ b/mail/xc-mail/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME= xc-mail
-PORTVERSION= 20001018
+PORTVERSION= 20001216
CATEGORIES= mail
-MASTER_SITES= ftp://trilug.fh-trier.de/pub/XCmail/cvs-snapshot/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+# ftp://trilug.fh-trier.de/pub/XCmail/cvs-snapshot/
+MASTER_SITE_SUBDIR= trevor/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-1.3devel
MAINTAINER= trevor@FreeBSD.org
diff --git a/mail/xc-mail/distinfo b/mail/xc-mail/distinfo
index 640fb4db9bde..36a467656068 100644
--- a/mail/xc-mail/distinfo
+++ b/mail/xc-mail/distinfo
@@ -1 +1 @@
-MD5 (xc-mail-1.3devel.tar.gz) = c5fba0be494647e829dc63ed217b8d22
+MD5 (xc-mail-1.3devel.tar.gz) = febedc27747177e3dbc0b6c58cbfb7ae
diff --git a/mail/xc-mail/files/patch-ae b/mail/xc-mail/files/patch-ae
deleted file mode 100644
index f6c5efb16c42..000000000000
--- a/mail/xc-mail/files/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
-This patch is from the XCmail FAQ.
-
---- src/reader.cxx.orig Sat Jun 10 22:44:38 2000
-+++ src/reader.cxx Mon Oct 2 00:15:12 2000
-@@ -2041,16 +2041,6 @@
- {
- mn.Recreate();
- }
-- else
-- {
-- static message msg;
-- msg.Add(mn,new msgget_int(&mn,
-- (int (callable::*)(void))&menu::Selection),
-- NULL,NULL,NULL);
-- msg.Add(status,NULL,NULL,new msgset_int(&status,
-- (void (callable::*)(int))&bannertext::MenuHelpText),
-- NULL);
-- }
-
- if (spooled>0)
- mn.UnlockItem(5,2);