diff options
author | dougb <dougb@FreeBSD.org> | 2005-10-12 08:20:19 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-10-12 08:20:19 +0800 |
commit | e3cfcadf201b8db38678bd25230a6b2825cf954c (patch) | |
tree | c2f33464c3d14d5c0a0428065f585bf058c0422d /editors/pico | |
parent | 92c4dd47debef76ed638673390bf0b4d7b39550a (diff) | |
download | freebsd-ports-gnome-e3cfcadf201b8db38678bd25230a6b2825cf954c.tar.gz freebsd-ports-gnome-e3cfcadf201b8db38678bd25230a6b2825cf954c.tar.zst freebsd-ports-gnome-e3cfcadf201b8db38678bd25230a6b2825cf954c.zip |
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')
-rw-r--r-- | editors/pico/Makefile | 4 | ||||
-rw-r--r-- | editors/pico/distinfo | 6 |
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 |