summaryrefslogtreecommitdiff
path: root/editors/pico
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
commit0691c587afc5f4a59d0b71ccae825bacc0c4129c (patch)
treee86fa5ac56c9e08251ce3ff5e741ced44a539e58 /editors/pico
parentFix typo with range values (diff)
Update Pine and Pico to 4.64, the latest from UW. This version contains
mostly bug fixes, with a few small new features. See the following for details: http://www.washington.edu/pine/changes/4.63-to-4.64.html I also updated the Pine port to stop building Pico, and instead depend on the Pico port. This solves a CONFLICTS situation, and is arguably the more logical way to handle this. Also, if you use an alternate editor for Pine, you no longer have to install Pico if you don't want it. Make the dependency on ispell conditional. [1] This is not exactly what the PR originator requested, but it will accomplish basically the same thing. Use these new things called variables to help ensure that the maildir patches can be found from version to version. [2] PR [1]: ports/75569 Submitted by [1]: Jeremy Chadwick <freebsd@jdc.parodius.com> PR [2]: ports/86960 Submitted by [2]: Lewis Thompson <lewiz@compsoc.man.ac.uk>
Notes
Notes: svn path=/head/; revision=145052
Diffstat (limited to 'editors/pico')
-rw-r--r--editors/pico/Makefile4
-rw-r--r--editors/pico/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 51d28733db43..4d08ef82e4d7 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -7,7 +7,7 @@
# All patch files have been taken from mail/pine4
PORTNAME= pico
-PORTVERSION= 4.63
+PORTVERSION= 4.64
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -21,7 +21,9 @@ DISTNAME= pine${PORTVERSION}
MAINTAINER= DougB@FreeBSD.org
COMMENT= PIne's message COmposition editor
+.if !defined(WITHOUT_ISPELL)
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
+.endif
WRKSRC= ${WRKDIR}/pine${PORTVERSION}/pico
PATCH_WRKSRC= ${WRKSRC}/..
diff --git a/editors/pico/distinfo b/editors/pico/distinfo
index 8a23015ad614..d18d22846ee1 100644
--- a/editors/pico/distinfo
+++ b/editors/pico/distinfo
@@ -1,4 +1,2 @@
-MD5 (pine4.63.tar.gz) = 0cd94e17c10eef0d43966635a328fe64
-SIZE (pine4.63.tar.gz) = 4143825
-MD5 (maildir.patch.gz) = 7bd660ec40a36c10453634f8be6ad3b4
-SIZE (maildir.patch.gz) = 28723
+MD5 (pine4.64.tar.gz) = 9cc68749675f1c35a2147a35d2c5b344
+SIZE (pine4.64.tar.gz) = 4218629