Commit graph

18031 commits

Author SHA1 Message Date
Kurt Jaeger
b460b25d6a mail/rainloop: 1.8.0 -> 1.8.2
Changes: http://www.rainloop.net/changelog/
Added OPTION to select database

PR:		198374
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	loic.blot@unix-experience.fr (maintainer)
2015-03-30 19:54:21 +00:00
Pawel Pekala
7532d10786 - Fix build when GDBMAUTH=on [1]
- Use options helpers
- Correct CFLAGS handling - don't append "-g -O2" to our flags
- Remove optional installation of DOCS, staging takes care of that

PR:		198918 [1]
Reported by:	vas@mpeks.tomsk.su [1]
2015-03-30 18:00:38 +00:00
Xin LI
c594f634de Update enigmail to 1.8.1.
PR:		ports/198973
Approved by:	gecko@ (jbeich)
2015-03-30 17:08:14 +00:00
Bartek Rutkowski
1899a17243 mail/gnumail: add CPE information
- Maintainer's timeout (theraven@FreeBSD.org)

PR:		198470
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-30 17:07:24 +00:00
Hajimu UMEMOTO
e8e858daf4 Specify GSSAPIBASEDIR explicitly even with heimdal in base. 2015-03-30 16:13:29 +00:00
Wen Heping
8c318bbc76 - Update to 0.19
- Add options to customize build
- Mark ignored for everything below 9.0 release

PR:		198464
Submitted by:	mp39590@gmail.com
Approved by:	maintainer(timeout, >14 days)
2015-03-29 10:03:55 +00:00
Ashish SHUKLA
1bef36aa0c - Add OPTION to only update mailer.conf(5) on demand
- Update COMMENT so it complies with guidelines in Porter's
  Handbook

PR:		198375
Submitted by:	adamw
2015-03-29 05:17:43 +00:00
Sunpoet Po-Chuan Hsieh
080178c03e - Add CPE information
PR:		198968
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-28 12:18:17 +00:00
Sunpoet Po-Chuan Hsieh
e6674d4681 - Update to 1.012
Changes:	http://search.cpan.org/dist/MIME-Charset/Changes
Approved by:	Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer, blanket)
2015-03-28 12:17:29 +00:00
Sunpoet Po-Chuan Hsieh
1ae3c5afee - Update to 2.206
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-03-27 13:47:18 +00:00
Sunpoet Po-Chuan Hsieh
eae1f0464e - Update to 1.02
Changes:	http://search.cpan.org/dist/Net-SMTP-SSL/Changes
2015-03-27 13:46:51 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
John Marino
030a0aaf30 mail/mailx: set zero arg to sendmail, not send-mail
This was probably a decade old oversight, but mail has spawned as
"sendmail" but set with first argument as "send-mail", requiring mail
wrapper to know both sendmail and send-mail.  The path and zero argument
should match, so let's do that here.

Taken from:	DragonFly
2015-03-26 14:47:41 +00:00
John Marino
50d18b729c mail/dma: disable -Werror 2015-03-26 14:33:34 +00:00
Sunpoet Po-Chuan Hsieh
ec55093f96 - Update to 2.204
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-03-26 14:12:53 +00:00
John Marino
90e3f72974 mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
2015-03-25 11:41:17 +00:00
Adam Weinberger
64eee532ea Fix installation when DOCS is disabled. 2015-03-24 20:56:02 +00:00
Adam Weinberger
56f1e57768 Update squirrelmail* to 20150324, and clean up permission/owner handling in
the plists.

Also, avoid registering plugins during package build. It only makes sense to
run the registration on end-user machines, and running it during package building
leads to a stagedir violation, as noted in [1].

PR:		198044 [1]
Submitted by:	amdmi3
2015-03-24 19:16:35 +00:00
Adam Weinberger
b1a238c853 Move the sample configuration files into ETCDIR.
After talking more with Rozhuk Ivan (submitter of 198792, see r381930),
the sample configuration files don't belong in DOCSDIR, and they really
don't belong underneath an OPTION that many people have disabled by
default.

I still don't think that they're good candidates for @sample, but they
make more sense living in ETCDIR.

While here, shuffle around a few other docs/examples files.

PORTREVISION bump for the plist changes.

PR:		198792
Submitted by:	Rozhuk Ivan
2015-03-24 17:38:34 +00:00
Sunpoet Po-Chuan Hsieh
d69d3aeb1c - Add LICENSE
- Sort PLIST
2015-03-24 16:44:25 +00:00
Adam Weinberger
d911896e47 Update to 1.5100. This update required patching a configure-related file in
a way that will break when upstream fixes the problem. While here, improve
pkg-descr wording a bit, and point WWW to metacpan, rather than the stock
SF page.

Changes: https://metacpan.org/changes/distribution/Mail-Mbox-MessageParser
2015-03-24 16:37:29 +00:00
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
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Antoine Brodin
1f2ed37fe9 Unbreak 2015-03-05 19:10:18 +00:00
Sunpoet Po-Chuan Hsieh
ba971f51b7 - Add LICENSE 2015-03-05 17:29:02 +00:00
Sunpoet Po-Chuan Hsieh
030f55a293 - Update to 1.11
- Remove leading definite article from COMMENT

Changes:	https://github.com/benprew/pony/blob/master/README.md#changelog
2015-03-05 17:28:57 +00:00
Sunpoet Po-Chuan Hsieh
66993f9c42 - Update to 2.6.3
Changes:	https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc
2015-03-05 17:28:52 +00:00
Antoine Brodin
428b6bbc0c Reset maintainer, connections to SMTP server time out 2015-03-05 13:49:48 +00:00
Jason E. Hale
6aafbf646d - Add CPE support [1]
- Tab -> space in WWW line [2]

