summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2007-07-29 01:29:03 -0400
committerEric Sandall2007-07-30 15:58:44 -0700
commit0534bef14fd4823c42666973e0d98430785dd795 (patch)
treec42cf665ba3b96f139f37843fc444d0ff075afea
parent6f5fa39c80958e428baae08460e8f9d35b07c0b5 (diff)
mail/imap: version bump to 2006j2 (Bug #13902)
(cherry picked from commit 8cd2c636da58e32478b99bf8176dea748922a586)
-rwxr-xr-xmail/imap/DETAILS13
-rw-r--r--mail/imap/HISTORY3
2 files changed, 10 insertions, 6 deletions
diff --git a/mail/imap/DETAILS b/mail/imap/DETAILS
index 58b3342697..42bd97c6e5 100755
--- a/mail/imap/DETAILS
+++ b/mail/imap/DETAILS
@@ -1,10 +1,11 @@
SPELL=imap
- VERSION=2006i
- SOURCE_HASH=sha512:6b689a74885fb1d031cda2038a939cdff5d487e97a65301de876e6f211cfa7ecbbf682b5477de9e68387ceeb1ca0eed8a540e87e74f536816296e7bb45ccd6cc
- SOURCE=$SPELL-$VERSION.tar.Z
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.cac.washington.edu/$SPELL/$SOURCE
- WEB_SITE=http://www.washington.edu/imap
+ VERSION=2006j
+ HOTFIX=2
+ SOURCE_HASH=sha512:6c4ac959708571e2a6c2907472a4ac7ed2a2bedc8b0ec78722ce5f07edcb855b7c136649b40bbc5072654b6e99f0c7f7e00215fbc36ed3ee27be69e62706a775
+ SOURCE=${SPELL}-${VERSION}${HOTFIX}.tar.Z
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=ftp://ftp.cac.washington.edu/imap/${SOURCE}
+ WEB_SITE=http://www.washington.edu/imap/
ENTERED=20010922
LICENSE[0]=APACHE
SHORT="University of Washington IMAP server with POP3 gateway"
diff --git a/mail/imap/HISTORY b/mail/imap/HISTORY
index 90a9898bb3..7af448bea9 100644
--- a/mail/imap/HISTORY
+++ b/mail/imap/HISTORY
@@ -1,3 +1,6 @@
+2007-07-28 Elisamuel Resto <ryuji@mages.ath.cx>
+ * DETAILS: version bump to 2006j2 (Bug #13902)
+
2007-06-28 Ethan Grammatikidis <eekee57@fastmail.fm>
* BUILD: corrected -p1 to -p0 for mailsubdir.patch
(change got overlooked after ryuji's version bump)