1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

17810 Commits

Author SHA1 Message Date
Jung-uk Kim
67ac109eab Make it also buildable without SSLv3 support.
PR:		198399
2015-03-23 23:07:18 +00:00
Jung-uk Kim
d66ffadd99 Fix build on head with the base OpenSSL. SSLv2 is no longer available. 2015-03-23 22:35:42 +00:00
Hajimu UMEMOTO
bb6359e8a5 Option 'autocreatequota' is deprecated in favor of
'autocreate_quota'.

Spotted by:	Paul Dekkers <paul.dekkers__at__surfnet.nl>
2015-03-23 17:31:05 +00:00
Bryan Drewery
9de03add24 Use proper MAKE_CMD and MAKE_ENV 2015-03-23 03:54:44 +00:00
Kurt Jaeger
1856f765e5 mail/dovecot2-pigeonhole: 0.4.6 -> 0.4.7
Changelog v0.4.7:

* editheader extension: Made protection against addition and deletion of
  headers configurable separately. Also, the `Received' and
  `Auto-Submitted' headers are no longer protected against addition by
  default.
* Turned message envelope address parse errors into warnings.
* The interpreter now accepts non-standard domain names, e.g.
  containing '_'.
+ Implemented the Sieve index extension (RFC 5260).
+ Implemented support for the mboxmetadata and servermetadata extensions
  (RFC 5490).
+ Implemented new sieve commands for the doveadm command line utility.
  These commands are currently limited to ManageSieve operations, but
  the other current sieve tools will be migrated to doveadm in the near
  future as well.
+ Added more debug output about binary up-to-date checking.
+ Added script metadata to binary dump output.
- Fixed Sieve script binary up-to-date checking by normalizing the
  script location.
- The Sieve interpreter now flushes the duplicate database during start
  phase of result execution rather than commit phase. This makes sure
  locks on the duplicate database are released as soon as possible,
  preventing contention.