PR:		198181 [1], 198182 [2]
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-05 09:12:56 +00:00
Dmitry Marakasov
25da035053 - Don't needlessly require gcc
PR:		198224
Submitted by:	amdmi3
Approved by:	bc979@lafn.org (maintainer)
2015-03-04 16:31:54 +00:00
Oliver Lehmann
bb0f3c2184 update to 5.8.1 2015-03-04 14:56:52 +00:00
Oliver Lehmann
b9df574c8d remove unneeded stuff 2015-03-04 09:45:59 +00:00
Oliver Lehmann
01c13c9fa7 restore greylite
STAGEify it
move distfiles to public_distfiles-mirror
move MAN8 into PLIST_FILES
move pkg-message to SUB_FILES
2015-03-04 07:41:04 +00:00
Dmitry Marakasov
02ec4800c8 - Add LICENSE_FILE
- Drop @dirrm* from plist
2015-03-04 05:20:03 +00:00
Dmitry Marakasov
db119dfb25 - Add LICENSE
- Fix shebangs
- Drop @dirrm* from plist
- Add empty directory to plist
2015-03-03 02:56:15 +00:00
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +00:00
Ryan Steinmetz
1abb1bc070 - Update to 0.012 2015-03-02 14:36:02 +00:00
Matthias Andree
b23d38e29f Update to new upstream release 2.1.19.
Changes: https://mail.python.org/pipermail/mailman-announce/2015-March/000205.html
2015-03-02 07:26:30 +00:00
Dmitry Marakasov
c16eac8919 - Add LICENSE
- Fix build as non-root
2015-03-02 00:37:51 +00:00
Dmitry Marakasov
fe9fa9a6cb - Simplify MASTER_SITES
- Add LICENSE
- Fix build as non-root
- Drop @dirrm* from plist
- Add empty directory to plist
2015-03-02 00:37:10 +00:00
Dmitry Marakasov
6bffe76a24 - Pet portlint
- Add LICENSE
- Fix references to stagedir from installed files

MFH:		2015Q1
2015-03-01 15:08:48 +00:00
Rene Ladan
6c8f6be862 Remove expired ports:
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream
2015-02-28 www/py-django15: not supported by upstream

math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
2015-03-01 00:30:58 +00:00
Jan Beich
c5db68f83c Regen distinfo for released one, similar to r380101
https://bugzilla.mozilla.org/show_bug.cgi?id=1136240

Reported by:	tijl
MFH:		2015Q1
X-MFH-With:	r380090
2015-02-27 16:48:43 +00:00
Jan Beich
c308de0164 - Update Firefox to 36.0
- Update Firefox ESR to 31.5.0
- Update Thunderbird to 31.5.0
- Update libxul to 31.5.0
- Check if NS_NewNativeLocalFile() succeeds before using [1]
- Remove DTRACE and GIO descriptions after r377838 and r314893
- bsd.gecko.mk: Prune conditionals for files removed 4 months ago

Changes:	https://www.mozilla.org/firefox/36.0/releasenotes/
Obtained from:	PkgSrc [1]
MFH:		2015Q1
X-MFH-With:	r377953, r378253, r379485, r378529
Security:	https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
2015-02-27 14:42:51 +00:00
Sunpoet Po-Chuan Hsieh
23c4b296c5 - Add LICENSE [1]
- Sort *_DEPENDS
- Merge MASTER_SITE_BACKUP to MASTER_SITES

PR:		189695 [1]
Submitted by:	<paul@inetstat.net> [1]
2015-02-27 12:49:50 +00:00
Dmitry Marakasov
f5661d3e37 - Drop @dirrm* from plist 2015-02-27 12:22:17 +00:00
Antoine Brodin
8842ccdc9a Those ports do not build with php 5.6 2015-02-25 11:22:40 +00:00
Vanilla I. Shu
0b804b1b3c remove DEFAULT_VERSIONS.
Obtained from:	bapt@, mat@
2015-02-25 07:44:58 +00:00
Dmitry Marakasov
27e2d9ce62 - Add LICENSE
- Fix program installation
2015-02-25 01:45:36 +00:00
Vanilla I. Shu
773e24ddfd 1: add LICENSE.
2: switch to USES=tar:tgz
2015-02-24 08:54:13 +00:00
Vanilla I. Shu
3251d5d895 1: add LICENSE.
2: switch to DEFAULT_VERSIONS.
3: switch to USES=tar:tgz
2015-02-24 08:49:47 +00:00
Bartek Rutkowski
b82c876b42 mail/libcmime: update 0.1.11 -> 0.1.15
- Add DOXYGEN option
- Bump mail/spmfilter PORTREVISION

PR:		195995
Submitted by:	Axel Steiner <ast@treibsand.com>
2015-02-22 16:58:20 +00:00
Dmitry Marakasov
c07ca225ac - Add LICENSE
- Strip libraries
2015-02-22 04:53:33 +00:00
Dmitry Marakasov
b9e0436d77 - Add LICENSE
- Strip libraries
2015-02-22 04:53:22 +00:00
Kurt Jaeger
155792e6b5 mail/roundcube-contextmenu: 2.0 -> 2.1
- Update homepage URI
- Update to work with roundcube 1.1
  https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098132.html

PR:		197843
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2015-02-21 19:24:04 +00:00
Jan Beich
6a2588d000 Fix invalid conversions of nullptr to bool to unbreak clang 3.6 build
PR:		197857
Submitted by:	dim (initial version)
Obtained from:	https://github.com/mozilla/gecko-dev/commit/dd19f59
2015-02-21 08:22:28 +00:00
Dmitry Marakasov
b56cad82bb - Remove @dirrm* from and add empty directories to plists 2015-02-21 03:25:27 +00:00
Sunpoet Po-Chuan Hsieh
dd8f842266 - Update to 2.8.7
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/danchoi/vmail/commits/master
PR:		196882
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 1 month)
2015-02-19 19:55:09 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Alex Dupre
35ea321822 Update to 1.1.0 release. 2015-02-19 16:12:49 +00:00
Sunpoet Po-Chuan Hsieh
cdec2d00a4 - Update to 15.0.0
Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/mail/topfiles/NEWS
2015-02-18 16:24:48 +00:00
Emanuel Haupt
7c963a13a1 - Use new options helpers
- Provide an option to include CA bundle for certificate verification
- Provide an option to depend on curl. Curl is required to check for remote
  updates. Enable this by default because the user expects this menu point to
  work but give users an option to explicitly disable.
- Don't quiesce INSTALL_* commands
2015-02-16 18:25:16 +00:00
Vanilla I. Shu
6b01eabd2e Upgrade to 0.9.10, and strip binary.
PR:		197443
Submitted by:	Ports Fury.
2015-02-16 09:10:53 +00:00
Olli Hauer
103e6c4e19 - deprecate port, TLS=on is now a default for postfix/postfix-current
- set EXPIRATION_DATE= 2015-02-28
2015-02-14 19:22:11 +00:00
Olli Hauer
89dfe42f6a - update to 2.11.4
Changes:
20141025
 Bugfix (introduced: Postfix 2.11): core dump when
 smtp_policy_maps specifies an invalid TLS level. Viktor
 Dukhovni. File: smtp/smtp_tls_policy.c.

20150106
 Robustness: don't segfault due to excessive recursion after
 a faulty configuration runs into the virtual_alias_recursion_limit.
 File: global/tok822_tree.c.

20150115
 Safety: stop aliasing loops that exponentially increase the
 address length with each iteration. Back-ported from Postfix
 3.0. File: cleanup/cleanup_map1n.c.

