Commit graph

15 commits

Author SHA1 Message Date
tron
38d2740ade Change handling of "mutt_dotlock" to match the "mutt-devel" package:
1.) Always install the binary. The permissions of "/var/mail" on
    the build system are just no good indicator to determine whether
    this program is required or not.
2.) Don't try to set the permissions of the binary in the makefile
    and add it to "SPECIAL_PERMS" instead. Mark the package as capable
    of user destinaton directory installation again.

Bump package revision because the binary package has changed at least
under NetBSD with default permissions for "/var/mail".
2010-04-10 16:08:50 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tron
5fd8500864 Add fix from the "mutt" CVS repository for a buffer overflow in the
IMAP code which could be exploited by a malicious IMAP server.
Bump package revision.
2006-06-20 09:14:46 +00:00
joerg
6807ffa3ac Add share/doc/mutt/samples after share/examples/mutt and remove
the @exec/@unexec hack. This is still nasty, but easier than fighting
pkg_install. Leave a comment around to not resort this.

tron@: *sigh*
2006-04-30 20:07:55 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
tron
8448d4a61d - Restore dynamic package list handling removed in revision 1.121 because
the current code doesn't work properly with "make package".
- Fix various problems reported by "pkglint".
2006-04-11 13:26:01 +00:00
tron
4da3839dec Add "share/doc/mutt/samples" to package list. 2005-09-22 15:24:42 +00:00
jlam
899f3a5257 Make the mail/mutt and mail/mutt-devel packages more closely resemble each
other to facilitate easier updates of the mail/mutt package when the next
mutt is released.  The changes to mail/mutt include:

  * convert mail/mutt to use bsd.options.mk
  * remove unnecessary patches and use subst.mk instead

Approved by <tron>.
2004-08-05 07:19:25 +00:00
schmonz
184169c3f4 As an "overwrite" package, install mbox.5 as mutt-mbox.5 to avoid
conflicting with qmail's mbox.5 in an upcoming update. As a "pkgviews"
package, install with the original filename and let the sysadmin
decide which mbox.5 should be in which view. Bump PKGREVISION. OK'd
by tron.

While I'm here, move BUILD_USES_MSGFMT up a bit to placate pkglint.
2004-07-17 00:33:15 +00:00
agc
202be66176 Sync PLIST with reality
Bump PKGREVISION to 2.
2003-09-16 15:12:51 +00:00
jmmv
8dddcc3aa8 Fix mutt(1) manpage so paths in the FILES section appear properly
(/etc -> PKG_SYSCONFDIR and /usr/local -> PREFIX). Also remove references
to the mutt_dotlock program and do not install its manpage because it does
not get installed. Bump PKGREVISION to 3.

Approved by tron, the maintainer.
2002-12-03 21:21:57 +00:00
jmmv
424ee9a241 Change location of mutt examples, so they are installed under the
standard directory share/examples/mutt instead of beeing in
share/doc/mutt/samples. Provide a compatibility symlink.

Also avoid direct installation of files under PKG_SYSCONFDIR. Instead
force mutt to install them inside the examples directory and let
bsd.pkg.install.mk copy them to the right place.

Bump PKGREVISION to 2.

Approved by tron (the maintainer) and wiz.
2002-11-27 19:05:39 +00:00
tron
6859b87c20 Update "mutt" package to version 1.4. Visible changes since version
1.2.5.1 include:
- Better mh support: Mutt now supports .mh_sequences files.
  Currently, the "unseen", "flagged", and "replied" sequences are
  used to store mutt flags (the names are configurable using the
  $mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
  variables). As a side effect, messages in MH folders are no longer
  rewritten upon status changes.
- The "trashed" flag is supported for maildir folders.  See
  $maildir_trash.
- POP folder support.  You can now access a POP mailbox just like an
  IMAP folder (with obvious restrictions due to the protocol).
- URL syntax for remote folders.  You can pass things like
  pop://account@host and imap://account@host/folder as arguments for
  the -f command line flag.
- STARTTLS support.  If $ssl_starttls is set (the default), mutt
  will attempt to use STARTTLS on servers advertising that
  capability.
- $preconnect.  If set, a shell command to be executed if mutt fails
  to establish a connection to the server.  This is useful for
  setting up secure connections; see the muttrc(5) for details.
- $tunnel.  Use a pipe to a command instead of a raw socket.  See
  muttrc(5) for details.  (Basically, it's another way for setting
  up secure connections.)
- More new IMAP/POP-related variables (see muttrc(5) for details):
  $connect_timeout, $imap_authenticators, $imap_delim_chars,
  $imap_peek, $pop_authenticators, $pop_auth_try_all,
  $pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
- The following IMAP/POP-related variables are gone:
  $imap_checkinterval, $imap_cramkey, $pop_port.
- There's a new imap-fetch-mail function, which forces a check for
  new messages on an IMAP server.
- The new-mailbox function was renamed to create-mailbox, and is
  bound to C instead of n by default.
For a complete overview of all new features look in the "NEWS" file.
2002-05-29 12:13:52 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00