Commit graph

18531 commits

Author SHA1 Message Date
Martin Wilke
90cab65391 - Update to 0.4.11
PR:		206042
Submitted by:	maintainer
2016-01-09 12:51:56 +00:00
Bernhard Froehlich
ce375404e1 - Update to 1.00 2016-01-08 15:29:01 +00:00
Bartek Rutkowski
a6c54336cb mail/dcc-dccd: change maintainer to Piotr Kubaj <pkubaj@anongoth.pl>
PR:		205985
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-01-08 12:21:26 +00:00
Emanuel Haupt
520afcaff1 Add cleanup-maildir 0.1.0.2016010801, a script for cleaning up mails in
Maildir folders based on the arival date.

The script supports thread detection and can distinguish between read and
partially read threads.
2016-01-08 11:45:27 +00:00
Jan Beich
b88d91d721 gecko: unbreak FFMPEG=off build on esr38
PR:		205747
MFH:		2016Q1
2016-01-08 00:47:13 +00:00
Jason E. Hale
781dae49d7 - Convert to OPTIONS helpers where possible
- Rename GPGME option to GNUPG as it better describes the functionality
  provided
- Bump PORTREVISION due to option name change
2016-01-07 17:26:33 +00:00
Pawel Pekala
b707ac80a4 - Remove deprecated @dirrm's from pkg-plist
- Add NO_ARCH
- DOCS is default, no need to set it
- Use options helper

PR:		205847
Submitted by:	myself
Approved by:	maintainer
2016-01-07 16:57:21 +00:00
Pawel Pekala
ebcab3f0e5 - Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now
- Add NO_ARCH

PR:		205969
Submitted by:	myself
Approved by:	maintainer
2016-01-07 16:53:44 +00:00
Pawel Pekala
eab54a0a9e Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now.

PR:		205970
Submitted by:	myself
Approved by:	maintainer
2016-01-07 16:48:13 +00:00
Jason E. Hale
42b0bae34f Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
2016-01-07 14:54:03 +00:00
Pawel Pekala
0668e57966 - Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now
- Add NO_ARCH

PR:		205968
Submitted by:	myself
Approved by:	maintainer
2016-01-06 21:38:59 +00:00
Pawel Pekala
07f7b7ecb8 - Update to version 1.1.3, development moved to GitHub
- Keep edited configuration file on port deinstallation
- Add NO_ARCH
- Update LICENSE
- Fix x-generate-plist target (remove deprecated @dirrm)

PR:		205972
Submitted by:	maintainer
2016-01-06 21:34:33 +00:00
Pawel Pekala
ccd24e24ed - Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now
- Add NO_ARCH
2016-01-06 18:03:51 +00:00
Pawel Pekala
ce791c07a0 - Remove usage of deprecated @dirrm
- Switch to options helpers

PR:		205957
Submitted by:	myself
Approved by:	maintainer
2016-01-06 16:48:13 +00:00
Mathieu Arnold
5e0e495855 Resign from this one, I don't use it any more.
Sponsored by:	Absolight
2016-01-06 16:16:22 +00:00
Guido Falsi
fae60e1278 Stop DOCS option appearing twice in this port.
PR:		205924
Submitted by:	marino@
MFH:		2016Q1
2016-01-06 11:34:36 +00:00
Adam Weinberger
090523dbd3 Execute run_rc_command even if the config file doesn't exist. Previously,
until you followed the instructions in pkg-message, the config file didn't
exist and rc.d/dovecot would just silently exit.

While here, also spit out a message reminding you to create the config
files if necessary.

PR:		205761
Submitted by:	me@cschwarz.com
2016-01-05 20:59:02 +00:00
John Marino
120409991c mail/qmail: Rename Make var from SELECTED_OPTIONS to SEL_OPTIONS
SELECTED_OPTIONS is now a framework informational variable, so there
is a name clash with qmail and its slave ports.  Just rename the
variable here to remove the conflict (No-op)