20150117
 Cleanup: missing " in \%s\" in postconf(1) fatal error
 messages. Iain Hibbert. File: postconf/postconf_master.c.

Approved by:	sahil (implicit)
MFH:		2015Q1
2015-02-14 17:57:55 +00:00
Olli Hauer
65927632bb - update to postfix 3.0.0 release [1]
- cleanup MASTER_SITES
- enable new pie parameter (build with -fPIC)

[1] keep the port as postfix-current until we are sure
    the new distributed layout will not change
    (location of libs, dynamicmaps.cf.d, postfix-files.d ...)

Release announcement:
 http://www.postfix.org/announcements/postfix-3.0.0.html

Release Notes:
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES

Approved by:	sahil (implicit)
2015-02-14 17:45:02 +00:00
Olli Hauer
da9c4272eb - remove dead mirrors from MASTER_SITES
(a good overview can be taken by viewving the
   source of http://www.postfix.org/download.html)
- remove MASTER_SITE_SUBDIR, it should be used only for sites defined in bsd.site.mk
2015-02-14 16:31:40 +00:00
Ashish SHUKLA
94e74ae9d0 - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:52:22 +00:00
Ashish SHUKLA
1b75f6827a - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:51:06 +00:00
Martin Matuska
6908db6ef6 Horde package update:
devel/pear-Horde_Util 2.5.2 -> 2.5.3
sysutils/pear-Horde_Vfs 2.2.1 -> 2.2.2
deskutils/horde-mnemo 4.2.4 -> 4.2.5
mail/horde-webmail 5.2.4 -> 5.2.5
deskutils/horde-groupware 5.2.4 -> 5.2.5
2015-02-10 22:18:00 +00:00
Martin Matuska
f5b8404ead Horde package update:
comms/pear-Horde_ActiveSync 2.24.0 -> 2.24.1
devel/pear-Horde_Alarm 2.2.3 -> 2.2.4
devel/pear-Horde_Core 2.18.3 -> 2.19.0
security/pear-Horde_Crypt 2.5.2 -> 2.5.3
databases/pear-Horde_HashTable 1.2.1 -> 1.2.2
graphics/pear-Horde_Image 2.1.0 -> 2.2.0
devel/pear-Horde_Prefs 2.7.1 -> 2.7.2
net/pear-Horde_Rpc 2.1.2 -> 2.1.3
devel/pear-Horde_Stream_Wrapper 2.1.1 -> 2.1.2
www/horde-ansel 3.0.1 -> 3.0.2
www/horde-base 5.2.3 -> 5.2.4
mail/horde-imp 6.2.6 -> 6.2.7
mail/horde-ingo 3.2.3 -> 3.2.4
deskutils/horde-kronolith 4.2.4 -> 4.2.5
deskutils/horde-mnemo 4.2.3 -> 4.2.4
deskutils/horde-nag 4.2.3 -> 4.2.4
mail/horde-turba 4.2.4 -> 4.2.5
devel/horde-whups 3.0.1 -> 3.0.2
2015-02-10 17:13:44 +00:00
Vsevolod Stakhov
4afa632f1c Remove duplicated NIS option (no functional changes).
Submitted by:	Ilya A. Arkhipov via IRC
2015-02-10 12:57:13 +00:00
Muhammad Moinur Rahman
3258303b8b mail/masqmail: Update version 0.3.=>0.3.5
- Make use of @sample
- Make use of @(user,group,mode)
- Remove depricated @dir* and cleanup pkg-plist

Approved by:	bapt marino (implicit)
2015-02-08 21:55:07 +00:00
Grzegorz Blach
6b4066b444 Update to 1.0300 2015-02-08 11:07:03 +00:00
Ashish SHUKLA
835bf893ef OpenSMTPD port updates
mail/opensmtpd:
 - Update to 5.4.4p1
 - Add LIBASRDEVEL option to depend on dns/libasr-devel
 - Use OpenSSL from ports, should help with migration to LibreSSL
 - Explicitly provide path to OpenSSL[1]

mail/opensmtpd-devel:
 - Update to 201502012312
 - Add LIBASR option to depend on dns/libasr
 - Remove MYSQL, PGSQL, LDAP, and REDIS options as they're removed
   upstream
 - Add a note for above to UPDATING
 - Explicitly provide path to OpenSSL[1]
 - Add a diff to fix build failure on FreeBSD[2]

Reported by:	TJ <tj at mrsk.me> (via private email)
Submitted by:	Herbert J. Skuhra <herbert at oslo.ath.cx> (via list)
2015-02-07 19:04:15 +00:00
Muhammad Moinur Rahman
9df91a4f6a mail/dbmail: Update version 3.2.2=>3.2.3
Differential Revision:	https://reviews.freebsd.org/D1797
Approved by:		marino(mentor)
2015-02-07 12:42:04 +00:00
John Marino
239cd9d9b3 mail/pine-pgp-filters: use gnupg only, fix MASTER_SITES
When dougb released the port, he also reset the MASTER_SITES.  It has
been pulling off the cache ever since.  If the cache gets cleared, this
port would break.  I've moved the distfiles to my LOCAL site so this
never happens.

The other big change is to remove this hacky dependency logic.  Someone
tried to select between gnupg and gnupg1 depending on what was already
installed.  For the standard packages builders, this meant the port always
used the old gnupg1 because gnupg was never installed in the clean jail.

As both gnupg packages are range between 1.0M and 1.5M in size and can
coexist, the savings of resources in miniscule assuming they weren't both
installed anyway.  Let's just pick the new gnupg as the unconditional
dependency and remove the hack.  Inspired by discussion on PR which
was trying to fix a bug in the hack.

PR:		195426
Submitted by:	Trond Endrestol
2015-02-06 22:59:21 +00:00
Jan Beich
99fd1de2ae Fix crashes with ALSA e.g., when disabling BUFSZ_P2 in alsa-plugins
PR:		196051
Differential Revision:	https://reviews.freebsd.org/D1788
Submitted by:	mi
Approved by:	bapt (mentor)
2015-02-06 12:08:43 +00:00
Kurt Jaeger
258f7d92d7 mail/rainloop: 1.7.2 -> 1.8.0
Changes:
  Sieve filters
  Sound notification
  Sortable accounts list
  Updated ckeditor
  DKIM status
  Additional SSL configurations
  Updated Swedish language
  New layout configuration (Bottom preview pane)
  Interface refactoring (Compose attachments)
  Fixes, code refactoring and improvements

PR:		197343
Submitted by:	Yasuhiro Kimura <freebsd.org@pob01.utahime.jp>
Approved by:	loic.blot@unix-experience.fr (maintainer)
2015-02-05 17:44:31 +00:00
Baptiste Daroussin
d62a649e53 Remove useless @dirrm 2015-02-05 13:39:10 +00:00
Pawel Pekala
f72f765aae Fix path to sendmail binary that was accidentally removed
during a previous update

PR:		196082
Submitted by:	Jamie Landeg-Jones <jamie@dyslexicfish.net> (maintainer)
2015-02-04 19:33:25 +00:00
Koop Mast
563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00
Rene Ladan
1869512c53 Remove expired ports:
2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3
2015-01-31 mail/postfix210: Use mail/postfix instead.
2015-01-31 net-im/venom: No more support from the project
2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete.
2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-02-02 22:22:23 +00:00
Adam Weinberger
5c3ad18a7a rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing
so runs the dovecot binary against each provided configuration file to
obtain configuration data. When the configuration file doesn't exist, it
says:
	doveconf: Fatal: open(/im_not_here) failed: No such file or directory

Mistyping the conf file locations when doing multiple instances deserves
an error message. The real issue here is that in order to set up
dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The
default configuration file intentionally does not exist in a clean
installation. So everybody who installs the dovecot2 port and does not
configure it will receive that message at every boot.

Fix it with a patch from pi that makes sure the conf file exists before
trying to do stuff with it.

PORTREVISION bump.

PR:		197275
Submitted by:	pi
2015-02-02 17:16:12 +00:00
Olli Hauer
dfa67c29c6 - update to postfix-3.0-20150129
- fix build on FreeBSD 11 [1]
- use OPENSSL=yes instead including Mk/bsd.openssl.mk

- enable TLS as default option.
  Postfix uses a secure default configuration if TLS is not configured.

	$ postconf -d | grep use_tls
	lmtp_use_tls = no
	postscreen_use_tls = $smtpd_use_tls
	smtp_use_tls = no
	smtpd_use_tls = no
	tlsproxy_use_tls = $smtpd_use_tls

Changes:
Many fixes, improvements and cleanups. The list is really to long,
please read the original Changelog on your favor postfix mirror.

[1] Noted by sbruno@
2015-01-31 16:59:33 +00:00
Olli Hauer
e868e5cd4a - update conflicts 2015-01-31 16:58:25 +00:00
Olli Hauer
6b14df2cd0 - update conflicts for new postfix-current
- use OPTIONS_SUB
- enable TLS as default [1]
- use USE_OPENSSL instead including Mk/openssl.mk
- use new install instruction
- use new notation for @mode in pkg-plist
- bump PORTREVISON

[1] Users using packages should have the ability to
    use TLS from the default package, (this makes the
    the postfix-tls port obsolete)

Approved by:	sahil (implicit)
MFH:		2015Q1
2015-01-31 16:57:44 +00:00
Alex Dupre
c249efb6ed Update to 1.0.5 release. 2015-01-30 09:25:11 +00:00
Martin Matuska
9937876199 Update pear-Horde_Imap_Client to 2.26.1 2015-01-28 13:45:01 +00:00
Jan Beich
5e03fc411f Add ARM build fixes for JavaScript engine
PR:		197058
Differential Revision:	https://reviews.freebsd.org/D1683
Submitted by:	sbruno (earlier version)
Approved by:	bapt (mentor)
2015-01-26 20:30:05 +00:00
Muhammad Moinur Rahman
e7fdee699f mail/dbmail: Update version 3.2.1=>3.2.2
Differential Revision:	https://reviews.freebsd.org/D1666
Approved by:		bapt(mentor)
2015-01-25 11:15:40 +00:00
MANTANI Nobutaka
485c786117 Update to the snapshot on 2014/12/09. 2015-01-25 04:23:10 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Antoine Brodin
728929b709 Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
2015-01-23 22:50:49 +00:00
Vsevolod Stakhov
b0b83d87de - Update to 0.8.1 2015-01-23 17:08:13 +00:00
Jan Beich
e89bd47801 - Update to 1.2.2
- Rename option SSL -> TLS after upstream --with-ssl -> --with-tls

Differential Revision:	https://reviews.freebsd.org/D1604
Approved by:	bapt (mentor)
2015-01-23 11:53:13 +00:00
Sunpoet Po-Chuan Hsieh
d4249a176e - Update to 1.041
- Add more TEST_DEPENDS
- Sort PLIST

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
2015-01-22 17:45:34 +00:00
Jan Beich
c277e07b27 Bump PORTREVISION after r377564.
PR:		196802
Requested by:	dumbbell, tijl
Differential Revision:	https://reviews.freebsd.org/D1574
Approved by:	bapt (mentor)
MFH:		2015Q1
2015-01-21 13:36:36 +00:00
Jan Beich
3d140725bd Backport Wikipedia crashfix for clang 3.5
PR:		196802
Reported by:	dumbbell
Obtained from:	https://github.com/mozilla/gecko-dev/commit/87f367b
Obtained from:	https://github.com/mozilla/gecko-dev/commit/c97894b (esr31 version)
Differential Revision:	https://reviews.freebsd.org/D1568
Approved by:	flo (mentor)
MFH:		2015Q1
2015-01-20 23:59:03 +00:00
Martin Matuska
cd754d7721 Horde package update:
mail/pear-Horde_Mime 2.6.1 -> 2.7.0
mail/horde-imp 6.2.5 -> 6.2.6
2015-01-20 23:49:20 +00:00
Olli Hauer
d36df4983e - use absolute perl path,
seems '/usr/bin/env perl' does not play nice
  with perl 5.20 during system restarts

PR:		196933
Submitted by:	Frank Reppin
2015-01-20 22:09:49 +00:00
Emanuel Haupt
12c243ce06 Update to 1.1.2 2015-01-19 13:37:51 +00:00
Wen Heping
bf90585202 - Pass maintainership to submitter
PR:		196860
Submitted by:	Joseph Mingrone<jrm@ftfl.ca>
2015-01-19 12:15:37 +00:00
Vanilla I. Shu
44e2c1d081 Upgrade to 1.1.3. 2015-01-19 07:42:20 +00:00
Vanilla I. Shu
41d0a27d69 Upgrade to 1.3.4. 2015-01-19 04:38:10 +00:00
Baptiste Daroussin
fee6e659b4 Ensure the data directory is owned by the WWWUSER and WWWGRP 2015-01-18 22:01:52 +00:00
Sunpoet Po-Chuan Hsieh
fd819f5ae8 - Use INSTALL_TARGET=install-strip instead of STRIP_CMD 2015-01-18 10:36:06 +00:00
Wen Heping
ca22fa4143 - Update to 1.7.2
PR:		196831
Submitted by:	Yasuhiro KIMURA<freebsd.org@pob01.utahime.jp> (maintainer)
2015-01-18 01:39:16 +00:00
Koop Mast
34a3136ea9 Evolution needs gnome-keyring for password management.
Submitted by:	harrison.grundy@astrodoggroup.com
2015-01-17 20:55:34 +00:00
Vanilla I. Shu
46e0a09435 Upgrade to 1.0. 2015-01-17 16:04:29 +00:00
Matthias Andree
569aa08fee Install powerlogo.png in both image locations.
(Reported by Alex Stangl.)

Take the opportunity to convert powerlogo from GIF to PNG.

Check permissions of mailman/qfiles directory and top-level
subdirectories from post-install before running check_perms script,
further to the existing workarounds for pkg/libarchive permissions
issues.
2015-01-17 13:29:24 +00:00
Rong-En Fan
8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +00:00
Vsevolod Stakhov
e744eb6c59 - Add rspamd extra patch and option [1]
- Remove obsoleted POST-INSTALL note [2]
- Bump revision since options have been changed

Submitted by:	swappers at gmail.com [1], pi@ [2]
2015-01-16 14:19:32 +00:00
Vsevolod Stakhov
62eea476c0 Use openssl from the ports for FreeBSD < 10 and DANE option is enabled.
Do not bump portrevision since DANE is not enabled by default.

PR:		196722
Submitted by:	Gary <freebsd-bugzilla at in-addr.com>
2015-01-16 11:16:20 +00:00
Koop Mast
3cfced888e Update evolution suite to 3.12.10.
Fix build of mail/evolution on 9.x and 8.x after webkit updates [1]

PR:		196079 [1]
		196706 [1]
Submitted by:	truckman@, lawrence chen <beastie@tardisi.com>
2015-01-15 16:49:18 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Martin Matuska
550d380502 Horde package update:
www/pear-Horde_Css_Parser 1.0.5 -> 1.0.6
textproc/pear-Horde_JavascriptMinify 1.1.1 -> 1.1.2
mail/horde-imp 6.2.4 -> 6.2.5
2015-01-14 23:47:44 +00:00
Cy Schubert
7348378c5b Fix packaging permissions.
PR:		196350
2015-01-14 20:57:54 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Beat Gaetzi
7483da328d - Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0
- Update Firefox to 35.0
- Update Firefox ESR to 31.4.0
- Update libxul to 31.4.0

Submitted by:	Jan Beich
MFH:		2015Q1
Security:	http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
2015-01-14 08:06:43 +00:00
Vsevolod Stakhov
3e761a50dd - Update to 4.85
- Add DANE experimental support
- Add EVENT experimental support
- Drop SRS_ALT option as exim cannot work with libsrs2 so srs_alt is the only option now
- Polish IGNORE messages
- Remove already included patch
- Update documentation slave ports

The ChangeLog/NewStuff/README.UPDATING can be reviewed at:

http://git.exim.org/exim.git/blob/exim-4_85:/doc/doc-txt/ChangeLog
http://git.exim.org/exim.git/blob/exim-4_85:/doc/doc-txt/NewStuff
http://git.exim.org/exim.git/blob/exim-4_85:/src/README.UPDATING
2015-01-13 13:45:51 +00:00
Sunpoet Po-Chuan Hsieh
cc6c0f7dca - Remove unnecessary MASTER_SITE_SUBDIR 2015-01-12 18:50:22 +00:00
Martin Matuska
087214a3f9 Horde package update:
comms/pear-Horde_ActiveSync 2.23.1 -> 2.24.0
devel/pear-Horde_Argv 2.0.9 -> 2.0.10
security/pear-Horde_Auth 2.1.5 -> 2.1.6
devel/pear-Horde_Cli 2.0.5 -> 2.0.6
archivers/pear-Horde_Compress_Fast 1.0.3 -> 1.1.0
devel/pear-Horde_Constraint 2.0.1 -> 2.0.2
devel/pear-Horde_Controller 2.0.1 -> 2.0.2
devel/pear-Horde_Core 2.18.1 -> 2.18.3
security/pear-Horde_Crypt_Blowfish 1.0.2 -> 1.0.3
www/pear-Horde_Css_Parser 1.0.4 -> 1.0.5
devel/pear-Horde_Data 2.1.0 -> 2.1.1
devel/pear-Horde_Date 2.0.12 -> 2.0.13
devel/pear-Horde_Date_Parser 2.0.2 -> 2.0.3
devel/pear-Horde_Exception 2.0.4 -> 2.0.5
www/pear-Horde_Feed 2.0.2 -> 2.0.3
www/pear-Horde_Form 2.0.8 -> 2.0.9
databases/pear-Horde_HashTable 1.2.0 -> 1.2.1
www/pear-Horde_Http 2.1.2 -> 2.1.3
devel/pear-Horde_Injector 2.0.3 -> 2.0.4
devel/pear-Horde_Itip 2.0.6 -> 2.0.7
mail/pear-Horde_ListHeaders 1.2.0 -> 1.2.1
sysutils/pear-Horde_Log 2.1.0 -> 2.1.1
devel/pear-Horde_LoginTasks 2.0.3 -> 2.0.4
mail/pear-Horde_Mapi 1.0.3 -> 1.0.4
devel/pear-Horde_Nls 2.0.4 -> 2.0.5
devel/pear-Horde_Notification 2.0.1 -> 2.0.2
textproc/pear-Horde_Pdf 2.0.3 -> 2.0.4
security/pear-Horde_Perms 2.1.2 -> 2.1.3
devel/pear-Horde_Queue 1.1.1 -> 1.1.2
devel/pear-Horde_Rdo 2.0.2 -> 2.0.3
www/pear-Horde_Routes 2.0.2 -> 2.0.3
net/pear-Horde_Rpc 2.1.1 -> 2.1.2
devel/pear-Horde_Serialize 2.0.2 -> 2.0.3
security/pear-Horde_Share 2.0.5 -> 2.0.6
textproc/pear-Horde_SpellChecker 2.1.1 -> 2.1.2
devel/pear-Horde_Stream_Filter 2.0.2 -> 2.0.3
devel/pear-Horde_Stream_Wrapper 2.1.0 -> 2.1.1
devel/pear-Horde_Support 2.1.1 -> 2.1.2
www/pear-Horde_Template 2.0.1 -> 2.0.2
textproc/pear-Horde_Text_Diff 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Flowed 2.0.1 -> 2.0.2
devel/pear-Horde_Timezone 1.0.8 -> 1.0.9
devel/pear-Horde_Token 2.0.5 -> 2.0.6
devel/pear-Horde_Tree 2.0.2 -> 2.0.3
net/pear-Horde_Url 2.2.3 -> 2.2.4
sysutils/pear-Horde_Vfs 2.2.0 -> 2.2.1
textproc/pear-Horde_Xml_Element 2.0.1 -> 2.0.2
textproc/pear-Horde_Xml_Wbxml 2.0.1 -> 2.0.2
2015-01-12 14:54:44 +00:00
Olli Hauer
803871c6ee - update to 2.12-20141228
- use new AUXLIBS_(CDB|LDAP|LMDB|MYSQL|PCRE|PGSQL) build instructions
- use OPTIONS_SUB
- install posttls-finger
- build dynamic AUXLIBS (shared=yes and dynamicmaps=yes)
- set META_DIRECTORY to DAEMONDIR (this may change in future to ETCDIR)

Parts from HISTORY (heavily shortened)

20141126
	Cleanup: report nullmx DNS records as "domain does not
	accept mail", instead of "invalid DNS response".  The Postfix
	SMTP client already bounced mail for such domains, and the
	Postfix SMTP server already rejected such domains with
	reject_unknown_sender/recipient_domain. This introduces a
	new SMTP server configuration parameter nullmx_reject_code
	(default: 556).

20141127
	Feature: DNS reply filter, configured with smtp_dns_reply_filter,

20141130
	Cleanup: when searching multiple DNS record types for a
	specific name, and not all queries return the same result
	status, do not blindly return the last query's rcode and
	diagnostic text.  Instead, return rcode and text that is
	consistent with the aggregate result status.

	Documentation: added note on Milter-signing bounces.

20141202
	Cleanup: to increase clarity. rename DNS result status from
	DNS_UNAVAIL to DNS_NULLMX. If someone uses the same zero-length
	name trick with some other resource type, then we will worry
	about that later.

20141203
	Feature: support to match UTF8 domain names against ASCII
	names in TLS certificates.

20141212
	Cleanup: nullmx SMTP reply codes 550 and 556, and enhanced
	status codes X.1.10 and X.7.27. The nullmx SMTP reply codes
	are no longer configurable.

20141224
	Cleanup: the compile-time argument typechecks for attribute-value
	APIs are now by default implemented with inline functions.
	Compile with -DNO_INLINE to implement the argument typechecks
	with ternary operators and unreachable assignments.

20141227
	Feature: smtp_address_verify_target (default: rcpt) that
	determines what protocol stage decides if a recipient is
	valid. Specify "data" for servers that reject recipients
	after the DATA command.

20141228
	Cleanup: the IDNA conversion routines now accept both
	ASCII and UTF8 inputs. The functions als verify that
	either their result is a valid ASCII domain name or that
	it converts into a valid ASCII domain name.

Approved by:	sahil (implicit)
2015-01-11 21:05:21 +00:00
Antoine Brodin
cb02e3c416 Unbreak 2015-01-11 20:11:43 +00:00
Hajimu UMEMOTO
c38d0e2fb7 Enable IDLED by default.
Requested by:	"O'Connor, Daniel" <darius__at__dons.net.au>
2015-01-11 17:22:15 +00:00
Ashish SHUKLA
b190bd0475 - Add LICENSE information
- OptionsNG-ify port
- Convert NAS, RPLAY, SOX into SINGLE OPTIONSs as they are mutually
  exclusive
- Fix configure script with X11
- Add diff to stop checking for GTK when X11 support is disabled
- Fix building port with NLS option unset

PR:		196305
2015-01-11 14:58:17 +00:00
Kurt Jaeger
ca49579fa4 mail/postfixadmin: give maintainer to submitter
PR:		196233
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com>
Approved by:	maintainer (timeout)
2015-01-09 21:39:45 +00:00
Olli Hauer
ea6554f44f - remove dead rhsbl.ahbl.org [1]
- install policyd-weight.conf with the @sample macro
- alert user if any of this deprecated lists is found in policyd-weight.conf
   dnsbl.njabl.org
   rbl.ipv6-world.net
   rhsbl.ahbl.org
   dsn.rfc-ignorant.org
   postmaster.rfc-ignorant.org
   abuse.rfc-ignorant.org

[1] Noted by: Herbert J. Skuhra

MFH:		2015Q1
2015-01-09 20:59:09 +00:00
Tijl Coosemans
715f81bec1 - Remove s/-lpthread/-pthread/
- Support SSL/TLS versions above SSLv2

PR:		195796
2015-01-09 18:59:04 +00:00
Tijl Coosemans
97eb943648 Fix build when OpenSSL doesn't support SSL2/SSL3
PR:		195796
2015-01-09 18:28:29 +00:00
Tijl Coosemans
04a50bd182 Fix build when OpenSSL doesn't support SSL2/SSL3
PR:		195796
2015-01-09 17:57:42 +00:00
Martin Matuska
f31f4075ca Fix dependencies for horde-imp 2015-01-09 13:05:53 +00:00
Martin Matuska
a00388857c Horde class that attempts to automatically determine configuration options
for various remote mail services (IMAP/POP3/SMTP).

WWW: http://pear.horde.org
2015-01-09 12:57:42 +00:00
Martin Matuska
99740b3f38 Fix pear-Horde_Idna dependency for pear-Horde_Mail 2015-01-09 12:47:33 +00:00
Matthias Andree
837c36bed9 Update Apache instructions in post-install notes for 2.4 [1], dropping 1.3.
Revise language a bit.
Spell qmail with lowercase q.

Submitted by:	[1] Tom Eagle
2015-01-08 22:53:32 +00:00
Matthias Andree
db498a55e1 Repair packaging with non-default MM_USERNAME.
PR:		196620
Submitted by:	 mcdouga9@egr.msu.edu
Obtained from:	Bugzilla attachment 151505
2015-01-08 19:31:33 +00:00
Koop Mast
f540659bb8 Unbreak libmapi on 9.x and 8.x.
Libmapi uses -std=c++0x however we need to add c++11-lib or else there
will be link errors.

PR:		196143
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2015-01-08 00:09:41 +00:00
Bryan Drewery
7ec8b04303 - Update plist for new format
Reviewed by:	bapt
2015-01-07 16:38:01 +00:00
Martin Matuska
72759c5998 Horde package update:
comms/pear-Horde_ActiveSync 2.21.0 -> 2.23.1
devel/pear-Horde_Core 2.17.2 -> 2.18.1
security/pear-Horde_Crypt 2.5.1 -> 2.5.2
www/pear-Horde_Http 2.1.1 -> 2.1.2
mail/pear-Horde_Imap_Client 2.25.6 -> 2.26.0
mail/pear-Horde_Mail 2.5.0 -> 2.5.1
mail/pear-Horde_Mime 2.6.0 -> 2.6.1
devel/pear-Horde_Prefs 2.7.0 -> 2.7.1
mail/pear-Horde_Smtp 1.7.0 -> 1.8.0
devel/pear-Horde_Util 2.5.1 -> 2.5.2
2015-01-07 16:15:17 +00:00
Matthias Andree
b37db99ba9 With CVS gone, use the GIF file directly, ditching the uuencoding. 2015-01-07 00:25:46 +00:00
Matthias Andree
1661e02b60 Update rcfile and permission handling.
- Move directory permission handling into pkg-install, to work around
  pkg/libarchive issues on 9.3.
- Handle some crucial directory permissions directly in pkg-install,
  so that running check_perms becomes optional.
- Try a bit harder to preserve permissions on the archives/private dir.
- The rcfile now fixes directory permissions by default on start.
- You can now set mailman_fix_perms="NO" in the /etc/rc.conf* files,
  to avoid running check_perms -f on start, or from pkg-install.
- Clean up pkg-plist.
- Bump PORTREVISION to 6.

Suggested by:	bapt@, peter@
2015-01-07 00:12:45 +00:00
Thomas Zander
8800e4bb1c - Update to upstream version 1.2.0
- Remove GNOMEKEYRING OPTION, add LIBSECRET

PR:		195876
Submitted by:	jbeich@vfemail.net
2015-01-06 16:09:52 +00:00
Emanuel Haupt
e1cea1eaa9 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:01:41 +00:00
Emanuel Haupt
94aa3db170 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:38:40 +00:00
John Marino
691102663f mail/spamassassin: Revert command_interpreter fix for now
There is a report that defining command_interpreter actually causes
problem for spamd, athought it should not.  While the reason is being
investigated, the previous change has been reverted per maintainer's
request.

PR	196517
2015-01-06 01:05:46 +00:00
Lars Thegler
e05a6ffd40 - Update to 1.928 2015-01-05 18:59:06 +00:00
Lars Thegler
ba146d8079 - Update to 3.008 2015-01-05 18:56:39 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
John Marino
1f0d326644 mail/spamassassin: Add perl command_interpret to rc script
spamd is a perl script, so defining command_interpreter is required
for proper rc.d functioning.
2015-01-05 12:35:08 +00:00
Sunpoet Po-Chuan Hsieh
eab2cb1c33 - Update to 1.011.3
Changes:	http://search.cpan.org/dist/MIME-Charset/Changes
Approved by:	maintainer (blanket)
2015-01-04 17:12:49 +00:00
Sunpoet Po-Chuan Hsieh
b216bd791c - Update to 1.014.3
- Add LICENSE
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/MIME-EncWords/Changes
Approved by:	maintainer (blanket)
2015-01-04 17:12:38 +00:00
Kurt Jaeger
0e2e9b910b mail/dovecot2-pigeonhole: register the dependency on OpenSSL
PR:		196448
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2015-01-04 09:52:41 +00:00
Sunpoet Po-Chuan Hsieh
8341354c65 - Update to 1.2206
Changes:	http://search.cpan.org/dist/Net-IMAP-Simple/Changes
2015-01-04 09:26:30 +00:00
Olivier Duchateau
05be12954c - Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10,
and not available in x11-themes/adwaita-icon-theme)
- Bump PORTREVISION

