mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
666a4ba664
* Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
26 lines
1003 B
Plaintext
26 lines
1003 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/pico
|
|
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%%
|