1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

14378 Commits

Author SHA1 Message Date
Boris Samorodov
12cfb6e9d9 Update to version 1.107.
PR:		ports/162063
Submitted by:	olgeni
2011-10-27 17:05:03 +00:00
Steve Wills
25392b5b3c - Update to 2.3.0 to work with newer rails
PR:		ports/161730
Submitted by:	swills (me)
With Hat:	ruby@
2011-10-27 03:13:19 +00:00
Steve Wills
8f36548b19 - Update Rails to 3.1.1 and associated changes
With hat:	ruby@
2011-10-27 03:02:52 +00:00
Pav Lucistnik
0252be94ae - Mark BROKEN on amd64: fails during installation (updating man pages)
Updating /usr/local/share/doc/postfix/scache.8.html...
  Updating /usr/local/share/doc/postfix/tlsmgr.8.html...
  *** Error code 1

Reported by:	pointyhat
2011-10-26 22:44:50 +00:00
Pawel Pekala
62cab4041e - Update mail/dovecot2 to 2.0.15
- Update mail/dovecot2-pigeonhole to 0.2.4

PR:		ports/160820
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer) -> update
		Jase Thew <freebsd@beardz.net> -> updated patch-doc_Makefile_in
2011-10-25 20:29:48 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Martin Wilke
fd4137f8e4 - Update to 0.9.0 2011-10-23 16:04:04 +00:00
Rene Ladan
73684155f2 Re-assign to the Xfce team.
Approved by:	miwi (previous maintainer, Xfce team member)
2011-10-23 13:46:01 +00:00
Chris Rees
6905dcb2f9 Forced commit to note that the maintainer did apparently email with approval,
so this should not count as a timeout.

Sorry Darren!

PR:		ports/161311
2011-10-20 21:12:06 +00:00
Sunpoet Po-Chuan Hsieh
72417396c3 - Update to 3.5.9
Changes:	http://mailcrypt.cvs.sourceforge.net/viewvc/mailcrypt/mailcrypt/ChangeLog?pathrev=release-3_5_9
2011-10-20 07:49:20 +00:00
Chris Rees
fe74e5f3f7 Use USERS and GROUPS
PR:		ports/161311
Submitted by:	me
Approved by:	maintainer timeout (14 days)
2011-10-19 17:51:15 +00:00
Beat Gaetzi
e4198a15c5 - Remove mail/enigmail-seamonkey2 in preparation to remove outdated and
vulnerable www/seamonkey2.

Approved by:	ale@ (maintainer)
2011-10-19 15:51:24 +00:00
Beat Gaetzi
a63d15f6da - Register lightning as a global extension and doesn't create the XPI to
be installed manually.

Discussed with:	flo@ at EuroBSDCon DevSummit
Obtained from:	mail/enigmail port by ale@
2011-10-19 15:05:41 +00:00
Martin Matuska
10fc2a7512 Update to 2.0.6 2011-10-19 08:17:09 +00:00
Martin Matuska
22583ed11a Update to 5.0.14 2011-10-19 08:17:01 +00:00
Eitan Adler
43ea505975 - deprecate dkim-milter in favor of opendkim
PR:		ports/161687
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by:	bapt (mentor)
2011-10-18 22:08:24 +00:00
Eygene Ryabinkin
81a42c07f7 mail/exim: upgrade to 4.77
New stuff (from ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.77):
 1. New options for the ratelimit ACL condition: /count= and /unique=.
    The /noupdate option has been replaced by a /readonly option.

 2. The SMTP transport's protocol option may now be set to "smtps", to
    use SSL-on-connect outbound.

 3. New variable $av_failed, set true if the AV scanner deferred; ie, when
    there is a problem talking to the AV scanner, or the AV scanner running.

 4. New expansion conditions, "inlist" and "inlisti", which take simple lists
    and check if the search item is a member of the list.  This does not
    support named lists, but does subject the list part to string expansion.

 5. Unless the new EXPAND_LISTMATCH_RHS build option is set when Exim was
    built, Exim no longer performs string expansion on the second string of
    the match_* expansion conditions: "match_address", "match_domain",
    "match_ip" & "match_local_part".  Named lists can still be used.

