summaryrefslogtreecommitdiffstats
path: root/editors/pico/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
committerdougb <dougb@FreeBSD.org>2005-10-12 00:20:19 +0000
commite3cfcadf201b8db38678bd25230a6b2825cf954c (patch)
treec2f33464c3d14d5c0a0428065f585bf058c0422d /editors/pico/Makefile
parent92c4dd47debef76ed638673390bf0b4d7b39550a (diff)
downloadFreeBSD-ports-e3cfcadf201b8db38678bd25230a6b2825cf954c.zip
FreeBSD-ports-e3cfcadf201b8db38678bd25230a6b2825cf954c.tar.gz
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>
Diffstat (limited to 'editors/pico/Makefile')
-rw-r--r--editors/pico/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index 51d2873..4d08ef8 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}/..
OpenPOWER on IntegriCloud