Commit graph

17694 commits

Author SHA1 Message Date
Adam Weinberger
70f3ad60ae Remove the checkyesno dovecot_enable section, as it prevents onestart/onestop
from working (as well as other things).

I suspect this behaviour is present in other rc-files... a general cleanup on
this might be in order.

PR:		194629
Submitted by:	Reinier Schoof
2014-10-27 15:45:19 +00:00
Emanuel Haupt
9b682f265f Remove usage of @dirrm 2014-10-27 09:30:59 +00:00
Bartek Rutkowski
db0b4352f0 mail/milter-greylist: minor fixes
- Use LIB_DEPS for curl, spf and geoip
- Use ${PORTSDIR} instead of {.CURDIR} for bsd.milter.mk location
- Do not bump PORTREVISION as all of curl, spf and geoip are disabled by defaul

PR:		193993
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Approved by:	mentors (implicit)
2014-10-27 07:24:19 +00:00
Pawel Pekala
a24f72f72e Update Claws Mail and plugins to 3.11.0 release
mail/claws-mail:
- Convert to USES=execinfo shebangfix
- Use path independent (BUILD|RUN)_DEPENDS

Release notes: http://claws-mail.org/news.php
2014-10-26 23:13:00 +00:00
Steve Wills
b4caa5c8cf Mark broken with Perl 5.18 and newer 2014-10-26 21:04:21 +00:00
Bruce A. Mah
56ba9de21f Update mail/spamass-milter to 0.4.0.
Brief summary of changes (taken from upstream release announcement):

- -C option to change the default reject code
- -S option to specify a path to sendmail (for the -x option)
- -R option to specify the rejection message
- -a option to skip messages that were authenticated
- IPv6 address support
- zombie process fix for the - option introduced in 0.3.2

Some of these changes (notably the -R and -a flags and the IPv6
support) were previously included in the port via patch files, which
are now unneeded and have been removed.
2014-10-26 03:25:50 +00:00
Adam Weinberger
1beb35f1e7 Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.
ChangeLog:

Some small fixes and changes to v2.2.14. This release is mainly in the hope
that it could still make it into the next Debian stable instead of v2.2.14 -
mainly because of a couple of new assert crashes that started happening in
v2.2.14 and should be fixed now.

	* Plugins can now print a banner comment in doveconf output
	  (typically the plugin version)
	* Replication plugin now triggers low (instead of high) priority for
	  mail copying operations.
	* IMAP/POP3/ManageSieve proxy: If destination server can't be
	  connected to, retry connecting once per second up to the value of
	  proxy_timeout. This allows quick restarts/upgrades on the backend
	  server without returning login failures.
	* Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't
	  returning failure in some situations where it should have (e.g.
	  allow_nets mismatch)
	* LMTP uses mail_log_prefix now for logging mail deliveries instead of
	  a hardcoded prefix. The non-delivery log prefix is still hardcoded
	  though.

	+ passdb allow_nets=local matches lookups that don't contain an IP
	  address (internally done by Dovecot services)
	+ Various debug logging and error logging improvements
	- Various race condition fixes to LAYOUT=index
	- v2.2.14 virtual plugin crashed in some situations
2014-10-26 00:15:42 +00:00
Matthias Andree
9a773f1850 Claim maintainership and deprecate. 2014-10-25 09:28:22 +00:00
Matthias Andree
08d754ca82 Limit PORTSCOUT scanning to 2.10.* versions. 2014-10-24 21:52:30 +00:00
Oliver Lehmann
9cdd85fb4c fix patch 2014-10-23 20:37:25 +00:00
Oliver Lehmann
06fafbe964 fix conflicts with mail/courier-imap
Reported by:    brent@jeneral.com
2014-10-23 17:30:52 +00:00
Adam Weinberger
a7c65ac805 Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT is
honored properly.

Submitted by:	Derek Schrock
2014-10-21 21:47:04 +00:00
Marcus von Appen
306e66af5d - Convert ports of mail/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 17:10:06 +00:00
Bryan Drewery
0688f1fcbf - Chase dovecot update in r371306 2014-10-20 23:15:05 +00:00
Bryan Drewery
60a1b3c5fe - Fix linking to port openssl with WITH_OPENSSL_PORT
Reported by:	Derek Schrock
2014-10-20 23:13:25 +00:00
Matthias Andree
16f23af3de Upgrade to 2.10.5; maintain mirror list.
Changelog: http://www.postfix.org/announcements/postfix-2.11.3.html

Kill utoronto.ca, samurai.com sites. Comment out ring.nict.co.jp sites,
not responding.  Add John Riley's mirror network.
2014-10-20 20:50:08 +00:00
Kurt Jaeger
495b248b8a mail/dspam-devel: merged with mail/dspam
PR:		193693
Submitted by:	danny@dannywarren.com (maintainer)
2014-10-20 18:51:29 +00:00
Kurt Jaeger
58099791a4 mail/dspam: 3.9.0 -> 3.10.2
Upstream Changes:
- Support for Postgresql 9.1 added
- Support for Postgresql <8.1 dropped (EOL)
- Support for MySQL 5.5 added
- Support for MySQL <5.0 dropped
- Updated license from GPLv2 to AGPLv3
- Bug in RSET handling during LHLO phase
- Location of configuration files in dspam home (/var/dspam) can be changed
  through dspam.conf
- Various fixes to the webui templates
- Various small bugs and memleaks
- Missing documentation added to tarball
- Many bugfixes

Port Changes:
- Update to OptionsNG
- Fix pidfile location discrepancy introduced in 3.10.2
- Port cleanup by various submitters, thanks! [1][2][3][4][5]