PR:		183690 [1]
Requested by:	Rostislav Krasny
2015-01-03 17:47:50 +00:00
Sunpoet Po-Chuan Hsieh
be32e36885 - Update *_DEPENDS
- Add LICENSE
- Remove unnecessary USE_LDCONFIG
- Bump PORTREVISION for dependency change
- Sort PLIST
2015-01-03 07:12:12 +00:00
Jimmy Olgeni
ef31c58c24 Add missing IMAP/Utils.pm module. 2015-01-02 20:26:34 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Dirk Meyer
488941475a - fix build after removal of Berkeley DB port 2015-01-02 16:56:07 +00:00
Dirk Meyer
2b448389b4 - add shebangfix 2015-01-02 13:00:52 +00:00
Vsevolod Stakhov
5631a4209e - Update to 0.8.0
The notes are here: https://rspamd.com/release/update/2015/01/02/rspamd-0.8.html
2015-01-02 11:44:59 +00:00
Bryan Drewery
307a9757cd Fix ownership of home directory 2014-12-31 19:22:17 +00:00
Kurt Jaeger
11a7e2ff61 mail/rainloop: 1.7.0 -> 1.7.1
Changes:
  http://rainloop.net/changelog/

PR:		196401
Submitted by:	loic.blot@unix-experience.fr (maintainer)
2014-12-31 16:07:08 +00:00
Koop Mast
b28f497285 Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].

