mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
0691c587af
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>
25 lines
994 B
Plaintext
25 lines
994 B
Plaintext
@unexec %D/bin/pine -conf >%D/etc/pine.conf.tmp
|
|
@unexec if cmp -s %D/etc/pine.conf %D/etc/pine.conf.tmp; then rm -f %D/etc/pine.conf; fi
|
|
@unexec rm -f %D/etc/pine.conf.tmp
|
|
bin/pilot
|
|
bin/pine
|
|
bin/rpdump
|
|
bin/rpload
|
|
@exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp
|
|
@exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/CPYRIGHT
|
|
%%PORTDOCS%%%%DOCSDIR%%/brochure.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/background.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/cmd-line.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config-notes.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/installation.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/introduction.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/low-level.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/tech-notes/porting.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech-notes
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|