[1] Patch from <yds@CoolRat.org> (PR #180695, #191610)
[2] Patch from Radim Kolar <hsn@sendmail.cz> (PR #167289)
[3] Patch from Olli Hauer <ohauer@FreeBSD.org> (PR #148485)
[4] Patch from <mtomasek4@gmail.com> (PR #191610)
[5] Patch from Rene Ladan <rene@FreeBSD.org> (PR #191797)

PR:		193693
Submitted by:	danny@dannywarren.com (maintainer)
2014-10-20 18:48:31 +00:00
Martin Matuska
f51558983d Horde package update:
comms/pear-Horde_ActiveSync 2.19.0 -> 2.19.3
devel/pear-Horde_Core 2.14.0 -> 2.15.0
textproc/pear-Horde_CssMinify 1.0.1 -> 1.0.2
www/pear-Horde_Dav 1.0.7 -> 1.1.0
databases/pear-Horde_Db 2.1.3 -> 2.1.4
mail/pear-Horde_Imap_Client 2.25.0 -> 2.25.2
archivers/pear-Horde_Pack 1.0.3 -> 1.0.4
devel/pear-Horde_Timezone 1.0.7 -> 1.0.8
2014-10-20 11:22:54 +00:00
John Marino
e37d39a111 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:34:03 +00:00
Antoine Brodin
ece245b57f Ignore on the package builders when the default version of python is different
from the requested one

Reported by:	pkg-fallout
2014-10-18 14:44:52 +00:00
Dirk Meyer
48a0dae4fb - fix LDOPS which is parsed twice by m4 now 2014-10-18 12:38:22 +00:00
John Baldwin
1ebd0e3345 The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
2014-10-18 12:20:42 +00:00
John Marino
e44cd05a58 mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
PR:		194370
submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 06:47:25 +00:00
Baptiste Daroussin
2b88da1ab0 Fix harder
PR:		194205
2014-10-17 23:35:23 +00:00
Baptiste Daroussin
7946626b9e Fix plist
PR:		148051
Pointyhat to:	bapt
2014-10-17 23:32:06 +00:00
Baptiste Daroussin
791f2bc627 Reset maintainership 2014-10-17 10:23:34 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Rene Ladan
e773ca5bc8 Remove expired port:
2014-10-15 mail/p5-Email-Stuff: Deprecated in favour of mail/p5-Email-Stuffer
2014-10-15 22:05:08 +00:00
Vsevolod Stakhov
f14e7c0cf1 - Update to 0.7.2 2014-10-15 17:01:04 +00:00
Beat Gaetzi
8f7f02ae39 - Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
2014-10-15 15:48:16 +00:00
Frederic Culot
65d62df3cf - Update to 2.09
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-10-15 12:10:42 +00:00
John Marino
78a3ed4d90 Close out a bunch of PRs that only remove @dirrm
PR:		194331, 194332
PR:		194365, 194366, 194369, 194371, 194374
2014-10-15 11:32:09 +00:00
Jun Kuriyama
aaaec77941 This transport is used to send email over SMTP, either with or without
secure sockets (SSL/TLS). it uses the great Net::SMTPS.

This module is recommended than Email::Sender::Transport::TLS.

WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/
2014-10-15 10:45:32 +00:00
Matthias Andree
dc22d9ed7f @unexec rmdir -> @dir 2014-10-14 22:49:23 +00:00
Matthias Andree
e76ca1d15b test drive Postfix 2.10.4 upgrade. ~/VCS-mine/redports/mandree/mail/postfix210/ 2014-10-14 22:29:59 +00:00
Adam Weinberger
3d2a3256c4 Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole and
dovecot2-antispam-plugin.

Changes in 2.2.14:

	* lmtp: Delivered-To: header no longer contains <> around the email
	  address. Other MDAs don't have it either.
	* "Out of disk space" errors are now treated as temporary errors
	  (not the same as "Out of disk quota").
	* replication plugin: Use replication only for users who have a
	  non-empty mail_replica setting.

	+ lmtp proxy: Log a line about each mail delivery.
	+ Added login_source_ips setting. This can be used to set the source IP
	  address round-robin from a pool of IPs (in case you run out of TCP
	  ports).
	+ Rawlog settings can use tcp:<host>:<port> as the path.
	+ virtual plugin: Don't keep more than virtual_max_open_mailboxes
	  (default 64) number of backend mailboxes open.
	+ SSL/TLS compression can be disabled with ssl_options=no_compression
	+ acl: Global ACL file now supports "quotes" around patterns.
	+ Added last-login plugin to set user's last-login timestamp on login.
	+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
	- IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't
	  enabled. This broke at least old Outlooks.
	- passdb static treated missing password field the same as an empty
	  password field.
	- mdbox: Fixed potential infinite looping when scanning a broken
	  mdbox file.
	- imap-login, pop3-login: Fixed potential crashes when client
	  disconnected unexpectedly.
	- imap proxy: The connection was hanging in some usage patterns. This
	  mainly affected older Outlooks.
	- lmtp proxy: The proxy sometimes delivered empty mails in error
	  situations or potentially delivered truncated mails.
	- fts-lucene: If whitespace_chars was set, we may have ended up
	  indexing some garbage words, growing the index size unnecessarily.
	- -c and -i parameters for dovecot/doveadm commands were ignored if
	  the config socket was readable.
	- quota: Quota recalculation didn't include INBOX in some setups.
	- Mail headers were sometimes added to dovecot.index.cache in wrong
	  order. The main problem this caused was with dsync+imapc incremental
	  syncing when the second sync thought the local mailbox had changed.
	- doveadm backup didn't notice if emails were missing from the middle
	  of the destination mailbox. Now it deletes and resyncs the mailbox.
2014-10-14 17:34:59 +00:00
Raphael Kubo da Costa
5be7d37dde Remove build-time dependency on devel/qt5-qmldevtools.
qt5-qmldevtools is likely to be removed when we move to Qt 5.3, and trojita
has never actually needed it.

PR:		194303
Approved by:	Marco Broeder <marco.broeder@posteo.eu> (maintainer)
2014-10-13 18:31:24 +00:00
Kurt Jaeger
d9c33f4f7e mail/mail-notification: fix issues
- fix dist url
- hotmail feature disabled
- strip binary
- use gmime26 instead of gmime2
- bump portrevision
- change maintainer to submitter

PR:	192349
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Approved by:	mwisnicki+freebsd@gmail.com (maintainer)
2014-10-09 20:59:55 +00:00
Matthew Seaman
65d8b068f3 Ooops. Forgot to strip the @dirrm stuff out of the plist. 2014-10-08 21:17:13 +00:00
Matthew Seaman
9c2429a620 Update to 0.05
Change log:	http://cpansearch.perl.org/src/ALEXMV/Email-Address-List-0.05/Changes
2014-10-08 21:13:47 +00:00
Baptiste Daroussin
12d0fc35c2 Convert to USES=pgsql 2014-10-08 20:58:32 +00:00
Baptiste Daroussin
54bbf6e59c Convert to USES=pgsql 2014-10-08 20:57:32 +00:00
Baptiste Daroussin
3cbe616691 Convert to USES=pgsql 2014-10-08 20:55:55 +00:00
Mark Felder
95f8b1ff71 Update to 1.6.10
Define LICENSE

PR:		194181
2014-10-08 15:41:18 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Dmitry Marakasov
ca83c89550 - Fix duplicate PORTREVISION lines and bump for all bumps which have not happened because of this
Approved by:	portmgr blanket
2014-10-06 23:29:28 +00:00
Steve Wills
1dcbd4a4fc mail/rubygem-email_reply_parser-discourse: correcte category 2014-10-05 21:01:02 +00:00
Steve Wills
b19fe56358 mail/rubygem-email_reply_parser-discourse: create port
EmailReplyParser is a small library to parse plain text email content to return
only the reply.

WWW: http://github.com/github/email_reply_parser
2014-10-05 20:55:02 +00:00
John Marino
c003f70ee1 mail/rainloop: Rework to avoid unnecessary overriding do-extracts target
There's no reason to roll-your-own extraction target, the stock target
works fine.  Remove and and adjust do-install accordingly; there's not
change the pkg-plist.

While here, remove RVER derivative of PORTVERSION.  This looked wrong to
me -- I doubt the RVER will end in ".164" after the PORTVERSION is
incremented.  If anything, the PORTVERSION would be derivative of RVER,
but for now I just have two seprately defined variables.  Also, unmask
installation commands.
2014-10-05 18:35:33 +00:00
Tijl Coosemans
88c67cd38c - Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
  Darwin, Linux and other systems.  Given the version current:revision:age
  a library will be given the extension .so.major.age.revision with major
  equal to current-age.  Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
  files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
  dependent ports if a library version changed

PR:		194068
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-10-05 18:01:19 +00:00
Kurt Jaeger
3aff526f34 mail/filtermail: resurrect, stage, 0.8.2 -> 0.8.3, new maintainer
PR:		193721
Submitted by:	Mike Clarke <jmc-freebsd2@milibyte.co.uk>
2014-10-05 11:08:40 +00:00
Antoine Brodin
69a40c009b Allow installing 2014-10-04 23:35:08 +00:00
Bryan Drewery
6008080066 Stop looking at devel versions 2014-10-02 18:31:30 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Bartek Rutkowski
9ea454d2d9 mail/opendmarc: add SPF option
PR:		192999
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
Reviewed by:	maintainer
Approved by:	mentors (implicit)
2014-10-02 11:17:14 +00:00
Tijl Coosemans
c91d0249dd Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
2014-10-01 15:07:31 +00:00
Alex Dupre
3909fc77e7 Update to 1.0.3 release. 2014-10-01 07:13:26 +00:00
Baptiste Daroussin
a194e87525 Convert to USES=horde 2014-09-30 22:24:30 +00:00
Baptiste Daroussin
1446608ec7 Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
2014-09-30 22:14:59 +00:00
Guido Falsi
38b77f19bf - Modify comment and add UPDATING entry to explain that MAILDROP_SUID
and MAILDROP_SGID now need to be existing usernames on the destination
  system. numeric UIDs and GIDs, or non existent usernames, will
  cause a broken installation since pkgng will skip on the entries
  of files owned by unknown users. [1]
- Fix MGID and MUID PLIST_SUB variables not being set when only one
  of the two above variables is deifined, again generating a broken
  package. [2]
- While here, remove dirrm.

Reported by:	Lukas Maly <Iam@LukasMaly.NET> [1]
Reported by:	itetcu@ [1] [2]
2014-09-30 15:04:03 +00:00
Vsevolod Stakhov
59b97c26ce - Update to 0.7.1 2014-09-30 12:28:54 +00:00
Vsevolod Stakhov
b7a78f5e19 Remove pkg_ workarounds.
Do not bump revision, since the package's content is not changed by this patch.

Submitted by:	ak via private mail
2014-09-29 15:39:45 +00:00
Thomas Zander
e9d745c099 - Update to upstream version 3.0.7
- Add LICENSE
- pkg-plist cleanup

PR:		193354
Submitted by:	ports@bsdserwis.com (maintainer)
2014-09-29 06:14:22 +00:00
Pawel Pekala
16999fd148 Commit forgotten pkg-plist change 2014-09-27 12:26:07 +00:00
Pawel Pekala
7a918da861 Fix USES=autoreconf conversion
Reported by:		antoine
2014-09-27 12:13:29 +00:00
Pawel Pekala
eebd4aed41 - Convert mail/libetpan to USES=autoreconf
- Bump affected ports
- Simplify pkg-plist in mail/claws-mail
2014-09-27 10:02:14 +00:00
Chris Rees
3f930e2f9f Fix install when no version previously installed
Submitted by:	pointyhat
2014-09-27 07:03:56 +00:00
Vanilla I. Shu
3e566dc590 Add rainloop 1.6.9, modern and interactive webmail.
PR:		ports/193831
Submitted by:	loic.blot@unix-experience.fr
2014-09-26 09:05:15 +00:00
Beat Gaetzi
1b3bcb097d - Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1

Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html
2014-09-25 11:08:06 +00:00
Tijl Coosemans
fa0d7caf79 - Convert to USES=autoreconf
- Fix detection of base system Heimdal
2014-09-24 20:25:54 +00:00
Antoine Brodin
2e1f678ae6 Use the ports framework to create pop3vscan user 2014-09-24 20:09:49 +00:00
Tijl Coosemans
bee523c899 Convert to USES=autoreconf 2014-09-23 20:57:42 +00:00
Dmitry Marakasov
c86203716f - Drop @dirrm* from plist 2014-09-23 17:35:43 +00:00
Baptiste Daroussin
b208e52f7b Convert to USES=pear 2014-09-23 16:45:35 +00:00
Bartek Rutkowski
d833db1bba mail/gmime26: update 2.6.18 -> 2.6.20
PR:		193143
Submitted by:	Alan Hicks <ahicks@p-o.co.uk>
Approved by:	mentors (implicit)
2014-09-23 14:36:29 +00:00
Baptiste Daroussin
5b59cfe5c8 Simplify plist 2014-09-23 09:56:54 +00:00
Jason E. Hale
29bd727107 - Trim @dirrm and @stopdaemon from pkg-plist 2014-09-22 13:07:01 +00:00
Baptiste Daroussin
96fc0de2d5 Cleanup plist 2014-09-22 07:22:09 +00:00
Chris Rees
6402c11cf7 Stage, resurrect and adopt mail/openwebmail. 2014-09-21 14:31:31 +00:00
Antoine Brodin
481aef09d5 Allow staging as a regular user 2014-09-21 13:48:22 +00:00
Steve Wills
3d8cde5d8a mail/rubygem25: limit portscout to 2.5.x versions 2014-09-21 01:29:36 +00:00
Tijl Coosemans
8b127f2619 - Drop dependency on autoconf and automake
- Use correct form of OPTIONS_SUB
- Remove FreeBSD 7 support
- Remove post-deinstall (handled by pkg)
2014-09-19 12:40:53 +00:00
Carlo Strub
3948cb595f Danny takes maintainership 2014-09-17 20:43:12 +00:00
Matthias Andree
47c5d1d6d4 Reinstate checksums for optional patches[1], fixing regression from c334818.
Update USE_PYTHON -> USES=python:2.

PR:		193682 [1]
Submitted by:	David Siebörger [1]
2014-09-16 21:18:29 +00:00
Dmitry Marakasov
d350bf0de0 - Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-15 18:29:36 +00:00
Antoine Brodin
bfa7f888ee - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended owner
2014-09-14 20:58:04 +00:00
Steve Wills
067d2e704a mail/rubygem-actionmailer: depend on older rubygem-mail
Upstream limits this to the older version
2014-09-14 14:09:38 +00:00
Steve Wills
066be03c3e mail/rubygem-actionmailer4: correct mail dependency
Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
2014-09-14 14:00:23 +00:00
Sunpoet Po-Chuan Hsieh
fa0aa3493a - Fix PKGNAME collision 2014-09-14 13:19:57 +00:00
Steve Wills
bae49eae5c mail/rubygem-actionmailer4: used older 2.5 version of rubygem-mail 2014-09-14 12:05:03 +00:00
Antoine Brodin
2d72c7a44b Remove reference to non existent port 2014-09-14 07:08:56 +00:00
Steve Wills
28071e6398 www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.

Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.

WWW: http://www.rubyonrails.org

Submitted by:	xmj (based on)
2014-09-14 02:06:58 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Matthias Andree
b5a79a220d Replace BUILD_DEPENDS by USES=gecko:...,build.
Tested on redports.org, and we have a RUN_DEPENDS on the respective GECKO
application anyways.

Still required to fix upgrade trouble if the gecko application needs a
rebuild from source (ports) if a requisite .so file has gone away, for
instance, after lang/gcc version upgrades.

a RUN_DEPENDS anyhow.
2014-09-13 10:18:41 +00:00
Matthias Andree
0d919f7aed Add BUILD_DEPENDS to make sure that the referenced thunderbird or
firefox port is rebuilt first, so that the -i18n ports can actually
build if the firefox/thunderbird port has become unusable through,
for instance, lang/gcc version upgrades that "lose" the libstdc++
from the recorded RPATH.
2014-09-12 17:06:09 +00:00
Matthias Andree
5b6ef3b6d9 Remove compiler:features from USES=, too 2014-09-12 16:17:26 +00:00
Matthias Andree
487289f5c4 Remove BROKEN mark on GCC, fault is in thunderbird-i18n or GECKO framework. 2014-09-12 16:04:46 +00:00
Sunpoet Po-Chuan Hsieh
14197d5e68 - Add LICENSE
- Add CPE information
2014-09-12 16:01:05 +00:00
Matthias Andree
937cb1e64a Mark broken on GCC-based systems.
Approved by:	bapt
2014-09-12 15:29:24 +00:00
Dmitry Marakasov
9a4d7efeac - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-12 09:22:23 +00:00
Sunpoet Po-Chuan Hsieh
abf5538bd4 - Fix heap-based buffer overflow in formisc.c
- Bump PORTREVISION for package change

Security:	CVE-2014-3618
MFH:		2014Q3
2014-09-12 07:41:09 +00:00
Tijl Coosemans
ed98d435ba databases/sqlite2:
- Convert to USES=libtool and bump dependent ports
2014-09-11 21:54:45 +00:00
Vsevolod Stakhov
f919b5c7a9 - Update to 0.7.0 [1]
- Convert to @sample

[1] https://rspamd.com/release/update/2014/09/11/rspamd-0.7.html
2014-09-11 13:38:02 +00:00
Mathieu Arnold
fbadef7cc0 Add back mail/dcc-dccd
- Update to 1.3.155.
- Stage.
- Build as a user.
- Add the option back to spamassassin.

Sponsored by:	Absolight
2014-09-11 13:34:39 +00:00
Adam Weinberger
d3f5b07a70 Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that
future updates won't trigger the NOPORT* commit hook checks.
2014-09-10 22:27:47 +00:00
Antoine Brodin
301459de32 Allow staging as a regular user 2014-09-10 20:53:15 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Philippe Audeoud
f7fc651de8 - Update to 0.21 2014-09-09 13:55:16 +00:00
Philippe Audeoud
92bbc7c03e - Update to 2.08 2014-09-09 13:53:47 +00:00
Baptiste Daroussin
f4aef6b62c Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29

Submitted by:	Jan Beich for gecko@
2014-09-09 06:16:35 +00:00
Martin Matuska
453bf760cf Horde package update:
comms/pear-Horde_ActiveSync 2.18.1 -> 2.19.0
devel/pear-Horde_Core 2.13.1 -> 2.14.0
mail/horde-webmail 5.2.1 -> 5.2.2
deskutils/horde-groupware 5.2.1 -> 5.2.2
2014-09-08 22:25:29 +00:00
Tijl Coosemans
d1241626df - Convert to USES=libtool
- Avoid USE_AUTOTOOLS
- Fix build with clang
- Add missing -lcourierauth [1]

Reported by:	antoine [1]
2014-09-08 21:58:19 +00:00
Tijl Coosemans
763e392ab2 - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Add USE_AUTOTOOLS=libtoolize (and others) because configure has been
  generated with a different version of libtool than ltmain.sh
2014-09-08 21:01:46 +00:00
Antoine Brodin
1c9a101b35 Allow staging as a regular user 2014-09-08 18:57:31 +00:00
Tijl Coosemans
4639f95c6b lang/guile2:
- Convert to USES=libtool and bump dependent ports
- Convert to USES=charsetfix and USES=pathfix
- Drop USE_GCC=any
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
2014-09-08 17:19:12 +00:00
Antoine Brodin
dbe95b2f7c Allow staging as a regular user 2014-09-07 17:42:17 +00:00
Antoine Brodin
f43aec8bd1 Allow staging as a regular user 2014-09-07 16:29:18 +00:00
Tijl Coosemans
a3566cb26e */courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
  script
2014-09-07 16:12:36 +00:00
Antoine Brodin
0ef4c97b38 Allow staging as a regular user 2014-09-07 11:08:57 +00:00
Antoine Brodin
d4fa8aa7c9 2014-08-31 mail/dcc-dccd: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 games/alienarena: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-09-07 games/alienarena-data: Useless without alienarena
2014-09-07 08:46:16 +00:00
Antoine Brodin
20636be0c0 Remove optional dependency on unstaged mail/dcc-dccd 2014-09-07 08:38:53 +00:00
Martin Matuska
53bb618a09 Horde package update:
comms/pear-Horde_ActiveSync 2.18.0 -> 2.18.1
mail/pear-Horde_Imap_Client 2.24.2 -> 2.25.0
mail/horde-imp 6.2.1 -> 6.2.2
mail/horde-ingo 3.2.0 -> 3.2.1
deskutils/horde-kronolith 4.2.1 -> 4.2.2
www/horde-passwd 5.0.1 -> 5.0.2
mail/horde-turba 4.2.1 -> 4.2.2
2014-09-05 23:02:48 +00:00
Antoine Brodin
feec6f3274 Allow staging as a regular user 2014-09-05 18:22:24 +00:00
Baptiste Daroussin
dcd41e2475 Convert USE_NCURSES to USES=ncurses 2014-09-04 23:21:06 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Frederic Culot
a4d5e118c1 - Update to 1.040
- Add LICENSE (GPL 2)

Changes:	http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
2014-09-04 14:35:15 +00:00
Frederic Culot
bd5e085637 - Update to 2.06
Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2014-09-04 14:30:04 +00:00
Alex Dupre
f23aed7bde Import PHP 5.6 branch! 2014-09-04 14:24:25 +00:00
Danilo Egea Gondolfo
4776666648 - Update from 1.40.02 to 1.40.03 2014-09-04 13:24:54 +00:00
Mark Felder
0fa5ac10d2 License is supposed to have a lower case "v" or some build
environments will error with:

 License GPLV2 needs confirmation, but BATCH is defined

as it will be an unrecognized license.
2014-09-04 11:56:46 +00:00
Mark Felder
f9d68c28cd Forgot Makefile in last commit reviving mail/sqlgrey.
Unbreak INDEX.

Pointyhat -> feld
2014-09-03 20:51:15 +00:00
Mark Felder
98a149bb83 Revive from the dead. This port is too important to let slip through the
cracks.

- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX

Sponsored by:	SupraNet Communications, Inc
2014-09-03 20:49:19 +00:00
Sunpoet Po-Chuan Hsieh
1f8ed3f840 - Update to 2.0.10
- Remove DOCS option

Changes:	http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.10/readme.txt/view
2014-09-03 14:00:03 +00:00
Guido Falsi
06e0b323a6 - Update to 2.7.2
- Allow packaging as a user adn don't use @exec directives in plist
2014-09-03 13:21:58 +00:00
Tijl Coosemans
112b15831f - Delete call to g_thread_init. It isn't needed with glib 2.32 and up
and the port doesn't link with libgthread-2.0.
- Replace pkg_info -W with pkg which.

Reported by:	antoine
2014-09-03 10:14:35 +00:00
Tijl Coosemans
1ca8a81e6e Delete calls to g_thread_init. It isn't needed with glib 2.32 and up
and the port doesn't link with libgthread-2.0.

Reported by:	antoine
2014-09-02 18:43:21 +00:00
Martin Matuska
7615972cf3 Horde package update:
mail/pear-Horde_Mime 2.4.4 -> 2.4.5
archivers/pear-Horde_Pack 1.0.2 -> 1.0.3
devel/pear-Horde_Prefs 2.6.0 -> 2.7.0
devel/pear-Horde_Timezone 1.0.6 -> 1.0.7
2014-09-02 14:59:25 +00:00
Baptiste Daroussin
366dc2eeab Simplify the port and make sure the credential on files are ok
Using the new syntax offered for plist now that pkg_install support is done
2014-09-02 13:09:11 +00:00
Baptiste Daroussin
8003ba152f Remove non staged ports without pending PR from ma* 2014-09-01 21:25:59 +00:00
Kurt Jaeger
26ecdf9dc3 mail/tkrat2: fix start of mail client, reset maintainer as requested by marino
PR:		191994
Submitted by:	Don Lewis <truckman@FreeBSD.org>
Approved by:	maintainer (timeout)
2014-09-01 17:52:26 +00:00
Vanilla I. Shu
dea99c093a 1: Stagify.
2: Fix pkg-plist, bump version.
3: add DOCS & EXAMPLES to options.
2014-09-01 09:18:32 +00:00
Vanilla I. Shu
dcf609ad81 Stagify. 2014-09-01 09:04:42 +00:00
Vanilla I. Shu
49a7659445 1: Stagify.
2: fix pkg-plist.
2014-09-01 09:01:41 +00:00
Vanilla I. Shu
014d8332b6 Stagify. 2014-09-01 08:54:23 +00:00
Vanilla I. Shu
710312f4bd remove extra whitespace. 2014-09-01 08:51:47 +00:00
Vanilla I. Shu
7e66c3d2fd Stagify. 2014-09-01 08:51:16 +00:00
Vanilla I. Shu
4c8368406d Stagify. 2014-09-01 08:48:08 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00
Olli Hauer
bdce151e56 - add stage support
- add pkg-plist
- fix LICENSE
- use shebangfix
2014-08-31 14:23:26 +00:00
Olli Hauer
d7fcb9f30b - add stage support 2014-08-31 11:02:46 +00:00
Olli Hauer
4b7b75f076 - add stage support
- use new python syntax
2014-08-31 10:58:19 +00:00
Ashish SHUKLA
ab8dff2e80 - Fix rc.d script so it can distinguish between smtpd processes
running between host and jail

Submitted by:	Creaky <whatexercise at gmail.com> (via private email)
2014-08-31 04:13:16 +00:00
Emanuel Haupt
129cce9f4c Use install-strip install target. 2014-08-30 21:02:24 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Dmitry Marakasov
f1ea8652fb - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-30 11:03:26 +00:00
Ryan Steinmetz
1b7f41fa74 - Fix run time errors (upstream bugs: 80682, 37731)
- Bump PORTREVISION
2014-08-29 17:48:07 +00:00
Guido Falsi
d5281dd5d2 Stagify. 2014-08-29 13:38:17 +00:00
Tijl Coosemans
49947868c8 Fix dependencies on libtidy
Reported by:	amdmi3
2014-08-29 10:21:51 +00:00
Danilo Egea Gondolfo
3267682f49 - Update from 1.40.01 to 1.40.02 2014-08-28 22:34:41 +00:00
Sunpoet Po-Chuan Hsieh
f75e51c9c7 - Add LICENSE 2014-08-28 16:24:42 +00:00
Adam Weinberger
1b9f3a0a78 Change USE_PERL5 from install to run. It needs to be present for the actual
pkg installation now, not just the install target.
2014-08-28 15:31:36 +00:00
Adam Weinberger
e1630922bd Move plugin installation into the plist, rather than post-install, so
that it will work when installed from binary pkg.

Bump PORTREVISION on all plugins for this.
2014-08-28 15:16:49 +00:00
Johan van Selst
f1dff729a7 Adopt port 2014-08-28 15:03:19 +00:00
Adam Weinberger
f7ed6fbff2 Fix up permissions on the script necessary to activate plugins.
PORTREVISION bump for changed plist.
2014-08-28 14:25:30 +00:00
Adam Weinberger
da8e4fbe0d Fix staging errors that broke all plugins in ports, but worked in pkg. 2014-08-28 14:21:06 +00:00
Tijl Coosemans
c8711e099a dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 10:21:31 +00:00
Matthias Andree
f869ec74bc Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.
PR:		185285 (regression)
Approved by:	portmgr (antoine)
2014-08-27 21:10:07 +00:00
Vanilla I. Shu
9c3bafb233 Stagify. 2014-08-27 03:24:50 +00:00
Vanilla I. Shu
d7cb9785f9 Stagify, add LICENSE. 2014-08-27 03:15:44 +00:00
Vanilla I. Shu
ad572ffc9a 1: Stagify.
2: add LICENSE.
2014-08-27 03:04:24 +00:00
Steve Wills
985fbcdda1 misc/rubygem-mime-types117: rename to misc/rubygem-mime-types1
Update misc/rubygem-mime-types117 to the latest version that will work with
rails 3.x and rename to properly reflect the version.
2014-08-26 18:45:58 +00:00
Sunpoet Po-Chuan Hsieh
0422eb520b - Convert to new options helper
- Cleanup Makefile
- Sort PLIST
- Take maintainership
2014-08-26 17:22:12 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Danilo Egea Gondolfo
9f360e4578 - Update from 1.51.02 to 1.51.03
- Install docs and examples unconditionally
- Take maintainership
2014-08-26 11:12:52 +00:00
Danilo Egea Gondolfo
b774654c6c - Update from 1.40.00 to 1.40.01
- Take maintainership
2014-08-26 11:11:18 +00:00
Dmitry Marakasov
f09d798832 - Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-26 02:09:46 +00:00
Steve Wills
dc65188137 mail/rubygem-mail: update to 2.6.1 2014-08-25 18:49:52 +00:00
Baptiste Daroussin
1f44147fea Reset maintainership for non staged ports
With hat:	portmgr
2014-08-25 10:01:51 +00:00
Adam Weinberger
def98e151f Upgrade mail/dbmail to 3.2.0
3.2.0 contains all the stability improvements done in 3.1 over the
last year. On top of that, it has some nice additions of it's own:

- auto-migrations; An admittedly little tested feature is automatic
migrations of the database schema. Running any of the binaries against
an up-to-date and standard 3.1 schema will try to do all the necessary
upgrades if required.

- static code audit; the Coverity service was used to flush out as
many potential problems as possible.

- new capabilities; some interesting new IMAP capabilities have been
added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will
improve performance especially for mobile clients.

Also:
- Remove redundant option THREADS
- Add additional mirror
- Rework post-install for auto-migration scripts
- Use @sample framework

PR:		192967
Submitted by:	maintainer
2014-08-24 17:00:04 +00:00
William Grzybowski
e17f4c7833 mail/perdition: update to 2.1
PR:		192770
Submitted by:	Brian Mastenbrook
2014-08-24 13:53:43 +00:00
Steve Wills
8223718020 mail/rubygem-exception_notification: update to 4.0.1 2014-08-23 20:46:16 +00:00
John Marino
d47ab1d416 mail/milter-manager: Explictly request ports package system
Without this configure argument, the makefile will assume it's building
on pkgsrc when building on DragonFly.  No-Op for FreeBSD.
2014-08-23 10:12:25 +00:00
Dmitry Marakasov
13ab9a72d8 - Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns

Approved by:	portmgr blanket
2014-08-22 09:06:34 +00:00
Matthias Andree
1bf8aa3914 Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...

PR:		192690
2014-08-22 06:56:48 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Martin Matuska
eb8d16cae2 Horde package update:
comms/pear-Horde_ActiveSync 2.16.11 -> 2.17.0
mail/pear-Horde_Imap_Client 2.24.0 -> 2.24.2
devel/pear-Horde_Util 2.4.0 -> 2.5.1
2014-08-21 13:21:15 +00:00
John Marino
59b13173b0 mail/bogofilter-(sqlite|tc): bump these too after math/gsl lib change
PR:		192870
Submitted by:	ahktenzero
2014-08-21 09:05:29 +00:00
Antoine Brodin
dc19c0821a 2014-08-20 mail/horde3-turba: EOL in April 2012
2014-08-20 deskutils/horde3-nag: EOL in April 2012
2014-08-20 devel/horde3-whups: EOL in April 2012
2014-08-20 mail/horde3-imp: EOL in April 2012
2014-08-20 www/horde3-base: EOL in April 2012
2014-08-20 06:42:05 +00:00
Antoine Brodin
3e0a67c81e 2014-08-20 deskutils/horde3-hermes: EOL in April 2012
2014-08-20 deskutils/horde3-klutz: EOL in April 2012
2014-08-20 deskutils/horde3-kronolith: EOL in April 2012
2014-08-20 deskutils/horde3-mnemo: EOL in April 2012
2014-08-20 devel/horde3-chora: EOL in April 2012
2014-08-20 ftp/horde3-gollem: EOL in April 2012
2014-08-20 games/linux-steam: Unmaintained interactive port
2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo
2014-08-20 mail/horde3-dimp: EOL in April 2012
2014-08-20 mail/horde3-forwards: EOL in April 2012
2014-08-20 mail/horde3-ingo: EOL in April 2012
2014-08-20 mail/horde3-mimp: EOL in April 2012
2014-08-20 mail/horde3-vacation: EOL in April 2012
2014-08-20 net-mgmt/horde3-nic: EOL in April 2012
2014-08-20 net-mgmt/nocol: Unmaintained interactive port
2014-08-20 net-mgmt/ourmon: Unmaintained interactive port
2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port
2014-08-20 news/p5-NNML: Unmaintained interactive port
2014-08-20 print/dvips: Unmaintained interactive port
2014-08-20 print/xdvi: Unmaintained interactive port
2014-08-20 security/horde3-jeta: EOL in April 2012
2014-08-20 security/hunch: Likely unused interactive port
2014-08-20 www/horde3-ansel: EOL in April 2012
2014-08-20 www/horde3-meta: EOL in April 2012
2014-08-20 www/horde3-passwd: EOL in April 2012
2014-08-20 www/horde3-trean: EOL in April 2012
2014-08-20 www/wwwcount: Ancient interactive port
2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
2014-08-20 06:30:29 +00:00
Antoine Brodin
506c658a8d Fix INDEX again
With hat:	portmgr
2014-08-19 22:19:41 +00:00
Dmitry Marakasov
e5033ea01b - Switch devel/libPropList to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Strip libraries
2014-08-19 17:34:25 +00:00
Antoine Brodin
e99d103a4b Attempt to unbreak INDEX
With hat:	portmgr
2014-08-19 17:13:51 +00:00
Steve Wills
f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00
John Marino
3cb96b5bc5 Move mail/rss2email => mail/rss2email2
This is done to avoid confusion with mail/rss2email3.  Also update the
conflicts line of rss2email3 that broke with the recent update of
mail/rss2email.  This is the second part of the PR.

PR:		190381
Submitted by:	Stephen Guglielmo
2014-08-19 12:26:49 +00:00
John Marino
352da671e8 www/rss2email: Upgrade version 2.70 => 2.71 and assign maintainer
This is the first part of a two-part PR, and it involves upgrading
rss2email.  The second part will relocate the port.

During the first part, the following changed:
 * python prefix added to package name
 * USE_PYTHON converted to USES=python
 * Upgraded to version 2.71
 * Assign maintainership to submitter
 * Update the comment
 * Note GPLv2 and GPLv3 dual licensing
 * Improve RUN_DEPENDS specification
 * Note conflict with py-rss2email3

PR:		190381
Submitted by:	Stephen R. Guglielmo
Tweaked by:	marino
2014-08-19 11:52:29 +00:00
Antoine Brodin
2cd4c4b238 Chase horde3 expiration
With hat:	portmgr
2014-08-19 09:02:30 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Bryan Drewery
69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00
Bartek Rutkowski
cac9c31fb0 mail/roundcube-automatic_addressbook: stage
- Add stage support
- Set maintainership to anes@anes.su
- Fix some tabulations

PR:		192307
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	marino (mentor)
2014-08-18 13:32:14 +00:00
Antoine Brodin
3b7ac20b18 Connect p5-Email-Stuffer to the build
Pointy hat:	zi
2014-08-17 21:17:23 +00:00
Tijl Coosemans
2b827e1a01 mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
2014-08-17 16:08:20 +00:00
Tijl Coosemans
c1903e2e9f - Convert to USES=libtool and disable static plugins
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Remove redundant patch
2014-08-17 16:02:05 +00:00
Tijl Coosemans
724926ac15 mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

(Also some white space fixes in dependent ports)

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-17 15:59:40 +00:00
Tijl Coosemans
d0ad447785 Convert to USES=libtool and disable static plugins 2014-08-17 14:27:03 +00:00
Tijl Coosemans
026632a455 Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-17 14:25:50 +00:00
John Marino
6864059d78 mail/milter-greylist: Fix and simplify makefile
This port was conditionally installing manpages per option, which is
not allowed.  While fixing this, align it with the recently modernized
milter-greylist-devel port, which includes:

 * Remove assignment of BUILD_DEPENDS to RUN_DEPENDS (illegal).  The
   BUILD_DEPENDS is empty by default
 * Use options to set dependencies and configure arguments
 * Use PORTDOCS and PORTEXAMPLES
 * Wrap to 80 columns
 * Combine post-install target with do-install target
 * include local .mk with relative path instead of hardcoded PORTSDIR

PR:		192740
Submitted by:	Daniel Austin (per my request)
Approved by:	Just Fix It
2014-08-17 13:37:46 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Marcus von Appen
75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00
John Marino
0d0dabfb64 Stage mail/milter-greylist-devel and upgrade version 4.5.7 => 4.5.11
Also assign maintainership to submitter

PR:		192714
Submitted by:	Daniel Austin
Add'l work by:	marino
2014-08-17 11:08:05 +00:00
Dmitry Sivachenko
1155c67d88 Update to version 1.3.8. 2014-08-16 18:05:47 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Dirk Meyer
007d899826 - retire mail/sendmail-sasl 2014-08-15 16:39:58 +00:00
John Marino
c15b91679d Stage mail/cucipop
PR:		192664
Submitted by:	Vladimir Kondratiev
2014-08-15 11:04:27 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
cac3e9261f - Use USES=python 2014-08-15 03:01:54 +00:00
Sunpoet Po-Chuan Hsieh
9d63dafa2e - Use USES=python 2014-08-15 03:01:31 +00:00
Bryan Drewery
93c7b4e0c7 - Use my distcache for all files now. At least
qmail-spf-rc5.patch-spamcontrol-27_2 was only in mine.

Reported by:	Eric Traphagan
2014-08-15 00:47:41 +00:00
Dirk Meyer
634ecc67fe - enable options TLS SASL SASLAUTHD by default
- new option TLSEXT_PADDING
The port disables TLSEXT_PADDING by default.
This fixes "TLS handshake failed" errors when sending to Ironport appliances.
2014-08-14 16:37:21 +00:00
John Marino
1b8383012b Convert mail/mailagent from an interactive to a regular port
This PR saved this unmaintained port from the chopping block next week.

PR:		196642
Submitted by:	Yoshiaki Kasahara
2014-08-14 14:59:26 +00:00
Frederic Culot
15d68b0139 - Update to 1.38
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Net-IMAP-Server/Changes
2014-08-14 08:26:01 +00:00
William Grzybowski
e2c977d933 mail/davmail: update to 4.5.1
PR:		192043
Submitted by:	maintainer (timeout)
2014-08-13 22:07:33 +00:00
Matthias Andree
313bbece6a Add OPENSMTPD's user ID [1]. Add warnings about GIDs [2].
The FreeBSD pkg-message and post-install documentation now clearly warn
that the binary package is only meant for use with Sendmail, and
hints that poudriere can be used to build a Mailman package with
different options.

PR:		192230 [1]
Submitted by:	feld [1], Tom Limoncelli [2]
2014-08-13 20:05:15 +00:00
Dmitry Marakasov
dc18a21420 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-13 16:14:20 +00:00
Dmitry Marakasov
8c57ad0c42 - Switch to USES=libtool, drop .la files
- Strip libraries
- Clarify LICENSE
- Fix GNU_CONFIGURE misuse
2014-08-13 16:14:12 +00:00
Vsevolod Stakhov
dc13359a83 Update to 4.84.
This is a bugfix only release of exim. The most important fix was introduced in the
ports by local patch which is not needed now.

PR:		192625
Submitted by:	pi
2014-08-13 11:02:08 +00:00
Vsevolod Stakhov
6b1a62870f - Update to 0.6.10. 2014-08-13 10:55:18 +00:00
Martin Matuska
2543a0ea27 Horde 3 has been EOLed in April 2012
Deprecate horde3 ports and set expiration date to 2014-08-20

PR:		190142
Approved by:	portmgr (implicit, not staged)
2014-08-13 07:27:28 +00:00
Tijl Coosemans
cdb8256f1b Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)

net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS

PR:		192062
2014-08-12 15:29:37 +00:00
John Marino
b2cc91b7be mail/fetchmail: Fix on F10 when system is built without Kerberos
PR:		191978
Submitted by:	Jeremy Chadwick
Approved by:	maintainer (Corey Halpin)
2014-08-12 11:22:02 +00:00
John Marino
4031ca1a01 mail/vacation: set PORTSCOUT to ignore, switch tarballs
There are only minor metadifferences between the new and old tarball,
but bump portrevision anyway.  PortScout needs to stop looking for updates
because they won't come and anything it finds will be a false positive.

PR:		187490
Submitted by:	maintainer (Adam McDougall)
2014-08-12 10:24:53 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Adam Weinberger
85dea296d2 This port has been deprecated in favour of Email::Stuffer by the author.
Mark it deprecated, and set the expiration date to 2 months from now.
2014-08-11 14:54:57 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Adam Weinberger
65d8f20e32 Add CPE data to my ports. 2014-08-10 14:47:12 +00:00
Wen Heping
4275d15ea4 - Reset maintainer to ports@
Submitted by:	chifeng@gmail.com(previous maintainer, via email)
2014-08-10 13:04:34 +00:00
John Marino
b9bff48f34 mail/roundcube-thunderbird_labels: Upgrade version 0.8.1 => 1.0.0 and stage
Also assign maintainership to submitter who was former maintainer.
The MASTER_SITES has moved to Google Drive.

PR:		192508
Submitted by:	Alexander Moisseev
2014-08-10 12:41:32 +00:00
John Marino
a3e1266995 mail/notmuch: Update version 0.17 => 0.18.1
PR:		191969
Submitted by:	mp39590 (gmail.com)
Approved by:	maintainer timeout
QA fixes by:	marino
2014-08-09 22:07:19 +00:00
Pawel Pekala
ec7af08008 Update to version 0.7.12 2014-08-09 11:58:40 +00:00
John Marino
5b9b5b7b87 mail/milter-manager: Upgrade version 1.8.6 => 2.0.4 and stage
PR:		192344
Submitted by:	fullermd (over-yonder.net)
tweaked by:	marino
2014-08-07 08:17:15 +00:00
John Marino
7a5ff75482 Stage mail/postgrey
PR:		190082
Submitted by:	freebsd (nagilum.org)
Add'l work by:	marino
Approved by:	maintainer timeout (2.5 months)
2014-08-06 15:20:07 +00:00
John Marino
c0b65be2cb mail/squirrelmail-avelsieve-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion

PR:		192435
Submitted by:	maintainer (Neil Darlow)
Reset reason:	No longer uses squirrelmail thus can't test it

Thanks for looking after this one, Neil!
2014-08-06 14:24:08 +00:00
John Marino
6f46f2a64e mail/squirrelmail-avelsieve-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion

PR:		192435
Submitted by:	maintainer (Neil Darlow)
Reset reason:	No longer uses squirrelmail thus can't test it

Thanks for looking after this one, Neil!
2014-08-06 14:13:33 +00:00
John Marino
b77a511545 mail/squirrelmail-password_forget-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion

PR:		192433
Submitted by:	maintainer (Neil Darlow)
Reset reason:	No longer uses squirrelmail thus can't test it

Thanks for looking after this one, Neil!
2014-08-06 14:11:10 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
William Grzybowski
008b3a5ca4 mail/pflogstats: support stage 2014-08-06 01:33:19 +00:00
William Grzybowski
5ae991c684 mail/libspf: support stage 2014-08-06 01:03:31 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Martin Matuska
8a89915f69 Horde package update:
devel/pear-Horde_Core 2.12.6 -> 2.13.0
devel/pear-Horde_Date 2.0.11 -> 2.0.12
databases/pear-Horde_HashTable 1.1.3 -> 1.2.0
mail/pear-Horde_Imap_Client 2.23.2 -> 2.24.0
mail/pear-Horde_Mail 2.3.0 -> 2.4.0
mail/pear-Horde_Mime 2.4.3 -> 2.4.4
mail/pear-Horde_Smtp 1.5.2 -> 1.6.0
comms/pear-Horde_SyncMl 2.0.3 -> 2.0.4
ftp/horde-gollem 3.0.2 -> 3.0.3
www/horde-base 5.2.0 -> 5.2.1
mail/horde-imp 6.2.0 -> 6.2.1
deskutils/horde-groupware 5.2.0 -> 5.2.1
deskutils/horde-kronolith 4.2.0 -> 4.2.1
deskutils/horde-mnemo 4.2.0 -> 4.2.1
deskutils/horde-nag 4.2.0 -> 4.2.1
mail/horde-turba 4.2.0 -> 4.2.1
mail/horde-webmail 5.2.0 -> 5.2.1
2014-08-05 07:03:44 +00:00
Kurt Jaeger
775ade6acb mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR:		190134
Approved by:	jamie@dyslexicfish.net (maintainer)
2014-08-05 00:20:20 +00:00