PR:		195290 [1], 195289 [2], 195455 [3]
Obtained from:	gnome devel repo
2014-12-30 20:13:46 +00:00
Alex Dupre
8eb51ef83a Update to 1.0.4 release. 2014-12-30 09:46:39 +00:00
Alex Dupre
1dd627fa96 Update to 1.9.5 release. 2014-12-30 09:26:30 +00:00
Baptiste Daroussin
5da16cb639 dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by
make.conf and src.conf

PR:		194099
Submitted by:	mva
2014-12-30 07:44:41 +00:00
Baptiste Daroussin
955f3c9288 Use regular EXTRA_PATCHES definition
PR:		192033
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2014-12-29 23:06:29 +00:00
Baptiste Daroussin
69b83aec68 I have no time to work on dma 2014-12-29 22:47:59 +00:00
Kurt Jaeger
e7707a655b mail/imapsync: 1.592 -> 1.607
Changes:
- Folders showed also in utf8.
- Caveat to upgrade on Unix!: New Unicode::String Perl module
  dependency, for utf8 output. See the INSTALL file.
- Enhancement: Added --skipemptyfolders to skip syncing empty host1
  folders. They are not created on host2.
- Usability: Remove /x from regexes applied with --include and --exclude.
  Blanks no longer have to be explicit with \ or [ ].
