summaryrefslogtreecommitdiff
path: root/mail/pine/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-08-12 20:23:00 +0000
committertv <tv@pkgsrc.org>2005-08-12 20:23:00 +0000
commit4194e0541dc2c1e5eddcb95ad9eae29ddb206c87 (patch)
tree5dbc6240e538952b14230b962ec695ab041f9869 /mail/pine/Makefile
parent93a44143fa6ff192289c5c2d1319855533ff7cfa (diff)
downloadpkgsrc-4194e0541dc2c1e5eddcb95ad9eae29ddb206c87.tar.gz
Update to 4.63. Complete changelog is available here:
http://www.washington.edu/pine/changes/4.62-to-4.63.html Specific notable user-visible changes: * When cancelling a message being composed the commands are now "^C" followed by "_C_onfirm" instead of "^C" followed by "_Y_es". "^C" "Yes" was close to "^X" "Yes", the command used to send a message. The change is there to prevent inadvertent cancellations. The old behavior may be restored by setting the feature Compose-Cancel-Confirm-Uses-Yes. * Field for comments added to Rules. Warning: Don't use this field until all of the Pines that you run are version 4.63 or higher, since it will cause the Rule to be ignored in previous versions.
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r--mail/pine/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index b7636b0df86..eae58d5dfb4 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2005/06/16 06:58:03 jlam Exp $
+# $NetBSD: Makefile,v 1.106 2005/08/12 20:23:00 tv Exp $
-DISTNAME= pine4.62
-PKGNAME= pine-4.62
-PKGREVISION= 2
+DISTNAME= pine4.63
+PKGNAME= pine-4.63
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/unix/mail/pine/
@@ -105,9 +104,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/utils/* ${PREFIX}/share/pine/contrib/utils
${CHMOD} +x ${PREFIX}/share/pine/contrib/utils/*.sh
+# 2004e contains extensions needed by Pine 4.63
+BUILDLINK_DEPENDS.imap-uw+= imap-uw>=2004e
+.include "../../mail/imap-uw/buildlink3.mk"
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../editors/pico/buildlink3.mk"
-.include "../../mail/imap-uw/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"