Relevant entries from ChangeLog at
  ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.77:

TK/01 DKIM Verification: Fix relaxed canon for empty headers w/o
      whitespace trailer

TF/02 Fix a couple more cases where we did not log the error message
      when unlink() failed. See also change 4.74-TF/03.

TF/03 Make the exiwhat support code safe for signals. Previously
      Exim might lock up or crash if it happened to be inside a call
      to libc when it got a SIGUSR1 from exiwhat.

      The SIGUSR1 handler appends the current process status to the
      process log which is later printed by exiwhat. It used to use
      the general purpose logging code to do this, but several
      functions it calls are not safe for signals.

      The new output code in the SIGUSR1 handler is specific to the
      process log, and simple enough that it's easy to inspect for
      signal safety.  Removing some special cases also simplifies the
      general logging code.  Removing the spurious timestamps from the
      process log simplifies exiwhat.

PP/02 Raise smtp_cmd_buffer_size to 16kB.
      Bugzilla 879.  Patch from Paul Fisher.

PP/07 Make maildir_use_size_file an _expandable_ boolean.
      Bugzilla 1089.  Patch from Heiko Schlittermann.

PP/08 Handle ${run} returning more data than OS pipe buffer size.
      Bugzilla 1131.  Patch from Holger Weitz.

PP/09 Handle IPv6 addresses with SPF.
      Bugzilla 860.  Patch from Wolfgang Breyha.

PP/10 GnuTLS: support TLS 1.2 & 1.1.
      Bugzilla 1156.
      Use gnutls_certificate_verify_peers2() [patch from Andreas Metzler].
      Bugzilla 1095.

PP/12 fix uninitialised greeting string from PP/03 (smtps client
      support).

PP/13 shell and compiler warnings fixes for RC1-RC4 changes.

PP/14 fix log_write() format string regression from TF/03.
      Bugzilla 1152.  Patch from Dmitry Isaikin.

Other changes:
 - the patch for XCLIENT was updated to match the latest Exim sources;
 - removed already incorporated patch for exiqgrep;
 - removed Makefile.options and simplified OPTIONS handling.

PR: ports/161095, ports/161482, ports/157180
2011-10-18 08:55:44 +00:00
Philippe Audeoud
1437637320 - Give maintainership to sidh@rtha.info
PR:		ports/161580
Submitted by:	sidh@rtha.info <sidh _AT_ rtha.info>
2011-10-18 08:22:41 +00:00
Sahil Tandon
8564dff3e4 - Update to 1.31 2011-10-18 01:50:45 +00:00
Sahil Tandon
37a0b93267 - Update to 2.9-20111012 2011-10-18 01:50:41 +00:00
Roman Bogorodskiy
795439f86a Update to 1.4.25. 2011-10-17 19:30:12 +00:00
Ashish SHUKLA
8f63af93b0 - Chase editors/emacs update 2011-10-17 06:01:31 +00:00
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Thomas Abthorpe
41f3cfa91d - Reassign to the heap 2011-10-13 14:37:22 +00:00
Martin Matuska
8014d5232a Update to 1.0.6 2011-10-13 10:21:36 +00:00
Vsevolod Stakhov
e451a172c7 - Update to 0.4.4 2011-10-10 14:19:01 +00:00
Martin Matuska
8bb3d36593 Update to 1.1.0 2011-10-10 06:44:09 +00:00
Sunpoet Po-Chuan Hsieh
d0d16499ad - Update to 1.24
- Add BUILD_DEPENDS
- Remove duplicated PERL_CONFIGURE
- Pet portlint