- Usability: Added utf8 output for folder names, protocol native utf7imap
  special characters are not user friendly readable
- Usability: Moved foldersizes output after folders lists output.
- Usability: Added total size transferred after each message copied.
- Usability: After ETA, added number of total to be synced, as a
  denominator dddd after each message copied, like nnn/dddd where nnn
  is the number of messages copied. Before there was only nnn without
  /dddd.
- Bug fix: Added several checks if IsUnconnected. Goal avoid imap
  commands while disconnected. Reconnexion would be better anyway.

PR:		196341
Submitted by:	mp39590@gmail.com
2014-12-29 08:41:57 +00:00
Baptiste Daroussin
b1ddfbe27d mail private expect 02770 2014-12-27 11:23:03 +00:00
Antoine Brodin
8c35568bf3 Change RUN_DEPENDS to a file which is actually used 2014-12-27 09:32:18 +00:00
Matthias Andree
fa3fa04f49 The rcfile now runs bin/check_perms so users have a visual clue in case
they installed the package without running scripts (pkg install -I).
Clean up inconsistent image (=icon) installation. Reported by Alex Stangl.
Makefile: Shuffle things around to please portlint.
Makefile: Clean up muting: only mute RM, comments, MKDIR.
Makefile: Move postfix checks into pkg-install.
pkg-deinstall: drop workaround for traditional pkg_delete.
pkg-deinstall: less verbose mail list reporting.
pkg-deinstall: cleanups for last_mailman_version handling.
pkg-install: defeat "Re-run..." line from check_perms to avoid confusing users.
pkg-plist: cleanups and modernization. Sets directory permissions.
  NOTE: pkg 1.4.1 is unable to extract these on package installs,
  "make install" however should be fine.
