aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26295-915/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Horde package update:mm2014-11-2610-15/+15
| | | | | | | | | | | comms/pear-Horde_ActiveSync 2.20.1 -> 2.20.4 devel/pear-Horde_Core 2.16.1 -> 2.17.1 devel/pear-Horde_Icalendar 2.0.9 -> 2.0.10 mail/pear-Horde_Imap_Client 2.25.3 -> 2.25.5 mail/pear-Horde_ListHeaders 1.1.5 -> 1.2.0 mail/pear-Horde_Mail 2.4.0 -> 2.5.0 mail/pear-Horde_Mime 2.4.5 -> 2.5.2 mail/pear-Horde_Smtp 1.6.0 -> 1.7.0
* Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-252-2/+2
|
* - Update to 0.7.6vsevolod2014-11-242-3/+3
|
* Fix linking with libgcc on arm.ale2014-11-242-255/+153
| | | | | PR: 194219 Submitted by: sbruno, mikael.urankar@gmail.com
* Fix some USE_PGSQL that were missed beforecrees2014-11-231-1/+1
| | | | Submitted by: antoine
* Finally retire USE_PGSQLcrees2014-11-2311-15/+11
|
* Switch to USES=pgsqlcrees2014-11-237-7/+7
|
* Cleanup plistantoine2014-11-23137-795/+12
|
* mail/mutt: improve sidebar function when handling many mail folderspi2014-11-223-6/+118
| | | | | | | | | | - Add code to improve sidebar function when handling many mail folders - Remove sidebar patch from default options to fix issues with packages (may be reverted later if confidence in current sidebar patch has grown) - Bump PORTREVISION due to default options changes PR: 195076 Submitted by: Udo.Schweigert@siemens.com (maintainer)
* Remove useless @dir*bapt2014-11-221-2/+0
|
* Horde package update:mm2014-11-222-3/+3
| | | | | | | | | | comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1 www/pear-Horde_Browser 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.5.0 -> 2.5.1 databases/pear-Horde_Db 2.2.0 -> 2.2.2 devel/pear-Horde_History 2.3.2 -> 2.3.3 mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8 deskutils/horde-nag 4.2.2 -> 4.2.3
* Allow the port to build on arm.adamw2014-11-201-4/+0
| | | | | | | | I don't think this requires a PORTREVISION bump, but someone will correct me if I'm wrong. PR: 195168 Submitted by: Ronald Klop
* Add information about many dependencies needed to build user manualpawel2014-11-201-1/+1
|
* Fix CATEGORIES.kwm2014-11-191-1/+1
| | | | Submitted by: freshports sanity checker
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1942-2802/+5061
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* - Hard links are handled fine by pkgantoine2014-11-193-5/+3
| | | | - Hook to the build
* Resurrect this port from oblivion by:mi2014-11-198-0/+580
| | | | | | | | | | | * Fixing it up to support staging * Defining LICENSE-knobs * Patching to avoid errors from the picky clang (many other warnings remain) Take maintainership, bump PORTREVISION. Sponsored by: United Marsupials
* Fix .packlistume2014-11-182-2/+4
| | | | PR: 195115
* Take miwi's old perl ports into perl@'s fold.mat2014-11-181-1/+1
| | | | Sponsored by: Absolight
* Reset miwi's maintainership per his demandbapt2014-11-1810-10/+10
| | | | Hope to see you back! Thank for all the work!
* - Update to 0.7.5.vsevolod2014-11-172-3/+3
|
* mail/phplist: update 3.0.7 -> 3.0.10robak2014-11-153-58/+65
| | | | | | PR: 194471 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> Approved by: mentors (implicit)
* mail/policyd2: fix $command_interpreter warningmarino2014-11-143-127/+116
| | | | | | | | | While here, clean up a bit. Use @sample keyword, wrap compound commands with parentheses, customize WWWDIR, specify PORTDOCS explicitly, and use MKDIR instead of INSTALL -d. PR: 194678 Submitted by: reiner (skoef.nl)
* mail/dovecot2-pigeonhole: 0.4.3 -> 0.4.6pi2014-11-143-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - submitter takes maintainership Changes: 0.4.4: - Added support for Japanese mail addresses with dots at non-standard places in localpart. - Changed handling of ENOSPACE into a normal temporary failure and added handling of ENOQUOTA as a user error. - Restructured result execution, so that all actions which involve mail storage are always committed before all others. - Implemented support for generic Sieve storages. Using alternative storages now also possible for sieve_before/sieve_after. - Implemented storage driver for retrieving Sieve scripts from LDAP. This currently cannot be used with ManageSieve. - Implemented sieve_redirect_envelope_from setting, which allows configuring the envelope sender of redirected messages. - Fixed handling of mail storage errors occurring while evaluating the input message. - managesieve-login: - Removed bogus ALERT response code returned for AUTHENTICATE command. - Fixed handling of invalid initial response argument to AUTHENTICATE command. - Fixed handling of stream errors in lexical scanner. - Fixed handling of SMTP errors. Permanent and temporary errors were mixed up. - Fixed several problems reported by CLang 3.4. - duplicate extension: Fixed erroneous compile error about conflicting tags when `:handle' argument was used last. - relational extension: Fixed error handling of `:value' match. - editheader extension: Fixed header unfolding and header iteration. - mailbox extension: Fixed the `:create' tag, which erroneously subscribed an existing folder. - extprograms plugin: Fixed handling of error codes. - doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic link in the file storage should now also work properly. 0.4.5: - Added a Pigeonhole version banner to doveconf output. This way, future bug reports will also include Pigeonhole version information. - Fixed handling of implicit keep. Last version erroneously reported that implicit keep succeeded after an earlier failure, while it in fact had failed. Particularly occurred for mailbox quota errors. - Fixed segfault occurring on SunOS systems when there is no active script. 0.4.6: - ports-related change integrated upstream PR: 194645 Submitted by: Larry Rosenman <ler@lerctr.org> Approved by: maintainer (timeout)
* Add patch to avoid http://bugs.exim.org/show_bug.cgi?id=1513vsevolod2014-11-142-1/+53
| | | | Obtained from: exim git and Victor Ustugov adopted patch
* Update to 3.2.1, this is a bugfix releaseantoine2014-11-112-8/+3
| | | | | PR: ports/194808 Submitted by: maintainer
* Horde package update:mm2014-11-112-3/+3
| | | | | | | | devel/pear-Horde_Alarm 2.2.2 -> 2.2.3 devel/pear-Horde_Core 2.16.0 -> 2.16.1 databases/pear-Horde_Db 2.1.5 -> 2.2.0 mail/pear-Horde_Imap_Client 2.25.2 -> 2.25.3 devel/pear-Horde_Translation 2.1.0 -> 2.2.0
* - fix wrong /var/spool/postfix permissionsohauer2014-11-104-3/+4
| | | | | | (broken by commit 372368 ,372370) - bump PORTREVISION
* - sort OPTIONS_DEFINEohauer2014-11-102-19/+24
| | | | | | | | | | - fix build and install for non root users, (sgid and group for sbin/postdrop and sbin/postqueue was lost if build as non root and installed with sudo) - install /var/spool/postfix directories with correct owner/mode - use $WRKDIR instead of /tmp Approved by: sahil (implicit)
* - fix OPTIONS_DEFINE lost in previous commitohauer2014-11-101-2/+2
|
* - update to 2.12-20141106ohauer2014-11-103-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add OPTION for Email Address Internationalization (EAI, RFC 6531..6533) [1] - sort OPTIONS_DEFINE - fix build and install for non root users, (sgid and group for sbin/postdrop and sbin/postqueue was lost if build as non root and installed with sudo) - install /var/spool/postfix directories with correct owner/mode - use $WRKDIR instead of /tmp Changes: 20141021 Per IETF TLS WG consensus, the tls_session_ticket_cipher default setting was changed from aes-128-cbc to aes-256-cbc. Take that, you quantum computer attackers! Viktor Dukhovni. Files: proto/postconf.proto, global/mail_params.h. 20141024 Cleanup: added $smtpd_mumble_restrictions to the proxy_read_maps default setting. File: global/mail_params.h. Documentation: different header/body checks for MX service and SMTP submissions. File: proto/BUILTIN_FILTER_README.html. Cleanup: don't send "bare" original recipient in SMTP DSN attributes. File: cleanup/cleanup_addr.c. Feature: smtp-sink -N option to suppress DSN announcement. File: smtpstone/smtp-sink.c. 20141025 Bugfix (introduced: Postfix 2,11): core dump when smtp_policy_maps specifies an invalid TLS level. Viktor Dukhovni. File: smtp/smtp_tls_policy.c. 20141103 Logging: when a connection is closed, log the request counts for unimplemented STARTTLS or AUTH commands separately, instead of logging such commands as "unknown". File: smtpd/smtpd.c. 20141106 Cleanup: set errno to ETIMEDOUT after postscreen handshake timeout event, so that warnings report the correct error. File: tlsproxy/tlsproxy.c. PR: 194786 [1] Submitted by: Mark Martinec Approved by: sahil (imlicit)
* - Update to 0.7.4vsevolod2014-11-093-16/+3
|
* Update squirrelmail to 20141107.adamw2014-11-084-271/+13
| | | | | | | | | Changes: * Add session variables that store information about most recent fatal IMAP error * Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0
| | | | Approved by: portmgr (mat)
* - Update to version 1.35pawel2014-11-067-86/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE - Remove pkg-install script, move directory creation to pkg-plist - Use @sample keyword for config files PR: 194019 Submitted by: TEUBEL Györg y<tgyurci@gmail.com> Approved by: maintainer --This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a Bugzilla PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M postgrey/Makefile M postgrey/distinfo D postgrey/files/patch-postgrey D postgrey/files/pkg-install.in M postgrey/files/postgrey.in M postgrey/pkg-message M postgrey/pkg-plist
* - Chase GNU Emacs updatesashish2014-11-056-4/+6
| | | | PR: 194624
* mail/py-authres: update 0.602 -> 0.701robak2014-11-053-6/+8
| | | | | | PR: 194372 Submitted by: Yasushiro Kimura <yasu@utahime.org> Approved by: mentors (implicit)
* Remove outdated KAS patch and option.vsevolod2014-11-053-890/+1
|
* Update URLs that pointed to the defunct berlios.de site.mandree2014-11-043-3/+3
|
* - Update to 0.7.3vsevolod2014-11-033-3/+16
|
* - update to 2.12-20141020ohauer2014-11-035-220/+28
| | | | | | | | | | - use PORTDOCS macro - remove check for OSVERSION >= 800037 - fix OPENLDAP_VER usage - always call set-permissions in post-install to set correct spool/postfix/* permissions this is required with pkg to support non interrupted upgrade Approved by: sahil (explicit)
* - update to 2.11.3ohauer2014-11-034-216/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add CPE support - use PORTDOCS macro - remove check for OSVERSION >= 800037 - fix OPENLDAP_VER usage - set PORTSCOUD - always call set-permissions in post-install to set correct spool/postfix/* permissions this is required with pkg to support non interrupted upgrade Changes: ======== 20140619 Bugfix (introduced: 2001): qmqpd null pointer bug when it logs a lost connection while not in a mail transaction. Reported by Michal Adamek. File: qmqpd/qmqpd.c. 20140920 Bugfix (introduced: 20080212): incorrect client name in reject messages from check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. Problem reported by Reindl Harald. File: smtpd/smtpd_check.c. 20141012 Bugfix (introduced: Postfix 2.3): the PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. The latter caused problems for DMARC implementations with SPF policy plus DKIM Milter. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. File: smtpd/smtpd.c. 20141018 Bugfix (introduced: Postfix 2.3): when a Milter inserted a header ABOVE Postfix's own Received: header, Postfix would expose its own Received: header to Milters (violating protocol) and hide the Milter-inserted header from Milters (wtf). Files: cleanup/cleanup.h, cleanup/cleanup_message.c, cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c. Cleanup: revert the workaround that places headers inserted with PREPEND actions or policy requests BELOW Postfix's own Received: message header. File: smtpd/smtpd.c. PR: 194396 Submitted by: Yasuhiro KIMURA Approved by: sahil (explicit per PM)
* Simplify plistbapt2014-11-011-4/+1
|
* Simplify plistbapt2014-11-011-15/+4
| | | | Use @sample
* Simplify plistbapt2014-11-011-12/+6
|
* Simplify plistbapt2014-11-011-11/+3
|
* Simplify plistbapt2014-11-012-8/+0
| | | | Avoid useless manipulation of files in do-install
* Simplify plistbapt2014-11-012-5/+2
|
* Simplify makefilebapt2014-11-012-4/+2
|
* Simplify plistbapt2014-11-011-161/+10
|
* Fix packagingantoine2014-11-011-3/+3
|
* Simplify plistbapt2014-11-012-8/+1
| | | | Strip binaries
* Simplify plistbapt2014-11-011-13/+1
|
* Simplify plistbapt2014-11-011-8/+3
|
* Simplify plistbapt2014-11-011-4/+1
|
* Avoid @exec and keep track of directoriesbapt2014-11-012-4/+4
| | | | | | | Allow packaging as a user Bump portrevision as the plist was creating run/quarantine and the makefile was creating quarantine
* Convert to new plist formats which fixes the postgrey credential on the dbbapt2014-10-303-17/+4
| | | | directory
* Horde package update:mm2014-10-308-12/+12
| | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.19.3 -> 2.19.4 devel/pear-Horde_Alarm 2.2.1 -> 2.2.2 www/pear-Horde_Dav 1.1.0 -> 1.1.1 databases/pear-Horde_Db 2.1.4 -> 2.1.5 devel/pear-Horde_History 2.3.1 -> 2.3.2 security/pear-Horde_Secret 2.0.3 -> 2.0.4 www/horde-base 5.2.1 -> 5.2.2 mail/horde-imp 6.2.2 -> 6.2.3 mail/horde-ingo 3.2.1 -> 3.2.2 deskutils/horde-kronolith 4.2.2 -> 4.2.3 deskutils/horde-mnemo 4.2.1 -> 4.2.2 deskutils/horde-nag 4.2.1 -> 4.2.2 mail/horde-turba 4.2.2 -> 4.2.3 deskutils/horde-groupware 5.2.2 -> 5.2.3 mail/horde-webmail 5.2.2 -> 5.2.3 www/horde-wicked 2.0.1 -> 2.0.2 devel/horde-whups 3.0.0 -> 3.0.1
* Drop maintainership of all remaining ports where I am listed.anders2014-10-302-2/+2
| | | | No time for this unfortunately.
* Update to 3.11.1 bugfix releasepawel2014-10-294-7/+5
|
* Fix stage violation (and allow staging as a regular user)antoine2014-10-292-6/+2
|
* Remove the checkyesno dovecot_enable section, as it prevents onestart/onestopadamw2014-10-272-9/+8
| | | | | | | | | | 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
* Remove usage of @dirrmehaupt2014-10-271-10/+0
|
* mail/milter-greylist: minor fixesrobak2014-10-271-4/+4
| | | | | | | | | | - 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)
* Update Claws Mail and plugins to 3.11.0 releasepawel2014-10-277-51/+29
| | | | | | | | mail/claws-mail: - Convert to USES=execinfo shebangfix - Use path independent (BUILD|RUN)_DEPENDS Release notes: http://claws-mail.org/news.php
* Mark broken with Perl 5.18 and newerswills2014-10-273-3/+21
|
* Update mail/spamass-milter to 0.4.0.bmah2014-10-266-444/+4
| | | | | | | | | | | | | | | 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.
* Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.adamw2014-10-264-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Claim maintainership and deprecate.mandree2014-10-251-1/+4
|
* Limit PORTSCOUT scanning to 2.10.* versions.mandree2014-10-251-0/+2
|
* fix patcholiver2014-10-241-14/+14
|
* fix conflicts with mail/courier-imapoliver2014-10-242-2/+36
| | | | Reported by: brent@jeneral.com
* Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT isadamw2014-10-221-0/+2
| | | | | | honored properly. Submitted by: Derek Schrock
* - Convert ports of mail/ to new USES=pythonmva2014-10-2240-101/+74
| | | | Approved by: portmgr (implicit)
* - Chase dovecot update in r371306bdrewery2014-10-213-3/+3
|
* - Fix linking to port openssl with WITH_OPENSSL_PORTbdrewery2014-10-211-1/+2
| | | | Reported by: Derek Schrock
* Upgrade to 2.10.5; maintain mirror list.mandree2014-10-212-6/+5
| | | | | | | 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.
* mail/dspam-devel: merged with mail/dspampi2014-10-219-1670/+0
| | | | | PR: 193693 Submitted by: danny@dannywarren.com (maintainer)
* mail/dspam: 3.9.0 -> 3.10.2pi2014-10-2110-174/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Horde package update:mm2014-10-202-3/+3
| | | | | | | | | | | 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
* Add USES=alias to several portsmarino2014-10-201-0/+1
| | | | | | | | 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)
* Ignore on the package builders when the default version of python is differentantoine2014-10-181-1/+7
| | | | | | from the requested one Reported by: pkg-fallout
* - fix LDOPS which is parsed twice by m4 nowdinoex2014-10-182-2/+2
|
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-181-2/+20
| | | | | | | | | 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)
* mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CPmarino2014-10-182-13/+3
| | | | | PR: 194370 submitted by: maintainer (Yasuhiro KIMURA)
* Fix harderbapt2014-10-181-1/+1
| | | | PR: 194205
* Fix plistbapt2014-10-182-2/+6
| | | | | PR: 148051 Pointyhat to: bapt
* Reset maintainershipbapt2014-10-172-2/+2
|
* - Fix various distinfo errorsak2014-10-161-1/+1
| | | | | | | | | - 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
* Remove expired port:rene2014-10-165-49/+0
| | | | 2014-10-15 mail/p5-Email-Stuff: Deprecated in favour of mail/p5-Email-Stuffer
* - Update to 0.7.2vsevolod2014-10-162-3/+3
|
* - Update Firefox to 33.0beat2014-10-1511-157/+1278
| | | | | | | | | | | | | | | | | | | | - 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
* - Update to 2.09culot2014-10-152-3/+3
| | | | Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog
* Close out a bunch of PRs that only remove @dirrmmarino2014-10-151-2/+0
| | | | | PR: 194331, 194332 PR: 194365, 194366, 194369, 194371, 194374
* This transport is used to send email over SMTP, either with or withoutkuriyama2014-10-155-0/+36
| | | | | | | | 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/
* @unexec rmdir -> @dirmandree2014-10-151-16/+16
|
* test drive Postfix 2.10.4 upgrade. ~/VCS-mine/redports/mandree/mail/postfix210/mandree2014-10-153-8/+11
|
* Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole andadamw2014-10-155-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove build-time dependency on devel/qt5-qmldevtools.rakuco2014-10-141-2/+2
| | | | | | | | 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)
* mail/mail-notification: fix issuespi2014-10-101-5/+6
| | | | | | | | | | | | | - 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)
* Ooops. Forgot to strip the @dirrm stuff out of the plist.matthew2014-10-091-5/+1
|
* Update to 0.05matthew2014-10-092-3/+3
| | | | Change log: http://cpansearch.perl.org/src/ALEXMV/Email-Address-List-0.05/Changes
* Convert to USES=pgsqlbapt2014-10-091-1/+1
|
* Convert to USES=pgsqlbapt2014-10-091-1/+1
|
* Convert to USES=pgsqlbapt2014-10-091-1/+1
|
* Update to 1.6.10feld2014-10-083-4/+11
| | | | | | Define LICENSE PR: 194181
* Remove @dirrm, @dirrmtryehaupt2014-10-084-8/+0
|
* - Fix duplicate PORTREVISION lines and bump for all bumps which have not ↵amdmi32014-10-071-2/+1
| | | | | | happened because of this Approved by: portmgr blanket
* mail/rubygem-email_reply_parser-discourse: correcte categoryswills2014-10-061-1/+1
|
* mail/rubygem-email_reply_parser-discourse: create portswills2014-10-064-0/+23
| | | | | | | EmailReplyParser is a small library to parse plain text email content to return only the reply. WWW: http://github.com/github/email_reply_parser
* mail/rainloop: Rework to avoid unnecessary overriding do-extracts targetmarino2014-10-061-9/+6
| | | | | | | | | | | | 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.
* - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-063-2/+3
| | | | | | | | | | | | | | | | - 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)
* mail/filtermail: resurrect, stage, 0.8.2 -> 0.8.3, new maintainerpi2014-10-057-0/+97
| | | | | PR: 193721 Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk>
* Allow installingantoine2014-10-051-1/+1
|
* Stop looking at devel versionsbdrewery2014-10-031-2/+1
|
* Cleanup @dirrm* from my ports.mat2014-10-031-2/+0
| | | | Sponsored by: Absolight
* mail/opendmarc: add SPF optionrobak2014-10-021-0/+13
| | | | | | | PR: 192999 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> Reviewed by: maintainer Approved by: mentors (implicit)
* Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.tijl2014-10-011-4/+4
| | | | These are the last ports that use this ancient version of autoconf.
* Update to 1.0.3 release.ale2014-10-012-6/+3
|
* Convert to USES=hordebapt2014-10-014-32/+11
|
* Convert to USES=hordebapt2014-10-018-36/+19
| | | | | Fix pear-Horde_core options Use options helpers where possible
* - Modify comment and add UPDATING entry to explain that MAILDROP_SUIDmadpilot2014-09-302-6/+11
| | | | | | | | | | | | | | 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]
* - Update to 0.7.1vsevolod2014-09-302-4/+3
|
* Remove pkg_ workarounds.vsevolod2014-09-291-13/+1
| | | | | | Do not bump revision, since the package's content is not changed by this patch. Submitted by: ak via private mail
* - Update to upstream version 3.0.7riggs2014-09-293-1347/+21
| | | | | | | | - Add LICENSE - pkg-plist cleanup PR: 193354 Submitted by: ports@bsdserwis.com (maintainer)
* Commit forgotten pkg-plist changepawel2014-09-271-1/+2
|
* Fix USES=autoreconf conversionpawel2014-09-272-4/+5
| | | | Reported by: antoine
* - Convert mail/libetpan to USES=autoreconfpawel2014-09-274-33/+7
| | | | | - Bump affected ports - Simplify pkg-plist in mail/claws-mail
* Fix install when no version previously installedcrees2014-09-271-2/+2
| | | | Submitted by: pointyhat
* Add rainloop 1.6.9, modern and interactive webmail.vanilla2014-09-265-0/+1079
| | | | | PR: ports/193831 Submitted by: loic.blot@unix-experience.fr
* - Update ca_root_nss to 3.17.1beat2014-09-256-124/+126
| | | | | | | | | | | - 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
* - Convert to USES=autoreconftijl2014-09-253-35/+3
| | | | - Fix detection of base system Heimdal
* Use the ports framework to create pop3vscan userantoine2014-09-252-118/+3
|
* Convert to USES=autoreconftijl2014-09-243-12/+24
|
* - Drop @dirrm* from plistamdmi32014-09-241-11/+0
|
* Convert to USES=pearbapt2014-09-2411-85/+26
|
* mail/gmime26: update 2.6.18 -> 2.6.20robak2014-09-233-5/+4
| | | | | | PR: 193143 Submitted by: Alan Hicks <ahicks@p-o.co.uk> Approved by: mentors (implicit)
* Simplify plistbapt2014-09-231-23/+5
|
* - Trim @dirrm and @stopdaemon from pkg-plistjhale2014-09-221-2/+0
|
* Cleanup plistbapt2014-09-221-3/+2
|
* Stage, resurrect and adopt mail/openwebmail.crees2014-09-216-0/+257
|
* Allow staging as a regular userantoine2014-09-212-4/+2
|
* mail/rubygem25: limit portscout to 2.5.x versionsswills2014-09-211-0/+2
|
* - Drop dependency on autoconf and automaketijl2014-09-191-14/+2
| | | | | | - Use correct form of OPTIONS_SUB - Remove FreeBSD 7 support - Remove post-deinstall (handled by pkg)
* Danny takes maintainershipcs2014-09-182-2/+2
|
* Reinstate checksums for optional patches[1], fixing regression from c334818.mandree2014-09-172-2/+5
| | | | | | | Update USE_PYTHON -> USES=python:2. PR: 193682 [1] Submitted by: David Siebörger [1]
* - Drop .la files for mail/gmime24, no dependees require themamdmi32014-09-164-5/+6
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Allow staging as a regular userantoine2014-09-152-8/+8
| | | | - Bump portrevision as some files were not packaged with intended owner
* mail/rubygem-actionmailer: depend on older rubygem-mailswills2014-09-141-1/+2
| | | | Upstream limits this to the older version
* mail/rubygem-actionmailer4: correct mail dependencyswills2014-09-141-2/+2
| | | | Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
* - Fix PKGNAME collisionsunpoet2014-09-141-0/+1
|
* mail/rubygem-actionmailer4: used older 2.5 version of rubygem-mailswills2014-09-145-1/+31
|
* Remove reference to non existent portantoine2014-09-141-1/+0
|
* www/rubygem-rails4: create port for rails4swills2014-09-146-5/+41
| | | | | | | | | | | | | | | | | | | | 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)
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-134-4/+4
| | | | | | | - 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
* Replace BUILD_DEPENDS by USES=gecko:...,build.mandree2014-09-131-4/+1
| | | | | | | | | | | 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.
* Add BUILD_DEPENDS to make sure that the referenced thunderbird ormandree2014-09-131-0/+3
| | | | | | | 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.
* Remove compiler:features from USES=, toomandree2014-09-131-1/+1
|
* Remove BROKEN mark on GCC, fault is in thunderbird-i18n or GECKO framework.mandree2014-09-131-4/+0
|
* - Add LICENSEsunpoet2014-09-131-0/+3
| | | | - Add CPE information
* Mark broken on GCC-based systems.mandree2014-09-121-1/+5
| | | | Approved by: bapt
* - Drop .la files, no dependees require themamdmi32014-09-122-3/+2
| | | | Approved by: portmgr blanket
* - Fix heap-based buffer overflow in formisc.csunpoet2014-09-122-1/+17
| | | | | | | - Bump PORTREVISION for package change Security: CVE-2014-3618 MFH: 2014Q3
* databases/sqlite2:tijl2014-09-123-3/+3
| | | | - Convert to USES=libtool and bump dependent ports
* - Update to 0.7.0 [1]vsevolod2014-09-113-44/+28
| | | | | | - Convert to @sample [1] https://rspamd.com/release/update/2014/09/11/rspamd-0.7.html
* Add back mail/dcc-dccdmat2014-09-1119-1/+677
| | | | | | | | | - Update to 1.3.155. - Stage. - Build as a user. - Add the option back to spamassassin. Sponsored by: Absolight
* Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so thatadamw2014-09-111-1/+1
| | | | future updates won't trigger the NOPORT* commit hook checks.
* Allow staging as a regular userantoine2014-09-111-1/+1
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1118-10/+18
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 0.21jadawin2014-09-092-3/+3
|
* - Update to 2.08jadawin2014-09-093-3/+8
|
* Mozilla upgrades:bapt2014-09-099-139/+150
| | | | | | | | | | | | | - 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@
* Horde package update:mm2014-09-092-3/+3
| | | | | | | 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
* - Convert to USES=libtooltijl2014-09-095-38/+40
| | | | | | | | - Avoid USE_AUTOTOOLS - Fix build with clang - Add missing -lcourierauth [1] Reported by: antoine [1]
* - Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-094-46/+124
| | | | | - Add USE_AUTOTOOLS=libtoolize (and others) because configure has been generated with a different version of libtool than ltmain.sh
* Allow staging as a regular userantoine2014-09-091-2/+2
|
* lang/guile2:tijl2014-09-091-0/+1
| | | | | | | | - 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
* Allow staging as a regular userantoine2014-09-081-4/+1
|
* Allow staging as a regular userantoine2014-09-081-0/+2
|
* */courier-authlib*:tijl2014-09-081-0/+1
| | | | | | | | | | | | - 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
* Allow staging as a regular userantoine2014-09-071-1/+2
|
* 2014-08-31 mail/dcc-dccd: Not staged. See ↵antoine2014-09-0711-673/+0
| | | | | | | 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
* Remove optional dependency on unstaged mail/dcc-dccdantoine2014-09-071-4/+1
|
* Horde package update:mm2014-09-068-12/+12
| | | | | | | | | | 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
* Allow staging as a regular userantoine2014-09-061-0/+1
|
* Convert USE_NCURSES to USES=ncursesbapt2014-09-051-2/+1
|
* Change INSTALL_DATA to install with mode 644antoine2014-09-059-20/+20
| | | | | | | | | | 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
* - Update to 1.040culot2014-09-042-4/+5
| | | | | | - Add LICENSE (GPL 2) Changes: http://search.cpan.org/dist/Email-MIME-CreateHTML/Changes
* - Update to 2.06culot2014-09-042-3/+3
| | | | Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog
* Import PHP 5.6 branch!ale2014-09-043-0/+53
|
* - Update from 1.40.02 to 1.40.03danilo2014-09-042-3/+3
|
* License is supposed to have a lower case "v" or some buildfeld2014-09-041-1/+1
| | | | | | | | environments will error with: License GPLV2 needs confirmation, but BATCH is defined as it will be an unrecognized license.
* Forgot Makefile in last commit reviving mail/sqlgrey.feld2014-09-041-0/+1
| | | | | | Unbreak INDEX. Pointyhat -> feld
* Revive from the dead. This port is too important to let slip through thefeld2014-09-046-0/+153
| | | | | | | | | | | | | | 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
* - Update to 2.0.10sunpoet2014-09-032-9/+3
| | | | | | - Remove DOCS option Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.10/readme.txt/view
* - Update to 2.7.2madpilot2014-09-035-363/+44
| | | | - Allow packaging as a user adn don't use @exec directives in plist
* - Delete call to g_thread_init. It isn't needed with glib 2.32 and uptijl2014-09-031-1/+3
| | | | | | | and the port doesn't link with libgthread-2.0. - Replace pkg_info -W with pkg which. Reported by: antoine
* Delete calls to g_thread_init. It isn't needed with glib 2.32 and uptijl2014-09-031-0/+6
| | | | | | and the port doesn't link with libgthread-2.0. Reported by: antoine
* Horde package update:mm2014-09-022-3/+3
| | | | | | | 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
* Simplify the port and make sure the credential on files are okbapt2014-09-022-15/+13
| | | | Using the new syntax offered for plist now that pkg_install support is done
* Remove non staged ports without pending PR from ma*bapt2014-09-02347-16203/+0
|
* mail/tkrat2: fix start of mail client, reset maintainer as requested by marinopi2014-09-022-3/+22
| | | | | | PR: 191994 Submitted by: Don Lewis <truckman@FreeBSD.org> Approved by: maintainer (timeout)
* 1: Stagify.vanilla2014-09-012-35/+26
| | | | | 2: Fix pkg-plist, bump version. 3: add DOCS & EXAMPLES to options.
* Stagify.vanilla2014-09-011-4/+4
|
* 1: Stagify.vanilla2014-09-012-86/+5
| | | | 2: fix pkg-plist.
* Stagify.vanilla2014-09-011-4/+3
|
* remove extra whitespace.vanilla2014-09-011-1/+1
|
* Stagify.vanilla2014-09-011-5/+3
|
* Stagify.vanilla2014-09-011-3/+2
|
* lang/guile:tijl2014-08-311-1/+1
| | | | | | | | | - 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)
* - add stage supportohauer2014-08-313-25/+40
| | | | | | - add pkg-plist - fix LICENSE - use shebangfix
* - add stage supportohauer2014-08-312-12/+8
|
* - add stage supportohauer2014-08-311-4/+3
| | | | - use new python syntax
* - Fix rc.d script so it can distinguish between smtpd processesashish2014-08-314-4/+4
| | | | | | running between host and jail Submitted by: Creaky <whatexercise at gmail.com> (via private email)
* Use install-strip install target.ehaupt2014-08-311-2/+1
|
* dns/libidn:tijl2014-08-314-4/+4
| | | | | | | - 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
* - Drop .la files, no dependees require themamdmi32014-08-301-1/+2
| | | | Approved by: portmgr blanket
* - Fix run time errors (upstream bugs: 80682, 37731)zi2014-08-303-0/+26
| | | | - Bump PORTREVISION
* Stagify.madpilot2014-08-292-38/+105
|
* Fix dependencies on libtidytijl2014-08-291-1/+1
| | | | Reported by: amdmi3
* - Update from 1.40.01 to 1.40.02danilo2014-08-292-3/+3
|
* - Add LICENSEsunpoet2014-08-291-0/+2
|
* Change USE_PERL5 from install to run. It needs to be present for the actualadamw2014-08-281-1/+1
| | | | pkg installation now, not just the install target.
* Move plugin installation into the plist, rather than post-install, soadamw2014-08-2831-161/+134
| | | | | | that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this.
* Adopt portjohans2014-08-281-1/+1
|
* Fix up permissions on the script necessary to activate plugins.adamw2014-08-282-0/+3
| | | | PORTREVISION bump for changed plist.
* Fix staging errors that broke all plugins in ports, but worked in pkg.adamw2014-08-281-4/+4
|
* dns/c-ares:tijl2014-08-281-1/+1
| | | | | | | | - 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)
* Sanitize @mode u+s to @mode 04555 and bump PORTREVISION.mandree2014-08-282-2/+2
| | | | | PR: 185285 (regression) Approved by: portmgr (antoine)
* Stagify.vanilla2014-08-272-13/+34
|
* Stagify, add LICENSE.vanilla2014-08-271-22/+16
|
* 1: Stagify.vanilla2014-08-272-2/+27
| | | | 2: add LICENSE.
* misc/rubygem-mime-types117: rename to misc/rubygem-mime-types1swills2014-08-272-5/+5
| | | | | Update misc/rubygem-mime-types117 to the latest version that will work with rails 3.x and rename to properly reflect the version.
* - Convert to new options helpersunpoet2014-08-272-31/+20
| | | | | | - Cleanup Makefile - Sort PLIST - Take maintainership
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-263-3/+14
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update from 1.51.02 to 1.51.03danilo2014-08-262-10/+4
| | | | | - Install docs and examples unconditionally - Take maintainership
* - Update from 1.40.00 to 1.40.01danilo2014-08-262-5/+4
| | | | - Take maintainership
* - Switch databases/libdbi to USES=libtool, drop .la filesamdmi32014-08-261-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* mail/rubygem-mail: update to 2.6.1swills2014-08-262-4/+3
|
* Reset maintainership for non staged portsbapt2014-08-251-1/+1
| | | | With hat: portmgr
* Upgrade mail/dbmail to 3.2.0adamw2014-08-255-31/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* mail/perdition: update to 2.1wg2014-08-249-25/+133
| | | | | PR: 192770 Submitted by: Brian Mastenbrook
* mail/rubygem-exception_notification: update to 4.0.1swills2014-08-242-4/+5
|
* mail/milter-manager: Explictly request ports package systemmarino2014-08-231-0/+1
| | | | | Without this configure argument, the makefile will assume it's building on pkgsrc when building on DragonFly. No-Op for FreeBSD.
* - Switch dns/unbound to USES=libtool, drop .la filesamdmi32014-08-221-1/+1
| | | | | | | - Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket
* Fix up missed or botched PORTREVISION bumps from r365599.mandree2014-08-221-1/+1
| | | | | | Apparently Tools/scripts/bump-revision.sh isn't too robust... PR: 192690
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-2224-34/+26
| | | | | | | | | | | | | | | | | | | | | | - 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)
* Horde package update:mm2014-08-212-3/+3
| | | | | | 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
* mail/bogofilter-(sqlite|tc): bump these too after math/gsl lib changemarino2014-08-212-2/+2
| | | | | PR: 192870 Submitted by: ahktenzero