Commit graph

18007 commits

Author SHA1 Message Date
Baptiste Daroussin
d5c48db6b2 Allow packaging as regular user
Add USES=uidfix to get the definition of GID
Overwrite via MAKE_ARGS the owner and groups enforced by upstream Makefile
Ownership remains unchanged in the final package given the ownership is now set
by plist
Change modes when installing to allow stripping in post-install as a regular
user
Replace INSTALL_SCRIPT by INSTALL_LIB which takes care of stripping the binaries
when installing
2015-05-30 23:54:51 +00:00
Baptiste Daroussin
56f6b3f592 There is no need to chown from install target given the plist will take care of it
Drop NEED_ROOT
2015-05-30 23:23:10 +00:00
Baptiste Daroussin
c727babb6a Switch from NEED_ROOT to USES=fakeroot 2015-05-30 23:21:45 +00:00
Baptiste Daroussin
9624e9cbe5 Drop useless NEED_ROOT 2015-05-30 23:18:38 +00:00
Baptiste Daroussin
de48bc77de Switch from NEED_ROOT to USES=fakeroot 2015-05-30 23:12:48 +00:00
Dmitry Marakasov
1c77bbb2fc - Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:25:01 +00:00
Muhammad Moinur Rahman
a304ffd8d0 mail/maildirsync: UNBREAK
- Add LICENSE(ART10 GPLv1)
- Fix pkg-descr
2015-05-30 11:54:40 +00:00
Dmitry Marakasov
73d318cf4d - Drop @dirrm* from plist
- Add LICENSE
2015-05-30 00:30:57 +00:00
Dmitry Marakasov
60c7b15af8 - Modernize plist 2015-05-30 00:30:24 +00:00
Antoine Brodin
2ed473d286 Deprecate ports broken for more than 6 months 2015-05-29 17:46:25 +00:00
Vsevolod Stakhov
65089af011 - Update to 0.9.5 2015-05-29 12:17:00 +00:00
Bryan Drewery
05fd808dad Release maintainership 2015-05-28 20:40:58 +00:00
Dmitry Marakasov
869af94ad6 - Drop @dirrm* from plist 2015-05-28 20:27:37 +00:00
Dmitry Marakasov
52d212a085 - Modernize plist
- Remove deprecated MAN* knobs
2015-05-28 20:27:31 +00:00
Bryan Drewery
0bc41e9815 Farewell qmail. You were good but the lack of an upstream maintainer or
ecosystem maintainers makes this not a viable mail system today. Personally
I am moving to postfix and have so far found it incredibly easy to setup and
already prefer it over qmail.
2015-05-28 15:56:59 +00:00
Kubilay Kocak
c9b3b04fbc mail/trojita: Enable password plugins
- Enable QTKEYCHAIN and CLEARTEXT plugins for trojita and trojita-qt4
- Remove obsolete path patch and post-install: target

PR:		200441
Submitted by:	Marco Broder <marco dot broeder posteo eu> (maintainer)
2015-05-27 04:47:15 +00:00
Ryan Steinmetz
52b38bfcb2 - Add shebangfix to fix runtime errors after recently deleting the perl symlinks
- Bump PORTREVISION
2015-05-27 03:10:34 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Vsevolod Stakhov
4acbbe966d - Require sane compiler to build 2015-05-26 12:30:23 +00:00
Dmitry Marakasov
25f7eb06fb - Modernize plist 2015-05-25 20:16:02 +00:00
Sunpoet Po-Chuan Hsieh
c12356188a - Update to 1.1.0
- Add LICENSE
- Add WWW

