[Lunar-commits] <moonbase> imap: Subtle changes to SOURCE_URL variables.
Dave Brown
dagbrown at lunar-linux.org
Tue Nov 15 06:10:42 CET 2011
commit 43d462e325711219c32b140d1f24da6875ce2e00
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Tue Nov 15 14:10:42 2011 +0900
imap: Subtle changes to SOURCE_URL variables.
It seems that the auto-URL-constructor prefers to be able to detect that
it needs to construct full URLs by detecting slashes at the end of the
SOURCE_URL variables.
---
mail/imap/DETAILS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail/imap/DETAILS b/mail/imap/DETAILS
index 25aa305..1b443f9 100644
--- a/mail/imap/DETAILS
+++ b/mail/imap/DETAILS
@@ -1,8 +1,8 @@
MODULE=imap
VERSION=2007f
SOURCE=${MODULE}-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://ftp.cac.washington.edu/imap
- SOURCE_URL[1]=ftp://ftp.cac.washington.edu/imap/old
+ SOURCE_URL[0]=ftp://ftp.cac.washington.edu/imap/
+ SOURCE_URL[1]=ftp://ftp.cac.washington.edu/imap/old/
SOURCE_VFY=sha1:7a82ebd5aae57a5dede96ac4923b63f850ff4fa7
WEB_SITE=http://www.washington.edu/imap
ENTERED=20020524
More information about the Lunar-commits
mailing list