aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Fix wrong pkg-plist of last commitgarga2006-01-271-1/+0
|
* - Update to 2.7.9garga2006-01-273-41/+293
| | | | | | | | - Add more MASTER_SITES PR: ports/91011 Submitted by: Jose Liang <jose@jose.idv.tw> Approved by: maintainer timeout (30 days)
* Add support for databases/db44skv2006-01-261-1/+5
| | | | | | PR: ports/92369 Submitted by: skv Approved by: maintainer (krion)
* Unbreak by removing manual attempt to install rc.d script,dougb2006-01-262-15/+10
| | | | | | and a few other fixes. Pet portlint.
* Don't remove system symlinkskris2006-01-261-1/+0
|
* Add missing USE_GETTEXTkris2006-01-261-0/+1
|
* BROKEN when WITHOUT_SSL: Incomplete pkg-plistkris2006-01-261-0/+1
|
* Add missing USE_GETTEXTkris2006-01-261-0/+1
|
* BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plistkris2006-01-261-0/+2
|
* Fix an IMAP authentication problem.jylefort2006-01-262-1/+17
|
* Update to 2.2.0beta7.nork2006-01-262-4/+4
|
* Update to 2.063.tobez2006-01-255-153/+231
|
* - Fix rc.d scriptsgarga2006-01-253-5/+7
| | | | | | | - Bump PORTREVISION PR: ports/92302 Submitted by: maintainer
* Add mail/p5-Mail-Transport-Dbx 0.07, a Perl module to parse MS Outlooktobez2006-01-255-0/+45
| | | | Express mailboxes.
* Update to 2.01.tobez2006-01-252-4/+4
|
* Allow build to complete in WITHOUT_OPENSSL casedougb2006-01-251-4/+14
| | | | Pointed out by: kris via his friends at the cluster
* - Linker fix when use OPENSSL from portsmnag2006-01-2530-148/+138
| | | | | | | | - portlint(1) PR: 92282 Reported by: dinoex Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Update to 2.3-20060123mnag2006-01-252-17/+16
| | | | - portlint(1)
* Update to 1.2.11erwin2006-01-242-4/+4
| | | | | PR: 92215 Approved by: maintainer
* - Update to 6.3.2barner2006-01-232-4/+4
| | | | | | | | | | - Changes: * Fixes a denial of service bug/fetchmail crash after sending a bounce * Adds a Maillennium (Comcast) workaround * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2006-January/000022.html Security: http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt Security: CVE-2006-0321 Security: http://www.vuxml.org/freebsd/f11d3b22-88c6-11da-a7b2-0060084a00e5.html
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-231-1/+1
| | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
* - Add checks to make sure a database backend has been chosen.flz2006-01-221-0/+7
| | | | | | - Fix INDEX build when WITHOUT_MYSQL is defined. Reported by: kris
* SHA256ifyedwin2006-01-22257-0/+289
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2213-41/+41
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22133-375/+375
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Populate newly created rubygems categorypav2006-01-221-1/+1
|
* Update to 2.2.0beta5.nork2006-01-222-4/+4
|
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-2239-276/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23]
* - Properly treat v310.pre configuration filepav2006-01-212-3/+9
| | | | | | | | | - Fix SPF dependency PR: ports/91379, ports/91864 Submitted by: Petr Rehor <prehor@gmail.com>, Jarrod Sayers <jarrod@netleader.com.au> Approved by: perl (tobez, mat)
* Update to 2.1.19mnag2006-01-212-8/+8
|
* Change my email address to the @FreeBSD onevd2006-01-201-1/+1
| | | | Approved by: garga (mentor)
* BROKEN on 7.0: Does not compilekris2006-01-201-1/+7
|
* - new option GNUSTEP_PREFIXdinoex2006-01-195-4/+9
| | | | allow user defined location of all files
* Update to 1.24mnag2006-01-182-5/+4
| | | | | PR: 91939 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer)
* Update to 1.2.10erwin2006-01-182-4/+4
| | | | | PR: 91951 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer)
* - Add backup site while primary site does not workpav2006-01-183-3/+9
| | | | Reported by: krismail
* Update port after master port update to 2.1.18tmclaugh2006-01-182-5/+3
|
* In some cases, several instances of a milter with differentanray2006-01-173-10/+69
| | | | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dk-milter. This patch enables multiple instantiation. Almost the same as ports/91894 PR: ports/91895 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Update to 0.5.1mnag2006-01-174-15/+22
| | | | Reorganize Makefile
* In some cases, several instances of a milter with differentanray2006-01-173-9/+69
| | | | | | | | | | configuration run simultaneously; e.g. different key with different selector, or domain for dkim-milter. This update enables multiple instantiation. PR: ports/91894 Submitted by: Hirohisa Yamaguchi (maintainer)
* Update to 2.1.18mnag2006-01-172-6/+4
|
* - add startup script using rc.subr(8)dinoex2006-01-173-14/+56
| | | | | | | | | - make portlint happier PR: 91596 Submitted by: Hirohisa Yamaguchi - drop pkg-plist - new option WITHOUT_RC_NG
* Modify rc.d script like example in Porters Handbook.mnag2006-01-1710-110/+150
|
* Update to 2.3-20060112mnag2006-01-173-16/+19
| | | | Modify rc.d script like example in Porters Handbook.
* Upgrade to 0.31.1.obraun2006-01-172-3/+4
|
* - Fix WRKSRCgarga2006-01-171-1/+1
| | | | Noticed by: pointyhat via kris
* Update to 1.2.1, which works with Thunderbird 1.5adamw2006-01-173-18/+11
| | | | | PR: ports/91735 Submitted by: Phil Oleson <oz@nixil.net>
* - s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAMgarga2006-01-161-2/+2
| | | | Noticed by: Jan-Erik Moon <jan@1kdigital.com>
* - Chase qdbm updatepav2006-01-161-1/+1
| | | | | Pointy hat to: ahze Reported by: pointyhat
* Add enigmail-seamonkey, a GnuPG extension for the Seamonkey mailale2006-01-162-0/+15
| | | | client.
* Update to 0.94.0 release (compatible with TB 1.5).ale2006-01-166-33/+77
| | | | | Now the extension doesn't global register itself, instead the user should manually install the generated XPI file into his own profile.
* - Update to 1.0.11pav2006-01-162-5/+5
| | | | | | PR: ports/91816 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: otsune <info@otsune.com> (maintainer)
* - Convert RC script to rc_subrpav2006-01-153-51/+46
| | | | | PR: ports/91595 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Fix pkg-plist after Mono 1.1.12.1 update.tmclaugh2006-01-154-8/+4
|
* - Remove expired portspav2006-01-155-53/+0
|
* Remove thunderbird-devel.linimon2006-01-151-1/+0
| | | | Forgotten by: ahze
* - Improve rc script handlingpav2006-01-155-49/+53
| | | | | | | - Modernize pkg-message PR: ports/91780 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Update to 2.2.0beta4.nork2006-01-142-4/+4
|
* Mark the port BROKEN.ale2006-01-141-0/+2
| | | | | Probably I'll modify this port to create an XPI file and let the user manually install it.
* Update to 2.4ehaupt2006-01-142-9/+8
| | | | Notified by: Luca Morettoni <luca@morettoni.net> (author)
* Fix rc.d/postfix.sh restart adding pidfile and procnamemnag2006-01-136-2/+21
| | | | | | | Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Fix rc.d/postfix.sh restart adding pidfile and procnamemnag2006-01-1316-8/+56
| | | | | | | | Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer
* Add rcNG script to start postfixmnag2006-01-1332-216/+424
| | | | | | | Update pkg-message to reflect rcNG script Bump PORTREVISION Approved by: Vivek Khera <vivek@khera.org> (maintainer)
* Update to 2.3-20060103mnag2006-01-134-29/+54
| | | | | Add rcNG script to start postfix Update pkg-message to reflect rcNG script
* Add rcNG script to start postfixmnag2006-01-134-48/+77
| | | | | | Update pkg-message to reflect rcNG script Bump PORTREVISION portlint(1)
* Add rcNG script to start postfixmnag2006-01-135-50/+68
| | | | | | Remove scripts/configure. USE_REINPLACE do change !!PREFIX!! Update pkg-message to reflect rcNG script Bump PORTREVISION
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+3
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* - Update thunderbird to 1.5 [1]ahze2006-01-1281-4431/+121
| | | | | | | - Remove thunderbird-devel - Remove thunderbird from supported geckos for 4.x Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html
* Update to 2.2.0beta3.nork2006-01-112-4/+4
|
* Add dkim-milter, a domainkeys milter for Sendmail.ehaupt2006-01-1111-0/+193
| | | | | PR: ports/91582 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Depend on gnutls instead of gnutls-devel in:novel2006-01-111-1/+1
| | | | | | | - mail/msmtp [1] - ftp/wzdftpd Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
* - Update to 0.3.2tdb2006-01-103-6/+5
| | | | | PR: 91587 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
* Chase gnutls update.novel2006-01-105-6/+9
|
* - Update to 2.1.9tdb2006-01-092-4/+4
| | | | Approved by: clement (mentor, implicitly)
* - Chase libver bump in qdbmahze2006-01-091-1/+2
|
* Mark not for ia64 since regchrome (and the application itself) dumps core.marcus2006-01-093-0/+6
| | | | Reported by: pointyhat via kris
* Allow to install exim with EXIM_USER=exim EXIM_GROUP=exim instead ofkrion2006-01-082-4/+6
| | | | | | | mailnull:mail. PR: ports/89832 Submitted by: Artis Caune <Artis.Caune@latnet.lv>
* Update to 2.1.7edwin2006-01-083-8/+55
|
* Hash with SHA-256.trevor2006-01-081-0/+1
|
* Fix path to local.cferwin2006-01-071-1/+1
| | | | Submitted by: ceri
* - remove some obsolte definesdinoex2006-01-072-6/+0
|
* - Update to 1.8.2pav2006-01-062-3/+4
| | | | | PR: ports/91389 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
* - postgrey is compatibile with Berkeley-DB < 4.1 since postgrey-1.23leeym2006-01-063-35/+8
| | | | | | | | | | | | | (WWW: http://lists.ee.ethz.ch/postgrey/msg00922.html) (WWW: http://lists.ee.ethz.ch/postgrey/msg00936.html) - replace USE_PERL5 with USE_PERL5_RUN - install postgreyreport - add comment and update wording for IGNORE message - bump PORTREVISION PR: 90725 Submitted by: leeym Approved by: maintainer
* - Replace WITH_APACHE2 by USE_APACHE, rename httpd.conf.xxx tothierry2006-01-0633-84/+144
| | | | | | | | | | | | | | | httpd-xxx.conf and fix configuration if APACHE_VERSION > 20. - Don't use the MCAL back-end by default for Kronolith, it is deprecated. - Deinstall bug reported by John Nielsen <john (at) jnielsen.net>: respect LHORDEDIR. - Fix horde-passwd installation / deinstallation. - Don't bump PORTREVISION, because running installations are not concerned.
* - Remove mtree entries from plistpav2006-01-061-2/+0
| | | | Approved by: Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer)
* Remove PORTREVISION from REALNAME as well. Doing so unbreakssteve2006-01-061-2/+2
| | | | | | stopping and restarting the daemon from policyd.sh. Approved by: maintainer
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1
| | | | PR: ports/91270
* Update to 2.2.8mnag2006-01-0524-88/+72
|
* [MAINTAINER] mail/MailScanner: update to 4.49.7edwin2006-01-056-26/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.49.7 * New Features and Improvements * - Speed improvements for sendmail systems by changing the way temporary files are handled and how attachments are parsed. This should be really noticeable if I've got it right. Thanks for the great help of the Vodafone SHARK team. - Added speed improvements for Exim. - Added speed improvements for Postfix. - Now changes the command line listed in `ps` (ie $0) to show what MailScanner is doing. Should help diagnose slow system problems. - 4 new configuration options, which list patterns against which filenames and filetypes are matched to see if we should allow them or block them. This is implemented for the benefit of web-based configuration systems for MailScanner, it is not really intended for human use as it will complicate the filename/filetype matching unless you understand it. Read the comments in the MailScanner.conf and suggest better explanations! "Allow Filenames", "Deny Filenames", "Allow Filetypes", "Deny Filetypes". Note: There are 2 new entries in languages.conf so remember to run an upgrade_languages_conf. - Upgraded tnef program to 1.3.4. - Added message 'actions' property for MailWatch reporting. - Custom Function filenames must end in .pm or .pl. Others will be logged and skipped. - Various minor speed improvements. * Fixes * - Changed Postfix code to better support latest revision of Perl. - Now stops MailScanner more reliably on SuSE systems. - Logging of <img> tags only done if logging HTML tags. - Fixed minor array ref problem in Perl 5.8.7 on FreeBSD 6.0 (which is not a public stable release anyway). PR: ports/91306 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
* Fix the path to the mime.types [1] and the mime/globs file.netchild2006-01-052-2/+6
| | | | | | PR: 89162 [1] Stolen from: mail/sylpheed2 [1] Noticed by: Pawel Pekala <c0rn@gazeta.pl> [1]
* [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d scriptedwin2006-01-042-8/+9
| | | | | | | | | | | - PID file name in rc.d scripts must be set to "pidfile" variable, not to "<name>_pidfile" variable. - Placing -r (and -d too) options to command_args is more suitable because they mustn't be overwrited by spamd_flags PR: ports/90625 Submitted by: Petr Rehor <prehor@gmail.com> Approved by: maintainer timeout
* Update mail/getmail to 4.4.4, which includes the following change perclsung2006-01-042-4/+4
| | | | | | | | | | | | CHANGELOG: Version 4.4.4 3 January 2006 -improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan. PR: 91275 Submitted by: Linh Pham (maintainer)
* Upgrade to 0.17.1.obraun2006-01-042-3/+4
|
* Remove empty pkg-messageedwin2006-01-041-0/+0
| | | | Noticed by: Stefan Walter <sw@gegenunendlich.de>
* - Update to 1.0.1anray2006-01-042-4/+6
| | | | | PR: ports/91269 Submitted by: maintainer
* - Update to 1.12pav2006-01-032-3/+4
| | | | | PR: ports/91256 Submitted by: Matthew Will <mwill@spingen.com> (maintainer)
* [PATCH] mail/spamprobe: update to 1.4, take maintainershipedwin2006-01-035-133/+16
| | | | | | | | | | | | | | | | - Update to 1.4 - Take maintainership - Optionally depend on libungif - Remove local patch for gcc 2.x; instead, depend on gcc 3.2+ (untested on 4.x - I hope it makes it work without any patches there). - Remove local patch for using OpenSSL's MD5 implementation. Removed file(s): - files/patch-md5 - files/patch-strings PR: ports/91232 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* New port: mail/smtp-gatededwin2006-01-034-0/+58
| | | | | | | | | | | | | | | | | This software block SMTP sessions used by e-mail worms and viruses on the NA(P)T router. It depends on netfilter framework of Linux, or ipfw on FreeBSD. It acts like proxy, intercepting outgoing SMTP connections and scanning session data on-the-fly. When messages is infected, the SMTP session is terminated. It's to be used (mostly) by ISPs, so they can eliminate infected hosts from their net work, and (preferably) educate their users. WWW: http://smtp-proxy.klolik.org/ PR: ports/91223 Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
* This port still requires emacs20, so use the port.mk emacs frameworkdd2006-01-021-2/+2
| | | | | | | | to get the right port. (Actually, ideally, the port would just be upgraded to use emacs21, but--this is better than nothing for now.) PR: 90469, 90471 Submitted by: NIIMI Satoshi
* Fix build after time_t change.trhodes2006-01-012-1/+29
| | | | | Requested by: kris Apologies to: mi
* Chase the dbus-glib shared lib version.marcus2006-01-011-1/+1
|
* This plugin allows you to read your favorite newsfeeds in Sylpheed Claws.pav2006-01-0113-0/+112
| | | | | | | RSS 1.0, 2.0 and Atom feeds are currently supported. PR: ports/91076 Submitted by: v.velox <v.velox@vvelox.net>
* Update to 1.0.4 [1]mnag2005-12-315-51/+40
| | | | | | | Add OPTIONS to disable OPENSSL and enable DEBUG PR: 91109 [1] Submitted by: Babak Farrokhi <babak@farrokhi.net> [1]
* - correct dependencyleeym2005-12-311-3/+2
| | | | | | PR: 90260 Submitted by: leeym Approved by: maintainer timeout
* Update to 2.3-20051229mnag2005-12-312-4/+4
|
* Update to 1.4.5.novel2005-12-302-3/+4
| | | | | PR: 91091 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Add SHA256 signature.wes2005-12-301-0/+1
|
* Update to 2.3.8.marcus2005-12-297-22/+378
|
* [NEW PORT] mail/couriergraph: A RRDtool frontend for Courier statisticsedwin2005-12-299-0/+181
| | | | | | | | | | | | Couriergraph is a very simple mail statistics RRDtool frontend for Postfix that produces daily, weekly, monthly and yearly graphs of Courier's POP3, IMAP, POP3s and IMAPs logins. WWW: http://www.stahl.bau.tu-bs.de/~hildeb/postfix/couriergraph/ PR: ports/85985 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* * Remove NO_LATEST_LINK.anray2005-12-282-1/+1
| | | | * Add SHA256 checksum.
* update to 5.0.7oliver2005-12-282-3/+4
|
* Add Dovecot SASL authentication method ↵mnag2005-12-281-4/+13
| | | | | | (http://www.postfix.org/SASL_README.html#server_dovecot) Notified by: Tracy Phillips <tracy.phillips@rackeasy.com>
* Allow users specify saslauthd socket location with SASLAUTHD_SOCKETkrion2005-12-281-1/+2
| | | | | | | | variable in case of non-default layouts. Point default location to /var/run/saslauthd PR: ports/90987 Submitted by: Alexander Wittig <alexander AT wittig DOT name>
* Update to 2.3-20051227mnag2005-12-282-6/+6
| | | | | | Fix build with SASL [1] Notified by: Roddie Hasan <roddie@krweb.net>, Tracy Phillips <tracy.phillips@rackeasy.com> [1]
* Add mail/p5-Email-Send 2.00, a Perl module for sending email, simply.tobez2005-12-275-0/+62
|
* - Update to 1.1.9pav2005-12-272-4/+5
| | | | | PR: ports/90786 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Update to version 1.3.5anray2005-12-263-7/+6
|
* Update to 2.2beta2.nork2005-12-262-4/+4
|
* masqmail-devel merged to masqmail.anray2005-12-2610-236/+0
|
* Update to 0.2.20anray2005-12-2611-81/+79
|
* Update to 2.3-20051223mnag2005-12-262-4/+4
|
* [update] mail/dbmail: sync to svnedwin2005-12-2625-55/+89610
| | | | | | | 1. #281 - fix compilation on FreeBSD 4.x PR: ports/90914 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
* [PATCH] mail/maildrop: Update to 2.0.1edwin2005-12-262-5/+6
| | | | | | | Update to latest release version 2.0.1. PR: ports/90915 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* :r /tmp/cvsJEiyM1edwin2005-12-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [MAINTAINER] mail/postfix-policyd-sf: 1.71 Released 1.71 is finaly released (current 1.71 was development version) Changelog : Dec 23 2005] Changes from v1.70 -> v1.71 (new functionality+bug fixes) * mysql.c: you can now compress or encrypt policyd->mysql connections. * mysql.c: removed mysql_ping(). connections are now restablished. * policyd.c: added -v option to Policyd to show version information. * throttle_*.c: fix throttle inconsistancy. spotted by John Beaver. * throttle_*.c: fix throttle inconsistancy. spotted by SanthuBhai. * throttle_*.c: add thresholds/percentage display for throttle modules. * throttle_r.c: rcpt_total did not increment. * cidr.c: added cidr network acls. patch supplied by dan. * blacklist.c: new module that allows dns based blacklists (you can now blacklist, eg: %dsl%.rr.com to just block the RR.com adsl range, but you can still whitelist smtp.rr.com so they have to use their isp relay.) patch by Alain Fauconnet. (NB!!) if you are upgrading from <= v1.70 then please add to policyd.conf: # ip addresses/networks of hosts connecting to Policyd CONN_ACL="127.0.0.1 192.168.0.0/24" BLACKLISTDNSNAME=0 MYSQLOPT="" or if you want to compress the connection from policyd -> mysql: MYSQLOPT="CLIENT_COMPRESS" And in MySQL> CREATE TABLE blacklist_dnsname ( _blacklist char(60) NOT NULL default '', _description char(60) NOT NULL default '', _expire int(10) unsigned NOT NULL default '0', UNIQUE KEY _blacklist (_blacklist), KEY _expire (_expire) ) TYPE=MyISAM; PR: ports/90853 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* Mark BROKEN. Distfile was rerolled with some huge changes of which Ierwin2005-12-251-0/+2
| | | | | | | cannot judge the impact. Someone should contact the author and very this and/or review the changes. Submitted by: pointyhat (kris)
* - Update to 1.5rc2ahze2005-12-232-6/+5
| | | | | | - Fix icon in .desktop file [1] Submitted by: sajd via irc.freenode.org/#FreeBSD-GNOME [1]
* Update to 5.419.tobez2005-12-232-4/+4
|
* Upgrade to 20051222.thierry2005-12-232-8/+8
|
* - Update to 2.1.8tdb2005-12-233-4/+5
| | | | Approved by: clement (mentor, implicitly)
* Revive WITH_GNUTLS knob by depending on gnutls-devel.novel2005-12-231-7/+2
|
* Update to 2.2.0beta1.nork2005-12-222-5/+6
|
* - Optionalize MySQL/PgSQL supportpav2005-12-221-3/+14
| | | | | | PR: ports/90110 Submitted by: James O'Gorman <james@netinertia.co.uk> Approved by: John Oxley <john@yoafrica.com> (maintainer)
* - Update to 1.04erwin2005-12-222-13/+10
| | | | - Mark for perl 5.6.0 and higher
* Bump PORTREVISION for libetpan update.lawrance2005-12-212-2/+2
| | | | | | PR: ports/90742 Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Forgotten by: lawrance
* - Make it fetchable againgarga2005-12-213-9/+5
| | | | | | | | | - Remove WWW line since mastersite disapeared PR: ports/90739 Submitted by: maintainer Reviewed by: garga Approved by: maintainer
* - Update to version 4.02az2005-12-213-5/+8
| | | | | | | | | - Pass maintainership to submitter This version adds support for POP3S and IMAPS PR: ports/90721 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Reset maintaineredwin2005-12-211-1/+1
| | | | | PR: ports/90726 Submitted by: David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
* Update to 2.3.1.ume2005-12-2110-672/+10
|
* - Make it fetchable againgarga2005-12-201-1/+1
| | | | Noticed by: Steve Clement <steve@ion.lu>
* Rename mailgraph.sh.tmpl to mailgraph.sh.in.vanilla2005-12-201-1/+1
| | | | Submitted by: maintainer
* Maintainer update: mail/dovecot to 1.0.a5edwin2005-12-2012-186/+114
| | | | | | | | | | Update to dovecot-1.0.a5. - Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details. - Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro. - Introduce experimental (and probably broken) GSSAPI option. PR: ports/90606 Submitted by: Robin Breathe <robin@isometry.net>
* USE_RC_SUBR changes.vanilla2005-12-202-8/+3
| | | | | PR: ports/90678 Submitted by: maintainer
* Update to 6.3.1barner2005-12-196-153/+4
| | | | | | | | | | | * Fix null pointer dereference w/ headerless message in multi-drop mode [1] * Removed patches are in the upstream distribution now * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2005-December/000017.html Security: http://www.vuxml.org/freebsd/f7eb0b23-7099-11da-a15c-0060084a00e5.html Security: http://fetchmail.berlios.de/fetchmail-SA-2005-03.txt Security: CVE-2005-4348
* Update to 1.1.5.lawrance2005-12-193-5/+34
| | | | | PR: ports/90635 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
* - Update to 20051219.flz2005-12-193-4/+10
| | | | | PR: ports/90617 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* - Update perdition to 1.17clement2005-12-1910-30/+49
| | | | | | | | - Pass maintainership of perdition and libvanessa* to submitter Submitted by: Thomas Vogt <thomas@bsdunix.ch> Also submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1] PR: ports/83305 [1]
* Fix packaging by forcing the isp files into the plist.marcus2005-12-193-3/+30
| | | | Reported by: pointyhat via kris
* Add extra mastersiteerwin2005-12-181-1/+2
| | | | | PR: 90596 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Update to 0.41.lawrance2005-12-183-6/+5
| | | | | PR: ports/90555 Submitted by: Ports Fury
* - fix missing/obsolete patchesdinoex2005-12-172-73/+66
| | | | - new options WITH_PAM SMTP_AFTER_POP3
* - Update HT/DIG integration with Mailman for those that need it. No need tovs2005-12-162-8/+14
| | | | | | | | | | | | bump portrevision since it affects nobody who already is running mailman. Patches submitted by Brad Kollmyer <bradk AT vitalsoft.com> and Frank Wancho <fwancho AT WHC.NET> - Drop maintainership - Add SHA256 sums (me) - Pet portlint (rmdir -> ${RMDIR}) (me) PR: ports/90407 Submitted by: maintainer
* Cyrus IMAPd 2.3.0 is not buildable when NNTP support is enabled.ume2005-12-162-2/+4
| | | | | | So, when WITH_NNTP is set, mark it IGNORE until it is solved. Reported by: Igor Karpov <jc__at__minjust.gov.ua>
* - Add missing dependency on p5-libwww (bump PORTREVISION). This hadlawrance2005-12-162-2/+9
| | | | | | | | | prevented sa-update from working. - Add note to pkg-message regarding post-install configuration. PR: ports/87933 [1], ports/90090 [2] Submitted by: Igor Roshchin <str@komkon.org> [1], grog [2] Approved by: perl (maintainer, timeout 6 weeks)
* Change email address for all my ports.anray2005-12-163-6/+6
| | | | Approved by: sem(mentor)
* Add the VPOPMAIL_DIR knob to specify a different directory whereroam2005-12-151-3/+12
| | | | | | | | | | vpopmail has previously been installed. Bump PORTREVISION. NB: change this with extreme caution! For instance, if vpopmail is not already installed in this directory, building the vpopmail port as a dependency will NOT automatically cause it to be installed there! Requested by: Jan-Erik Moon <jan@1kdigital.com>
* - Fix memory leak in BNR (resurrect files/patch-src_libdspam.c from Atticaz2005-12-156-10/+37
| | | | | | | | but with totally different content imported from vendor CVS). - Bump PORTREVISION. PR: ports/90361 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
* Update to 2.1.9.nork2005-12-153-4/+5
|
* Update to 1.2.9erwin2005-12-152-4/+5
| | | | | PR: 90390 Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer)
* - update to 0.60dinoex2005-12-142-5/+4
|
* - Upgrade to 0.5.5 and add i18n suport;thierry2005-12-143-15/+25
| | | | | | | | Changelog at <http://cvs.sourceforge.net/viewcvs.py/*checkout*/abook/abook/ChangeLog?content-type=text%2Fplain&rev=HEAD> - Don't install another copy of GPL; - pet portlint.
* - Permit DISTFILES var be overwritted by slave portsgarga2005-12-141-1/+1
| | | | Noticed by: Wendell Martins Borges <wendell@ramenzoni.com.br>
* Update to 2.3-20051212mnag2005-12-142-4/+4
|
* Install configuration files with INSTALL_DATAmnag2005-12-131-7/+8
| | | | | | | Change "env python" to "env PYTHON_CMD" (users can run tumgreyspf directly in master.cf argv) [1] Bump PORTREVISION Notified by: Nelson Murilo [1]
* - Update to 0.8.7.1erwin2005-12-132-8/+13
| | | | - Mark for perl 5.6.0 or higher
* Drop maintainership for ports which I sadly no longer havebms2005-12-131-1/+1
| | | | the time, hardware, or resources to maintain.
* [MAINTAINER] mail/MailScanner: update to 4.48.4edwin2005-12-137-23/+180
| | | | | | | - Update to 4.48.4 PR: ports/90296 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
* Update to 1.2.adamw2005-12-135-11/+24
| | | | | In theory, this version can be told to build against Thunderbird 1.5, but I'm not going to tweak this port to do so until Tb 1.5 is released.
* - Use last version of qmail-tls patch that fix build problemgarga2005-12-132-11/+5
| | | | - Remove smtp_auth+tls lines forgotten on distinfo
* Update to 2.3-20051210mnag2005-12-132-6/+4
| | | | Remove unnecessary comment in Makefile about PCRE
* Update to 2.2.7mnag2005-12-1316-32/+32
|
* - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH ongarga2005-12-127-141/+8
| | | | qmail-tls port.
* - Add SMTP Authentication on qmail-tls slave port, after that, i'll removegarga2005-12-122-3/+99
| | | | port mail/qmail-smtp_auth+tls, since it won't be necessary anymore
* - Add patch to provide SMTP Authentication on main qmail port.garga2005-12-123-2/+130
|
* Update to 3.6.2:lawrance2005-12-1211-69/+183
| | | | | | | | | | | | | | | | | | | | | BUGFIX: segfaults in daemon mode with hash_drv plus other hash_dvr fixes BUGFIX: for how token values are calculated, cutting false positives nearly in half plus fixes for LDAP (close LDAP connection after calls, create database even if LDAP fails) Drop local patch files/patch-src_libdspam.c incorporated upstream. Since we could be running clamd on an other server make CLAMAV* options to only enable clam support in dspam and provide an other option CLAMAV_LOCAL to RUN_DEPEND on it locally; for POLA make this option default to on. RUN_DEPENDS on package instead of clamd.conf in CLAMAV_LOCAL case. Add MYSQL_LOCAL and POSTGRESQL_LOCAL options to RUN_DEPEND on servers. REQUIRE mysql, postgresql or clam in rc script only if WITH_LOCAL_* is defined. PR: ports/90265 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
* remove redundant lines which was included wrongly throughume2005-12-122-4/+0
| | | | previous commit.
* Add Cyrus IMAPd 2.3.0 after repo. copy.ume2005-12-1231-376/+1021
|
* Tidy rc.d script and a few other no-op changes.lawrance2005-12-123-8/+6
| | | | | | | No need for PORTREVISION bump. PR: ports/90161 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
* Security upgrade to 2.0.5.thierry2005-12-126-9/+12
| | | | | | | Full changelog at <http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.50&r2=1.181.2.51.2.2&ty=h> Security: VuXML eeebd55d-6a88-11da-b96e-000fb586ba73
* - Fix a null pointer dereference in multi-drop mode [1]barner2005-12-123-23/+37
| | | | | | | | | | | | - Fix packaging if python is not present at compile time [2] - Sort targets in Makefile - Fix variable in the WITH_X11 case - Bump PORTREVISION (for [1]) Submitted by: Andreas Haakh <bugReporter@Haakh.de> [1] Reviewed by: Matthias Andree <matthias.andree@gmx.de> (upstream maintainer) [1] Reported by: pointyhat via kris [2]
* - Update to 0.0.096barner2005-12-112-4/+4
| | | | | Submitted by: Filippo Natali <filippo.natali@gmail.com> (maintainer) PR: ports/90227
* - update to 0.2.10dinoex2005-12-112-4/+4
|
* - Add RUN_DEPENDS on security/ca-roots, so the certificate check reallybarner2005-12-111-1/+3
| | | | | | | succeeds (if the servers certificate is signed by one of those authorites) - Bump PORTREVISON, since a failing certiciate check spams the port users' maillog.
* Update to 1.0.10ehaupt2005-12-112-5/+6
| | | | | PR: 90186 Submitted by: Masafumi Otsune <info@otsune.com> (maintainer)
* - Use USE_OPENSSL [1]barner2005-12-115-47/+139
| | | | | | | | | | | | | | | | - Remove obsolete --enable-inet6 configure argument [1] - Don't try to enable Kerberos IV and V at the same time [1] - Add WITH_NTLM knob. Inform port user about other knobs (WITH_X11, WITHOUT_NLS) [1] - Correct man page patch [1] - Fix default OpenSSL certificate path [1] [2] - Fix plist [1] [3] - Bump PORTREVISON Submitted by: Matthias Andree <matthias.andree@gmx.de> [1] Reported by: Dieter Rauschenberger <dr@d-ra.de> [2] PR: ports/90084 [2] Reported by: kris via pointyhat [3]
* Fix build after recent changes to gecko ports.ale2005-12-102-1/+1
| | | | Reported by: pointyhat via kris
* Remove pear ports obsolated by devel/pear and switchale2005-12-109-14/+14
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* - Fix patch-install.c, like qmail-ldapgarga2005-12-101-1/+1
|
* - Fix patch-install.c, it's not working on FreeBSD 6.xgarga2005-12-101-1/+1
| | | | Noticed by: Morgan <morgan@zacharie.net>
* - Allow spampd to change user_directory [1]leeym2005-12-093-4/+22
| | | | | | | | | - update to 2.30 - mark IGNORE on old perl PR: [1] ports/88901 Submitted by: Rauf Kuliyev <rauf@kuliyev.com> Approved by: maintainer
* Minor changes:pav2005-12-095-4/+52
| | | | | | | | | | | | | | | | - suppressed two messages logged to stdout when ASSP first starts up - changed nightly 510.assp periodic script to redirect rebuildspamdb.pl messages to a file in ASSP dir (nightly.log), thereby suppressing them from the nightly email - added rc.conf variable: assp_logexpire="45" used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt files from ASSP dir - changed the assp(8) manual page to document the new assp_logexpire configuration variable PR: ports/90118 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
* - Fix runtime crashpav2005-12-092-2/+2
| | | | | | PR: ports/90106 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Approved by: Robin Breathe <robin@isometry.net> (maintainer)
* - Fix runtime crashpav2005-12-092-0/+32
| | | | | | | PR: ports/90106 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Approved by: Robin Breathe <robin@isometry.net> (maintainer) Obtained from: author
* - Fix build in tinderboxahze2005-12-091-0/+1
| | | | Reported by: kris via pointyhat
* - Don't propose sqlite backend if PHP_VER != 5.flz2005-12-081-2/+5
| | | | | PR: ports/90074 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Update to 2.4.2.1.marcus2005-12-082-4/+4
|
* - Add SHA256 checksumtdb2005-12-071-0/+1
| | | | | | PR: 90054 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Approved by: clement (mentor)
* Add a missing file useful for MSIE users.thierry2005-12-076-3/+12
| | | | | PR: 90051 Submitted by: Chris Dickson <chris (at) flipjam.co.uk>
* - Update to fetchmail 6.3.0barner2005-12-0714-352/+106
| | | | | | | | | | | | | - From the announcement: fetchmail 6.3.0 has been released on 2005-11-30. More than two years after the previous formal 6.2.5 release, this collects several dozen bug fixes, documentation, portability and IPv6 improvements and marks the beginning of a new "stable" 6.3.X branch that will not change, except for bug fixes and documentation updates. - files/patch-pop2.c contributed by Stanislav Brabec <sbrabec@suse.cz> via Matthias Andree <matthias.andree@gmx.de> (upstream maintainer)
* Update to 0.12skv2005-12-073-9/+5
| | | | Changes: http://search.cpan.org/src/ULTRADM/POE-Component-Client-SMTP-0.12/Changes
* Update to 0.1.12mnag2005-12-076-7/+68
| | | | | | | | Update MASTER_SITES and WWW Add SHA256 PR: 90018 Submitted by: maintainer
* - Fix dependency on converters/p5-MIME-Base64 [1]erwin2005-12-051-1/+5
| | | | | | - Mark for perl > 5.6.x due to its dependency on p5-MIME-Base64 Submitted by: pointyhat (kris)
* - Update to 1.145ehaupt2005-12-052-5/+13
| | | | | | | - Add SHA256 hash PR: 89964 Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* - Update to snapshot 20051204.flz2005-12-053-4/+11
| | | | | PR: ports/89947 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Correct distinfo for PDF documentation tarball.lawrance2005-12-051-3/+3
| | | | Reported by: kris
* Update to 2.3.7.marcus2005-12-052-5/+10
|
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.0.0 update.obrien2005-12-051-0/+19
|
* Use INFO macroedwin2005-12-052-13/+1
|
* Use INFO macroedwin2005-12-052-7/+2
|
* Use INFO macroedwin2005-12-049-45/+5
|
* * Re-enable movemail and RSS support [1]marcus2005-12-043-6/+12
| | | | | | * Remove a line that is no longer needed PR: 89871 [1]
* - improve setupdinoex2005-12-041-1/+1
| | | | Submitted by: Volodymyr Kostyrko
* Update to 2.3-20051202mnag2005-12-032-4/+4
|
* Unbroken ports menu (OPTIONS line)mnag2005-12-031-21/+21
|
* - Update to 1.0.0ehaupt2005-12-024-74/+10
| | | | | | | | | - Skip t.lock3 which is prone to run out of retries on busy machines - Revise pkg-descr - Nuke files/patch-tests-nolocalconfig (merged upstream) PR: 89823 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Add OPTIONS.flz2005-12-021-2/+10
| | | | - Replace WANT_PHP_MOD with WANT_PHP_WEB since roundcube works with CGI too.
* Unbreak. Rearrange so that DOCFORMAT is defined before use in a .if block.lawrance2005-12-021-3/+3
| | | | Noticed by: dvl on #bsdports
* Unbreak exim-doc-info: Use 'makeinfo' from portsvs2005-12-021-2/+7
|
* Add DomainKeys support.skv2005-12-023-8/+34
| | | | | | PR: ports/89011 Submitted by: skv Approved by: maintainer timeout
* Fix all those ports to find libnssckbi.so in the correct place to allow thosemezz2005-12-024-4/+4
| | | | | | | | SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
* Reset maintainer per his request. We hope to see him back soon.linimon2005-12-021-1/+1
|
* Update to 4.4.3mnag2005-12-022-4/+4
| | | | | PR: 89818 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
* - Change maintainer to my @FreeBSD.org address.tdb2005-12-021-1/+1
| | | | | | - Add SHA256 checksum. Approved by: clement (mentor)
* - Readd USE_GCC=3.4+ahze2005-12-021-0/+1
|
* Update to 2.1.8.nork2005-12-012-4/+4
|
* Fix MASTER_SITESmnag2005-12-014-4/+6
| | | | | | | Add SHA256 Drop MAINTAINER Approved by: maintainer via email
* Backport from mail/postfix MIT Kerberos 5 optionmnag2005-12-011-2/+11
|
* - Fix typo in CONFLICTSahze2005-12-013-3/+3
| | | | Submitted by: yattaran@gmail.com
* Add MIT kerberos 5 optionmnag2005-12-018-8/+48
| | | | | PR: 86465 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* Update to 2.2.6mnag2005-12-0140-128/+176
| | | | | | | | More complete installation of TEST programs/man pages Add SHA256 Remove extra blank lines in pkg-message Approved by: maintainer via email
* Remove unnecessary post-cleanmnag2005-12-012-10/+12
| | | | Backport pkg-message from mail/postfix
* - Update to 0.7.2pav2005-12-013-3/+18
| | | | | PR: ports/89744 Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org> (maintainer)
* - Update to 1.144.flz2005-11-302-3/+3
| | | | | PR: ports/89760 Submitted by: maintainer
* Add SHA256 hashes to my portsehaupt2005-11-307-0/+7
|
* - Use correct patch when try to compile qmail-smtp_auth+tls with outgoingipgarga2005-11-301-3/+5
| | | | | | patch selected Noticed by: oliver
* Update to 4.60skv2005-11-302-16/+15
|
* - Update WWWahze2005-11-304-4/+4
|
* Chase shlib version bump of net-snmp.kuriyama2005-11-303-6/+6
|
* - Change maintainer address over from me to BSD# mailing listtmclaugh2005-11-302-1/+2
| | | | | | - Add SHA256 Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* Update to 2.4.2.marcus2005-11-303-3/+5
|
* Update to 2.4.2.marcus2005-11-302-4/+4
|
* [PATCH] mail/squirrelmail: install new all_localesedwin2005-11-303-146/+199
| | | | | | | | | | - install new all_locales (20050904) - sort pkg-plist - bump PORTREVISION PR: ports/89480 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Approved by: Simon Dick <simond@irrelevant.org>
* - Fix thunderbird-devel iconahze2005-11-302-2/+3
| | | | Submitted by: marcus
* - Update firefox to 1.5ahze2005-11-3032-1199/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs
* Update to 4.60krion2005-11-303-5/+7
|
* - Update to recent (20051128) snapshot.flz2005-11-294-20/+131
| | | | | | | - Use snapshot date as PORTREVISION. PR: ports/89644 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Update to 2.3-20051128mnag2005-11-292-4/+4
|
* Don't remove locale directories that are part of BSD.local.dist:barner2005-11-291-22/+0
| | | | | | | | de, es, et, fr, hu, it, ja, nl, pt_BR, sv, tr Reported by: Olivier Girard <Olivier.Girard@univ-angers.fr> (maintainer; reported the "hu" locale dir) PR: ports/89715
* Maintainer no longer has a FreeBSD box.linimon2005-11-291-1/+1
|
* Remove dead mastersitesache2005-11-291-8/+0
| | | | Submitted by: Mark Linimon <linimon@lonesome.com>