Changes:	https://github.com/terceiro/rmail/blob/master/ChangeLog
2015-05-25 19:55:45 +00:00
Sunpoet Po-Chuan Hsieh
d43b89c4bc - Add LICENSE
- Update WWW
2015-05-25 19:55:40 +00:00
Bryan Drewery
0a7b797cd3 VDA: Remove misleading '32bit' in description.
This stemmed from older VDA patches which provided a default patch which only
used 'long' for its data types and a '64bit' patch which used 'long long'.
On 32bit systems 'long' is limited to a 2GB quota while on 64bit systems it will
not be. They later renamed the '64bit' patch to be 'bigquota'. They no longer
provide a 'bigquota' patch due to less demand as most systems are 64bit
today and do not have the small 2GB quota limitation with the 'long' type.
The description of '32bit' was not accurate or useful anymore.

Upstream discussion: http://sourceforge.net/p/vda/mailman/message/24713171/
2015-05-25 17:55:45 +00:00
Vsevolod Stakhov
4e0acb4642 Fix build on FreeBSD < 10.
Tested by:	az
Obtained from:	git
2015-05-24 17:03:55 +00:00
Kurt Jaeger
ea9d9a4680 mail/davmail: fix patch to patch-build.xml
PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer)
2015-05-24 06:45:53 +00:00
Olli Hauer
f00ebb1ab1 - fix shebang 2015-05-23 21:48:19 +00:00
Kurt Jaeger
6d25652c5d mail/davmail: 4.5.1 -> 4.6.1
Fixes potential CVE-2014-3566 vulnerability

DavMail 4.6.1
Bugfix release to fix recent regression with Office 365,
also includes a few Linux and IMAP enhancements.

Linux:
- RPM: exclude Growl library from RPM package
- Add genericname to desktop entry
- RPM: Fix warning the init script refers to runlevel 4 which is
  admin defined. No distribution script must use it
- Detect and log message for Unity users
- RPM: Fix JAVA HOME detection for openSUSE_13.2
- RPM: update spec file from OpenSuse build by Dmitri Bachtin and
  Achim Herwig

SWT:
- SWT: improve tray init, preload image and add a delay on first message

Enhancements:
- Add a few more logging statements

IMAP:
- Fix #36 Endless loop when using IMAP IDLE feature with SSL sockets,
  replaced thread sleep with a short timeout on socket read

EWS:
- EWS: update checkEndPointUrl, send get root folder request instead
  of static wsdl request no longer available on Office365

DavMail 4.6.0
Bugfix release with many IMAP enhancements over EWS, implement batch
move items, also includes a brand new generic OSX package to handle
new OSX java behaviour.

OSX:
- OSX: refactor OSX package based on universalJavaApplicationStub
- Replace Java application stub with
  https://github.com/tofi86/universalJavaApplicationStub/blob/master/src/universalJavaApplicationStub

Doc:
- Doc: update OSX setup documentation
- Doc: additional Linux instructions for Ubuntu 14
- Fix #31 A typo in davmail.properties example

EWS:
- EWS: improve main calendar folder test
- EWS: fix batch move
- EWS: Adjust paged search for folders
- EWS: implement batch move items
- EWS: improve folder paged search
- Prepare batch move implementation
- EWS: force NTLM in direct EWS mode
- EWS: implement batch move method
- EWS: switch to GetMethod to check endpoint
- EWS: take paging into account in appendSubFolders
- EWS: fix ErrorExceededFindCountLimit on FindFolder requests
- EWS: avoid NullPointerException in fixAttendees

Linux:
- Allow Java 8 and default jre in debian package

IMAP:
- IMAP: fix 587 log and skip broken messages

Caldav
- Caldav: fix #98 Support of Contacts in CardDav REPORT
- Fix #35 duplicates in updated reoccurring events

Enhancements
- From audit: remove throws statement
- Adjust KerberosHelper logging message
- Fix for #534 Kerberos Authentication doesn't seem to be work cross domain

LDAP:
- LDAP: reset icon after search

PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer (timeout))
2015-05-23 18:28:13 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Hajimu UMEMOTO
45544093fe Update to 2.5.3. 2015-05-22 08:26:37 +00:00
Bryan Drewery
454e14df24 - Update to 5.0.1
- Release maintainership
2015-05-21 22:44:50 +00:00
Vsevolod Stakhov
a60dc420fb - Update to 0.9.4 2015-05-21 13:34:54 +00:00
Dmitry Marakasov
ea59090fbb - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-21 07:06:01 +00:00
Vsevolod Stakhov
0e0a1459c4 - Update to 0.9.3 2015-05-19 16:23:11 +00:00
Vsevolod Stakhov
c3c3c040d1 - Update to 0.9.2 2015-05-19 15:40:43 +00:00
Dmitry Marakasov
e490d373a2 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 12:05:14 +00:00
Dmitry Marakasov
4d61e5950b - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 12:05:04 +00:00
Dmitry Marakasov
295476bc7f - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-05-19 01:03:22 +00:00
Dirk Meyer
844698334d - update to meta1-1.1.Alpha1.0 2015-05-18 19:24:50 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Vsevolod Stakhov
38b57f0494 - Update to 0.9.1 2015-05-18 08:51:40 +00:00
John Marino
0299645ed3 mail/mime-construct: Remove empty backup MASTER_SITES
Renatasystems is not hosting distfile so remove it.  The primary site
is still up and hosting the distfile.
2015-05-17 15:08:38 +00:00
John Marino
54ef77e723 mail/mime-construct: Remove RUN_DEPENDS; reset maintainership
Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in
all supported Perl releases.  While here, reset maintainership since it's
been 5 years since maintainer was last seen.

PR:		196700
Submitted by:	Yasuhiro KIMURA
Approved by:	maintainer timeout (4 months, maintainer reset)
2015-05-17 15:03:14 +00:00
Muhammad Moinur Rahman
2b5a9480c9 mail/dovecot2-pigeonhole: Update version 0.4.7=>0.4.8
- Add OPTIONS for DOCS

PR:		200226
Submitted by:	ler@lerctr.org
2015-05-17 07:25:49 +00:00
John Marino
cc099ba546 mail/milter-bogom: Fix build on systems without base sendmail
There was an attempt to support ports sendmail made, but the attempt
didn't work.  Well, it accidently worked because the compilers looked
for headers and libraries at LOCALBASE/include and LOCALBASE/lib so
the bad LDFLAGS value was ignored.  Fix ports-sendmail LDFLAGS and
explicitly set -I so milter-bogom builds on all compilers.

Approved by:	just fix it
2015-05-16 19:10:43 +00:00
Dirk Meyer
b048260f0a - use USERS/GROUPS
- removes obsolete @dirrm
- support STRIP_CMD
- stops rebuilding submit.cf
PR:		200244
Submitted by:	John Marino
2015-05-16 18:45:43 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
  "sidebar_shortpath" which is set to yes by default to ensure
  backwards compatibility.

- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
  stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
  check for the presence of that to ensure the agent is running).

- Fix pgp key selection [2].

- Bump port revision because of major change to sidebar patch and gpg
  handling.

PR:		199727
PR:		199115 [1]
PR:		199341 [2]
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
MFH:		2015Q2
2015-05-16 01:19:11 +00:00
Sunpoet Po-Chuan Hsieh
ec2a4124be - Use DISTVERSIONPREFIX instead of DISTNAME
- Simplify Makefile
2015-05-15 18:05:24 +00:00
Adam Weinberger
86150bb805 Update dovecot2 to 2.2.18. This is a bugfix release to address issues
identified in 2.2.17.

Changes:
- director: Login UNIX sockets were normally detected as doveadm or
  director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
  alt storage as well.

Bump PORTREVISION on antispam-plugin and pigeonhole, like I should have
done last time.
2015-05-15 15:02:07 +00:00
Baptiste Daroussin
6e2c7283d1 Move the big warning on top of the Makefile so maybe next time the bump of
portrevision of plugins won't be missed
2015-05-15 10:41:31 +00:00
Baptiste Daroussin
119be06626 Bump portrevision after dovecot2 update 2015-05-15 10:40:15 +00:00