Approved by:	Just fix it
2016-01-05 16:08:15 +00:00
Olli Hauer
7a5b13abcd - fix misplaced strip flag
MFH:		2016Q1
2016-01-05 06:40:47 +00:00
Pawel Pekala
b5b7931cca Remove deprecated @dirrm's from pkg-plist
PR:		205833
Submitted by:	myself
Approved by:	maintainer
2016-01-04 16:31:13 +00:00
Vsevolod Stakhov
b5ac65280b - Update to 1.1.0.a2.04012016
- Move to USE_GITHUB knobs

Submitted by:	az via email
2016-01-04 15:41:47 +00:00
Olli Hauer
8c3dbcf8bd - rework pkg-install and pkg-message [1]
- install postfix specific mailer.conf.postfix into DATADIR [2]

- use new notation instead PATCH_DIST_STRIP

- bump PORTREVISION

1) detect if the port is installed without TERM, in this case
   do not ask the to make postfix the default mailer and respect
   the env POSTFIX_DEFAULT_MTA. This helps tools like salt,
   ansible, cfengine and puppet during the first package installation.

2) $DATADIR/mailer.conf.postfix can be used by the tools in 1)

MFH:		2016Q1
2016-01-04 10:33:26 +00:00
Olli Hauer
28eb67e0f7 - rework pkg-install and pkg-message [1]
- install postfix specific mailer.conf.postfix into DATADIR [2]

- make EAI the default, postfix will reject messages if build
  w.o. EAI and compatibility_level is set to a value >=1 [3]

- use new notation instead PATCH_DIST_STRIP

- bump PORTREVISION

1) detect if the port is installed without TERM, in this case
   do not ask the to make postfix the default mailer and respect
   the env POSTFIX_DEFAULT_MTA. This helps tools like salt,
   ansible, cfengine and puppet during the first package installation.

2) $DATADIR/mailer.conf.postfix can be used by the tools in 1)

3) Issue noted by Melissa Pilgrim by PM
   Short description of the issue:
    If compatibility_level is set to a value >= 1, then postfix set
    smtputf8_enable=yes.  For more information see
     $ postconf -d | grep compatibility_level
    and
     http://www.postfix.org/SMTPUTF8_README.html

MFH:		2016Q1
2016-01-04 10:31:51 +00:00
Martin Wilke
c5d31dd10b - Update to 4.85.2-3
PR:		205010
Submitted by:	Talal Al Dik
Approved by:	maintainer timeout (3 weeks+)
2016-01-04 07:16:00 +00:00
Martin Wilke
79281a4d27 - Make IPV6 optional
On system without any IPv6 addresses emailrelay fails to start with messages:
# service emailrelay start
emailrelay: error: cannot bind the listening port: :::25
emailrelay: exception: cannot bind the listening port: :::25
/usr/local/etc/rc.d/emailrelay: WARNING: failed to start emailrelay

PR:		204126
Submitted by:	Dmitry Afanasiev
Approved by:	maintainer timeout
2016-01-04 07:10:15 +00:00
Pawel Pekala
ab2ec1a1ba Remove deprecated @dirrmtry 2016-01-02 20:45:29 +00:00
Pawel Pekala
a67bbb9dbf Remove deprecated @dirrm 2016-01-02 20:39:14 +00:00
Pawel Pekala
4408185287 Remove deprecated @dirrm's from pkg-plist 2016-01-02 20:25:02 +00:00
Pawel Pekala
5c3d915149 - Convert to options helpers
- Allow to build as normal user, remove chmod/chown opertaions
  requiring root priviledges