2014-12-27 01:19:30 +00:00
Matthias Andree
1469247035 Back out bapt's "cleanup" commit r371953.
This causes directory permissions to change, and if installation happens
without scripts, installing the new package causes mailman to become
defunct until bin/check_perms is run manually.

Most directories need to have group mailman (or whatever is configured)
and mode 02775, with exception of the archive/private.

More cleanups to follow later.

Submitted by:	flo@
2014-12-26 19:07:21 +00:00
Antoine Brodin
7335a2e374 Allow building with either giflib 4.2 or 5.0 2014-12-26 11:11:02 +00:00
Baptiste Daroussin
2d7cbb3ad2 Bump portrevision after png update 2014-12-25 20:55:54 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Olli Hauer
2468007643 - fix broken rc script from last commit.
(var do not expandinside singel quote, so the port failed to start)
- bump PORTREVISION

PR:		196090 (followup)
Approved by:	maintainer (implicit)
2014-12-25 13:44:00 +00:00
Wen Heping
064663b0de Dancer2::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define
how you wish to send the email in your application's YAML
configuration file, then call the email keyword passing the
necessary parameters.

WWW: http://search.cpan.org/dist/Dancer2-Plugin-Email/

PR:		196190
Submitted by:	hvo.pm@xs4all.nl
2014-12-25 13:35:23 +00:00
Baptiste Daroussin
fa3d8de521 Remove useless gnomehack 2014-12-25 01:51:13 +00:00
Emanuel Haupt
fea3fde78d Update to 1.04 2014-12-24 14:32:45 +00:00
Pawel Pekala
a825dce762 Update to version 1.6 2014-12-24 09:26:56 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
4fe4b02802 cleanup plist 2014-12-20 19:12:11 +00:00
Sunpoet Po-Chuan Hsieh
93798729eb - Fix r375073, it should be bsd.port.options.mk and bsd.port.mk 2014-12-20 18:26:59 +00:00
Sunpoet Po-Chuan Hsieh
e080f4a05c - Reword COMMENT
- Remove .include <bsd.port.options.mk>
- Cosmetic change: gather build-related knobs
2014-12-20 18:19:01 +00:00
Rong-En Fan
6375556c11 - rc script enhancements
- pass maintainership
- bump PORTREVISION