Changes:	http://search.cpan.org/dist/MIME-Lite-HTML/Changes
PR:		ports/161450
Submitted by:	sunpoet (myself)
Approved by:	chifeng <chifeng@gmail.com> (maintainer)
2011-10-10 04:04:18 +00:00
Alex Dupre
d7564183bf Fix WITH_REPLACE_MAIL_URL knob. 2011-10-09 20:28:15 +00:00
Doug Barton
9ea4fa1fc3 Remove p5- ports that have disappeared from CPAN
Approved by:	perl@ (maintainer)
2011-10-09 04:23:19 +00:00
Doug Barton
2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00
Boris Samorodov
5f95740749 Update to version 1.106.
PR:		ports/161303
Submitted by:	olgeni
2011-10-08 15:49:58 +00:00
Sunpoet Po-Chuan Hsieh
93d1226f9a - Update RUN_DEPENDS: MIME::Base64 >= 3 is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2011-10-07 12:10:38 +00:00
Alex Dupre
6fa216e657 Fix patch and remove IGNORE. 2011-10-07 06:50:00 +00:00
Alex Dupre
5dc5fe3811 Mark IGNORE, a fix will be committed after sleeping and resting. 2011-10-06 21:41:17 +00:00
Alex Dupre
12e5a4bb2c Update to 0.6 release. 2011-10-06 09:50:43 +00:00
Pawel Pekala
34c8bc7dc8 Mailtray is a Python program that displays a tray icon which informs you when
you have new email.

It's simple, easy, fairly environment-independent, and "just works" without
tons of (Gnome|KDE|..) dependencies.

WWW: http://code.google.com/p/mailtray/

PR:		ports/161114
Submitted by:	Martin Tournoij <martin@arp242.net>
Approved by:	miwi, wen (mentors implicit)
2011-10-05 16:18:03 +00:00
Hajimu UMEMOTO
47c7b80b03 Update to 2.4.12. 2011-10-05 16:12:37 +00:00
Hajimu UMEMOTO
770b66d06e Update to 2.3.18. 2011-10-05 16:11:13 +00:00
Sunpoet Po-Chuan Hsieh
b8a3532837 - Update to 2.10.17
Changes:	http://mantis.phplist.com/changelog_page.php
PR:		ports/161242
Submitted by:	sunpoet (myself)
Approved by:	Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2011-10-05 12:30:55 +00:00
Pawel Pekala
08dafed0f8 - SSL support needs security/libgcrypt to work [1]
- Remove WITH_ALL option
- Make Makefile more readable
- Cleanup pkg-descr

PR:		ports/161281 [1]
Reported by:	Sebastian Chmielewski <chmielsster@gmail.com> [1]
Approved by:	miwi, wen (mentors implicit)
2011-10-04 17:54:50 +00:00
Martin Matuska
7ea014eba3 Update to 1.2.0 2011-10-04 06:30:17 +00:00
Boris Samorodov
c1639cac70 Update distinfo and fix fetching. The distfile was rerolled without
changing the version. Confirmed by the author via private e-mail.
He said that it's not a good practice and would avoid doing it in
the future.

Reported by:	pontyhat (pavmail)
2011-10-03 13:05:20 +00:00
Frederic Culot
c6b1332f77 - Update to 1.39.07
PR:		ports/161256
Submitted by:	Takefu <takefu@airport.fm>
Approved by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2011-10-03 12:39:27 +00:00
Frederic Culot
258a673453 - Update to 4.22.1
Changes:	http://pyropus.ca/software/getmail/CHANGELOG
PR:		ports/161179
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2011-10-03 08:49:58 +00:00
Steve Wills
f0cc09c686 Larch is a tool to copy messages from one
IMAP server to another quickly and safely.
It's smart enough not to copy messages that
already exist on the destination and robust
enough to deal with interruptions caused by
flaky connections or misbehaving servers.

WWW: https://github.com/rgrove/larch

PR:		ports/158389
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2011-10-02 18:26:49 +00:00
Chris Rees
f6951ccfac Use pre-su-install for pkg-install script-- creating users fails when not root
Noticed by:	bz
2011-10-02 14:17:54 +00:00
Steve Wills
b69b152883 - Update to 1.5.0
PR:		ports/158301
Submitted by:	pgollucci
2011-10-02 04:07:23 +00:00