- Modernize pkg-plist
2016-01-02 20:07:47 +00:00
Dirk Meyer
2cd394ce34 - update to 1.1.Alpha2.0 2016-01-02 10:40:16 +00:00
Alex Dupre
6c833f2110 Update to 1.1.4 release.
PR:		205779
Submitted by:	Vladimir Krstulja
2016-01-02 08:58:32 +00:00
Thomas Zander
147e94a9d4 Fix IPv6 patch
PR:		205752
Submitted by:	takefu@airport.fm
Approved by:	andrey@bsdnir.info (maintainer)
2016-01-01 16:40:04 +00:00
Raphael Kubo da Costa
161ab8327c Fix MASTER_SITES and unmark BROKEN. 2016-01-01 13:38:29 +00:00
Raphael Kubo da Costa
e62c164e63 Deprecate and set to expire in 1 month.
This version is very old, has not been updated since 2009 and has been broken
for several months.
2016-01-01 13:36:58 +00:00
Sunpoet Po-Chuan Hsieh
3a88662d26 - Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.*
- Allow concurrent installation (USE_PYTHON=concurrent)
- While I'm here, convert to new options target helper

PR:		205745
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2016-01-01 08:07:19 +00:00
Sunpoet Po-Chuan Hsieh
abf5cbb595 - Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.*
- Allow concurrent installation (USE_PYTHON=concurrent)

PR:		205745
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2016-01-01 06:36:22 +00:00
Chris Rees
ebe8a24550 Fix bashism
PR:		ports/164901
Submitted by:	Martin Waschbuesch
2015-12-31 18:04:31 +00:00
Vsevolod Stakhov
d2316af581 - Update to 1.1.0.a1.30122015
- Enable debug flags by default [1]

Submitted by:	az via telegram [1]
2015-12-30 15:17:17 +00:00
Matthias Andree
4d4e2f35e8 Fix a leftover in rcfile, make more robust.
Make things more robust such that options in mailman_flags don't kill
the start.
2015-12-30 15:00:35 +00:00
Matthias Andree
3c21594264 Fix stop method in rc.d script to wait for process to exit.
To that end, simplify and use rc.subr default methods where possible.
2015-12-30 14:21:33 +00:00
Sunpoet Po-Chuan Hsieh
4d148c5514 - Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper

Approved by:	portmgr (blanket)
2015-12-30 12:14:07 +00:00
Raphael Kubo da Costa
cb2c733b13 Fix MASTER_SITES and unmark BROKEN. 2015-12-30 12:13:02 +00:00
Sunpoet Po-Chuan Hsieh
93bcf85c7b - Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports
2015-12-30 08:06:13 +00:00
Sunpoet Po-Chuan Hsieh
37da862c8d - Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
2015-12-29 19:10:14 +00:00
Sunpoet Po-Chuan Hsieh
f30213f868 - Add LICENSE
- Update and sort RUN_DEPENDS
- Add NO_ARCH
- Remove blank line
- Use = instead of ?=
- Rename patch file
- Pet portlint: fix diff header of patch files
2015-12-29 19:10:07 +00:00
Sunpoet Po-Chuan Hsieh
2328bfb8fe - Move mail/py-spf to mail/py-pyspf
- Update MASTER_SITES: change from SF to CHEESESHOP
- Update RUN_DEPENDS: always use dns/py-py3dns
- Bump PORTREVISION for dependency change
- Bump PORTREVISION for dependent ports
2015-12-29 19:03:25 +00:00
Sunpoet Po-Chuan Hsieh
e9f5f4530e - Move dns/py-dns3 to dns/py-py3dns
- Update MASTER_SITES: change from launchpad.net to CHEESEHOP
- Remove PKGNAMESUFFIX
- Add NO_ARCH
- Relax USES=python
- Add PyPI as primary WWW
- Bump PORTREVISION for dependent ports
2015-12-29 17:29:51 +00:00
Dmitry Marakasov
4aee74a6a8 - Update to 2.3.0
PR:		205213
Submitted by:	tkato432@yahoo.com
2015-12-29 17:09:29 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Matthias Andree
5181935100 Find Postfix also if installed with INST_BASE option.
Submitted by:	Roger Marquis
2015-12-29 11:56:20 +00:00