PR:             196090
Submitted by:   geoffroy desvernay <dgeo at centrale-marseille.fr>
2014-12-20 13:27:04 +00:00
Rong-En Fan
d68a3fdb96 - rc script enhancements
- pass maintainership
- bump PORTREVISION

PR:		196090
Submitted by:	geoffroy desvernay <dgeo at centrale-marseille.fr>
2014-12-20 13:25:57 +00:00
Chris Rees
978c38d9df - Update to 6.1.22
- Add Net::DNS as stated in changelog for 6.1.21

Also changed in plist:
 - @dirrm(try) to @dir to make portlint happy.
 - removed @owner for libexec/sympa/*: sympa doesn't need write privileges here (do it ?)
 - changed broken ${CHOWN} from Makefile to "@owner" in plist for %%DATADIR%%/{list_data,bounce,arc} (owned by sympa:sympa for real)

Pass maintainership to submitter (thanks a lot!)

PR:		ports/193522
Submitted by:	Geoffroy Desvernay
2014-12-19 17:17:22 +00:00
Baptiste Daroussin
4dcc08d254 Update to 1.8
Take maintainership
2014-12-19 16:52:21 +00:00
Hajimu UMEMOTO
7ccbc423ba Fix build with clang when SNMP option is enabled.
PR:		196015
2014-12-17 18:04:21 +00:00
Thierry Thomas
dff12756e5 Change the WWW: line to avoid confusion.
Suggested by:	bapt
2014-12-14 20:03:28 +00:00
Thierry Thomas
69d0a0a258 Adding mail/panda-cclient and mail/panda-imap.
Since Mark Crispin left the UW, development on UW-IMAP paused. Mark
however continued developing the toolkit under the name Panda-IMAP.
Since Mark passed, Jonathan Abbey created a project on GitHub, by
concatenating all of the public releases of UW IMAP with the last
version of Panda IMAP.

Add conflict lines with the original ports.
2014-12-14 17:56:14 +00:00
Guido Falsi
42cb1bacd4 Update to 2.8.1 2014-12-14 14:33:23 +00:00
Guido Falsi
54a3291db2 Update to 2.8.0
With this version the dovecotauth patch has been integrated upstream.
2014-12-14 13:19:05 +00:00
Adam Weinberger
f158485de7 Dovecot reloads its configuration on HUP signal [1], so, add the reload command
to its rc.d script.

[1] http://wiki2.dovecot.org/RunningDovecot#Reloading_Configuration

PR:		195915
Submitted by:	quickfox@abv.bg
2014-12-12 15:21:11 +00:00
Rodrigo Osorio
404f500a16 Transfer ports maintainership to Muhammad Moinur Rahman
PR:		ports/195854
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-12-11 08:04:05 +00:00
Kubilay Kocak
b6450d4ca7 databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
  * alloca.h include not found on FreeBSD
  * cinttypes include location
  * clang compatibility
- Strip shared libraries manually since upstream install-strip target is
  fail

Changes:

  https://launchpad.net/libmemcached/+announcements

[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560

Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
2014-12-11 05:26:39 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Dirk Meyer
0275ae5d48 - update to 8.15.1
- cleanup options
- tlsext.patch removed, now part of distribution
2014-12-10 14:24:17 +00:00