- Performed a few optimizations in the lexical scanner of the language.
- Fixed bug in `:matches' match-type that made a pattern without
  wildcards match as if there were a '*' at the beginning.
- Fixed crash in validation of the string parameter of the comparator
  tag.
- extprograms extension: Made sure supplemental group privileges are
  also dropped. This was a problem reported by Debian lintian.
- Fixed bug in handling of binary errors for action side-effects and
  message overrides.
- file script storage: Restructured storage initialization to address
  backwards compatibility issues.
- dict script storage: Fixed small memory allocation bug.

PR:		198747
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2015-03-22 18:16:41 +00:00
Adam Weinberger
2b79d49ba9 Do a better job of explaining where the default configuration files
come from. Not bumping PORTREVISION as this change will only benefit
people who don't already have dovecot installed.

PR:		198792
2015-03-22 15:36:31 +00:00
Johan van Selst
509001a4db Update chk4mail to 2.28 2015-03-22 11:54:23 +00:00
Jan Beich
cbca8c3691 - Update OpenH264 to 1.4.0
- Update NSS and ca_root_nss to 3.18
- Update Firefox to 36.0.4
- Update Firefox ESR and libxul to 31.5.3
- Update SeaMonkey to 2.33.1
- Update Enigmail to 1.8

Changes:	https://github.com/cisco/openh264/releases/tag/v1.4.0
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
Changes:	https://www.mozilla.org/firefox/36.0.4/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.5.3/releasenotes/
Changes:	http://www.seamonkey-project.org/releases/seamonkey2.33/
Changes:	https://www.enigmail.net/download/changelog.php#enig1.8
MFH:		2015Q1
X-MFH-With:	r380090
Security:	https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
2015-03-22 08:00:19 +00:00
Sunpoet Po-Chuan Hsieh
d95453f786 - Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 20:03:16 +00:00
Hajimu UMEMOTO
fc95d3be8f Use USES=gssapi. 2015-03-21 16:23:28 +00:00
Bartek Rutkowski
ad767c1d91 svn ci mail/roundcube-contextmenu: update 2.1 -> 2.1.1
PR:		198699
Submitted by:	 Alexander Moisseev <moiseev@mezonplus.ru>
2015-03-20 09:18:47 +00:00
John Marino
de3e9747b8 mail/batv-milter: Support systems without sendmail installed
If a sendmail header is not present, pull in mail/sendmail and
edit the Makefile.m4 to send CFLAGS and LDFLAGS appropriately.  This
Allows batv-milter to build on systems without Sendmail in base.

Approved by:	just fix it
2015-03-19 22:32:13 +00:00
John Marino
68517d8ee0 five milter ports: Add or improve support on systems missing sendmail
In some cases no-sendmail support was in place but missing CFLAGS or
LDFLAGS, but in others it needed to be added.  Problems found as a result
of DragonFly removing sendmail from base.

Approved by:	just fix it.
2015-03-19 19:38:48 +00:00
John Marino
040b68c393 mail/gnarlw: Make jobs safe and use BSD_INSTALL macros
This failed on multi-job; I think the clean target removed a config
file after it was built.  While here, use BSD_INSTALL_* macros instead
of hardcoding install commands.
2015-03-19 18:42:01 +00:00
Bryan Drewery
149ff68acf Disable SSLv2 and SSLv3.
PR:		197027
Submitted by:	Kai Gallasch <k@free.de>
MFH:		2015Q1
2015-03-19 17:04:07 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Bryan Drewery
2596a5c208 Update plist to new pkg-1.3 format for @dir 2015-03-19 16:29:03 +00:00
Bryan Drewery
353abd6bec Support building with LibreSSL.
PR:		198386
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-19 15:53:02 +00:00
Bartek Rutkowski
148d1da9f9 mail/milter-manager: fix clang 3.6 build
PR:		198207
Submitted by:	Dimitry Andric <dim@FreeBSD.org>
2015-03-19 15:52:10 +00:00
Hajimu UMEMOTO
2f76778f2f Make it buildable with both HTTP and SQLITE enabled.
Spotted by:	Paul Dekkers <paul.dekkers__at__surfnet.nl>
2015-03-18 15:14:38 +00:00
Sunpoet Po-Chuan Hsieh
e53f4db3a7 - Add LICENSE 2015-03-18 13:04:54 +00:00
Sunpoet Po-Chuan Hsieh
fd56d9dfda - Add LICENSE 2015-03-18 13:04:48 +00:00
Vanilla I. Shu
dce1bca6b2 Upgrade to 0.5.
PR:		198596
Submitted by:	maintainer
2015-03-16 07:21:29 +00:00
Sunpoet Po-Chuan Hsieh
47e904ae1e - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
2015-03-14 14:36:13 +00:00
Hajimu UMEMOTO
cf6da1a3d6 Make it buildable with HTTP option enabled. 2015-03-14 04:50:42 +00:00
Adam Weinberger
e8c53e8c72 Allow depending on gpg2 instead of gpg1.
Inspired by:
PR:		197837
Submitted by:	bogus19@veggiechinese.net
2015-03-13 17:52:46 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Vsevolod Stakhov
dc40429496 - Update to 0.8.3
- Use %%ETCDIR%%
2015-03-13 17:11:14 +00:00
Adam Weinberger
6bf1052d04 Bump PORTREVISION on pigeonhole and antispam-plugin, which should have
happened yesterday.
2015-03-13 14:59:56 +00:00
Adam Weinberger
317edee6b3 Fix build on FreeBSD < 10. Thanks to oliver@ for sending me the fix. 2015-03-13 14:59:26 +00:00
Dmitry Marakasov
c7496878cb - Simplify MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
2015-03-13 13:22:04 +00:00
Lars Thegler
0810033ef3 - update to 1.929 2015-03-13 11:26:49 +00:00
Hajimu UMEMOTO
bf5a8c3a26 Install more files which were added in 2.5.X. 2015-03-13 06:08:28 +00:00
Brad Davis
5d1586441e Update mail/sympa to 6.1.24.
PR:		198508
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by:	bdrewery (mentor)
MFH:		yes
2015-03-13 03:33:35 +00:00
Adam Weinberger
e865c6a99a Update to 2.2.16.
List of changes is at http://dovecot.org/list/dovecot-news/2015-March/000283.html
2015-03-12 18:21:25 +00:00
Mathieu Arnold
fd4f57c36c Cleanup options, use RADIO and SINGLE.
Sponsored by:	Absolight
2015-03-12 14:16:52 +00:00
Mathieu Arnold
0c4e9c306f Fix package depends.
Sponsored by:	Absolight
2015-03-12 12:11:07 +00:00
Hajimu UMEMOTO
560a24304a Add initial support for Cyrus-IMAPd 2.5.0.
HTTP support doesn't work yet.
2015-03-12 10:23:33 +00:00
Martin Matuska
0c00075311 Horde package update:
comms/pear-Horde_ActiveSync 2.26.0 -> 2.26.1
devel/pear-Horde_Core 2.19.0 -> 2.19.2
security/pear-Horde_Group 2.0.4 -> 2.0.5
databases/pear-Horde_HashTable 1.2.2 -> 1.2.3
www/pear-Horde_Http 2.1.3 -> 2.1.4
mail/pear-Horde_Imap_Client 2.26.1 -> 2.27.0
mail/pear-Horde_Mime 2.7.0 -> 2.8.0
mail/pear-Horde_Smtp 1.8.0 -> 1.9.0
net/pear-Horde_Socket_Client 1.1.2 -> 2.0.0
devel/pear-Horde_Util 2.5.3 -> 2.5.4
2015-03-12 09:17:40 +00:00
Mathieu Arnold
a7770c8b57 Update to 2.0.14.
Sponsored by:	Absolight
2015-03-11 14:42:54 +00:00
Mathieu Arnold
d209b7fbe2 Take both ports.
Sponsored by:	Absolight
2015-03-11 13:49:01 +00:00
Ryan Steinmetz
7676e9c404 - Add ability to configure default banners
- Whitespace cleanup
- Take MAINTAINERship
2015-03-11 13:28:05 +00:00
Erwin Lansing
4293d044d2 Update to version 1.3.1, Maintainer change to Dan Mahoney <danm@prime.gushi.org>
This is mainly a bug fix release, but it does contain one important new
feature.  Upgrade is recommended.

The full RELEASE_NOTES for this version, showing changes since the last
release:

1.3.1           2015/02/23
        Fix bug #97: Add ability to change envelope sender, client IP
                address, client hostname, and HELO value used in test
                mode, via environment variables.  This can be turned
                into something more formal in a later release.  Suggested
                by Andreas Schulze.
        Fix bug #102: Don't lose SPF results and output the "-1" default.
                Reported by Kurt Roeckx.
        Fix bug #103: Fix IgnoreAuthenticatedClients by requesting the
                right macro value from the MTA.
        Fix bug #113: Remove "TemporaryDirectory" (unused).  Patch from
                Andreas Schulze.
        LIBOPENDMARC: Fix bug #104: Include <sys/param.h> and <resolv.h>
                in <opendmarc/dmarc.h> so that MAXPATHLEN and MAXNS get
                defined consistently.  Reported by Frank J. Lhota.
        LIBOPENDMARC: Fix bug #105: Get the h_errno definition from
                <netdb.h> rather than declaring it.  Problem noted
                by Frank J. Lhota.
        LIBOPENDMARC: Fix bug #106: Clean up issues with the types passed
                to opendmarc_policy_library_dns_hook().  Noted by
                Frank J. Lhota.
        DOCS: Fix bug #99: Update list of constraints on
                opendmarc_policy_fetch_alignment().  Reported by
                Frank J. Lhota.
        REPORTS: Fix bug #108: Handle malformed mailto URIs in DMARC
                records (e.g., just "mailto:").  Reported by Andreas Schulze.
        REPORTS: Fix bug #110: Support SQL backend selection in
                opendmarc-expire.  Reported by Mark Reidenbach.

PR:		198502
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
2015-03-11 12:18:05 +00:00
Tilman Keskinoz
ba13865994 Update to 4.47.0
PR:		198511
Submitted by:	maintainer
2015-03-11 08:19:31 +00:00
Sunpoet Po-Chuan Hsieh
eb70763add - Update to 0.6.64
- Add my LOCAL to MASTER_SITES
- Reformat pkg-descr

Changes:	http://hg.five-ten-sg.com/libpst/file/default/ChangeLog
		http://hg.five-ten-sg.com/libpst/file/default/NEWS
2015-03-10 15:15:00 +00:00
Matthias Andree
d0bb14a1e3 Add CPE information.
PR:		198474
Submitted by:	shun.fbsd.pr@dropcut.net
2015-03-09 21:33:38 +00:00
Jan Beich
4140990e98 Unbreak build with libv4l-0.9.1 or later
Unmask libv4l2.h for default pragma visibility in Mozilla build.
Since 50bde45 libv4l no longer alters visibility for consumers.
And HAVE_VISIBILITY is defined only for internal or gnulib build.

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=50bde45
http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/visibility.m4

Noticed by:	kwm (via review D1482)
2015-03-08 21:02:51 +00:00
Jan Beich
5c7f1a2ed4 - Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]
- Bump version requirements for harfbuzz and libvorbis

PR:		198142 [1]
See also:	https://dxr.mozilla.org/comm-central/search?q=nsISound [1]
2015-03-08 18:10:48 +00:00
Thomas Zander
345303b150 - Update to upstream version 2.20
While on it:
- Pet portlint

PR:		197885
Submitted by:	mbeis@xs4all.nl (maintainer)
2015-03-07 14:51:05 +00:00
Bartek Rutkowski
61ca7f6eb1 mail/mutt: fix muttrc man page
PR:		198303
Submitted by:	Udo Schweigert <Udo.Schweigert@siemens.com>
2015-03-06 12:01:35 +00:00