aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.456sunpoet2011-09-252-3/+3
| | | | | | | Changes: http://ks.lamiral.info/imapsync/ChangeLog PR: ports/160600 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* - Fix build with OpenSSL 1.xavl2011-09-242-0/+149
| | | | | | PR: ports/158933 Submitted by: D'Arcy Cain <darcy at Vex.Net> Obtained from: heirloom-mailx CVS
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2485-157/+125
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Update to 4.0.3mm2011-09-232-3/+3
|
* Update to 3.0.9mm2011-09-232-3/+3
|
* Update to 5.0.13mm2011-09-232-3/+3
|
* - Update to 1.8.2wen2011-09-222-8/+6
| | | | | PR: ports/160575 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Update to 1.1.0mm2011-09-212-3/+3
|
* Update to 1.0.1mm2011-09-212-3/+3
|
* - Cleanup MASTER_SITES and add my LOCAL as MASTER_SITESsunpoet2011-09-203-63/+29
| | | | | | | - Remove five-year-old WITH_COURIER_MAILDIR_KLUDGE comment - Simplify Makefile - Respect PORTDOCS and PORTEXAMPLES - Sort MAN1 and PLIST
* - Update to 2.3.4sunpoet2011-09-202-4/+5
| | | | | | Changes: http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/tags/postfixadmin-2.3.4/CHANGELOG.TXT PR: ports/160819 Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer)
* Over to new volunteer.linimon2011-09-191-1/+1
|
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+sunpoet2011-09-175-5/+5
| | | | | Suggested by: az With hat: perl
* - Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-172-2/+2
| | | | With hat: perl
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-174-4/+4
| | | | With hat: perl
* - Return these ports to the heaptabthorpe2011-09-162-2/+2
|
* Mark BROKEN when AUTOSIEVE is enabled. The 3rd party'sume2011-09-151-0/+1
| | | | | | | autosieve patch is not aveilable for the latest version of Cyrus-IMAPd. PR: ports/160740
* Specify the version number explicitly in the file name ofume2011-09-151-3/+3
| | | | the 3rd party's auto* patches, sigh.
* Update to version 1.103.bsam2011-09-142-3/+3
| | | | | PR: ports/160683 Submitted by: olgeni
* Update to 2.4.11.ume2011-09-144-25/+7
|
* Update to 2.3.17.ume2011-09-146-59/+32
|
* - Track dependencies after databases/gdbm updategabor2011-09-131-2/+2
|
* - Track dependencies after databases/gdbm updategabor2011-09-128-8/+12
|
* Update to 2.101.tobez2011-09-124-10/+14
| | | | Changes: http://search.cpan.org/dist/Mail-Box/ChangeLog
* Grab maintainership of OfflineIMAPrea2011-09-121-1/+1
| | | | | | | Sergei was inactive for the last year and there were some maintainer timeouts. Approved-by: portmgr (linimon)
* OfflineIMAP: upgrade to 6.3.4rea2011-09-125-869/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed applied upstream patch; - added patch for MANUAL.rst that eliminates RST -> HTML translation error. Relevant changelog entries since 6.3.3: OfflineIMAP v6.3.4 (2011-08-10) =============================== * CHANGE: Handle when UID can't be found on saved messages. OfflineIMAP v6.3.4-rc4 (2011-07-27) =================================== * CHANGE: Manual improved. OfflineIMAP v6.3.4-rc3 (2011-07-07) =================================== * NEW FEATURE: Added StartTLS support, it will automatically be used if the server supports it. * BUG FIX: We protect more robustly against asking for inexistent messages from the IMAP server, when someone else deletes or moves messages while we sync. OfflineIMAP v6.3.4-rc2 (2011-06-15) =================================== * NEW FEATURE: Implement experimental IDLE feature. * CHANGE: Maildirs use less memory while syncing. * BUG FIX: Saving to Maildirs now checks for file existence without race conditions. * BUG FIX: A bug in the underlying imap library has been fixed that could potentially lead to data loss if the server interrupted responses with unexpected but legal server status responses. This would mainly occur in folders with many thousands of emails. Upgrading from the previous release is strongly recommended. NOTE: the latter bug fix was already integrated into FreeBSD port version 6.3.3_1. OfflineIMAP v6.3.4-rc1 (2011-05-16) =================================== * NEW FEATURE: Begin sphinx-based documentation for the code. * NEW FEATURE: Enable 1-way synchronization by settting a [Repository ...] to readonly = True. When e.g. using offlineimap for backup purposes you can thus make sure that no changes in your backup trickle back into the main IMAP server. * NEW FEATURE: Optional: experimental SQLite-based backend for the LocalStatus cache. Plain text remains the default. * CHANGE: Start a enhanced error handling background system. This is designed to not stop a whole sync process on all errors (not much used, yet). * CHANGE: Documentation improvements: the FAQ wins new entries and add a new HACKING file for developers. * CHANGE: Lot of code cleanups. * CHANGE: Reduced our sync logic from 4 passes to 3 passes (integrating upload of "new" and "existing" messages into one function). This should result in a slight speedup. * CHANGE: No whitespace is stripped from comma-separated arguments passed via the -f option. * CHANGE: Give more detailed error when encountering a corrupt UID mapping file. * BUG FIX: Drop connection if synchronization failed. This is needed if resuming the system from suspend mode gives a wrong connection. * BUG FIX: Fix the offlineimap crash when invoking debug option 'thread'. * BUG FIX: Make 'thread' command line option work. PR: ports/159815 Approved-by: sergei (maintainer timeout) Feature-safe: yes
* Remove (disabled) USE_GCC=3.4gerald2011-09-111-1/+0
| | | | Approved by: maintainer (oliver)
* - Skip interactive input of additional directories for lock testsunpoet2011-09-102-12/+13
| | | | | | | - Remove BATCH/IS_INTERACTIVE section in Makefile PR: ports/153409 Submitted by: Craig Leres <leres@ee.lbl.gov>
* - Add SMTPAUTHUSER and SRS supportcrees2011-09-102-5/+34
| | | | | | | | - While here, use WANT_QMAIL rather than hideous relative include PR: ports/159964 Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com> Approved by: garga (carte blanche via email)
* Unbreak using CPAN:USER macrosbapt2011-09-091-2/+1
| | | | Submitted by: Daniil Cherednik <dcherednik@masterhost.ru> (by private mail)
* Remove dangling "Features:" sentence, which was probably inheritedolgeni2011-09-091-1/+1
| | | | from somewhere else.
* Fix a typo.olgeni2011-09-091-1/+1
|
* mail/libspf2-10 Vulnerable, use mail/libspf2 insteaddougb2011-09-0911-284/+0
| | | | mail/postfix-policyd-spf Relies on vulnerable mail/libspf2-10
* - Update to 1.4.22tabthorpe2011-09-092-4/+4
| | | | | | Security: CVE-2010-4554 Security: CVE-2010-4555 Security: CVE-2011-2023
* - Bump PORTREVISION of mail/dovecot2-pigeonholesunpoet2011-09-081-0/+1
| | | | | PR: ports/160476 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
* - Update to 2.0.14sunpoet2011-09-083-3/+6
| | | | | | Changes: http://www.dovecot.org/list/dovecot-news/2011-August/000193.html PR: ports/160476 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-09-084-4/+4
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
* - Update to 1.30sahil2011-09-082-7/+11
|
* - Update to 2.7.6sahil2011-09-082-3/+3
|
* - Update to 2.6.12sahil2011-09-082-3/+3
|
* - Update to 2.5.15sahil2011-09-082-3/+3
|
* - Update to 2.8.5 and point to newer VDA patchsahil2011-09-084-12/+12
|
* Chase editors/emacs updateashish2011-09-087-7/+7
|
* Pass maintainership to Mikhail Tsatsenko.crees2011-09-081-1/+1
| | | | Thank you for volunteering.
* - Update to 11.0.0sbz2011-09-072-5/+8
| | | | | | | | - Update MASTER_SITES - Add LICENSE Reviewed by: lwhsu@ Approved by: jadawin@ (mentor)
* - Chase x11-toolkits/xforms shlib version bumpgahr2011-09-073-2/+134
|
* - I do not wish to maintain this portpgollucci2011-09-071-1/+1
|
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵pgollucci2011-09-071-1/+1
| | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports
* - Chase devel/google-perftools shlib bumppawel2011-09-071-0/+1
| | | | | | - security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking) Approved by: miwi, wen (mentors implicit)
* update to 6.0.2, remove trust exceptions for certificates issued by Staat derflo2011-09-078-176/+176
| | | | | | Nederlanden Security: http://www.vuxml.org/freebsd/aa5bc971-d635-11e0-b3cf-080027ef73ec.html
* update to 3.1.14, remove trust exceptions for certificates issued by Staat derflo2011-09-076-99/+99
| | | | | | Nederlanden Security: http://www.vuxml.org/freebsd/aa5bc971-d635-11e0-b3cf-080027ef73ec.html
* - Fix handling of ncurses config-optiondhn2011-09-072-6/+4
| | | | | | | - Remove USE_GMAKE (not needed) PR: ports/160521 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
* Update to 6.1.7crees2011-09-072-4/+3
|
* - Revert part of previous commit, perl is still needed to buildpav2011-09-061-1/+1
| | | | Reported by: pointyhat
* Update to 5.0.11mm2011-09-062-3/+3
|
* Update to 1.0.15mm2011-09-062-3/+3
|
* Update to 0.185.tobez2011-09-052-7/+7
| | | | | | Changes: http://search.cpan.org/dist/Email-Valid/Changes PR: 159758 Submitted by: sunpoet
* - add comment about core dump problem only with ja_JP.EUC, not with ja_JP.SJISsanpei2011-09-043-6/+12
| | | | - re-enable Internationalization code
* - update to 1.0.Alpha5.0dinoex2011-09-032-5/+5
|
* register build conflict with spidermonkeyflo2011-09-012-0/+4
| | | | | PR: ports/160348 Submitted by: Sam Cassiba <sam@cassiba.com>
* Upgrade to 1.02skreuzer2011-09-013-5/+5
| | | | | | | | Change MAINTAINER to rnejdl@ringofsaturn.com PR: ports/160160 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
* update to 3.1.13, which disables the DigiNotar certificate authorityflo2011-09-016-101/+99
|
* update to 6.0.1, which disables the DigiNotar certificate authorityflo2011-09-018-180/+176
|
* Demote CONFLICTS to CONFLICTS_INSTALL.mandree2011-08-313-5/+5
| | | | Bump PORTREVISION on slave ports to pull in master port bugfix for trainbogo.sh.
* Fix contrib/trainbogo.sh to use md5 rather than md5sum.mandree2011-08-312-2/+14
| | | | | | | Reported by: RW Split CPPFLAGS from CONFIGURE_ENV. Reported by: portlint
* - Update to 3.29jadawin2011-08-312-3/+3
| | | | - Changelog: http://search.cpan.org/src/PLOBBES/Mail-IMAPClient-3.29/Changes
* Update to 1.0.6mm2011-08-312-3/+3
|
* Update to 2.0.5mm2011-08-312-3/+3
|
* Update to 3.0.8mm2011-08-312-3/+3
|
* Update to 1.0.14mm2011-08-312-3/+3
|
* According to agreement with current maintainer m.tsatsenko@gmail.comache2011-08-311-1/+1
| | | | | | | | return this port back to pgollucci@FreeBSD.org who commits my e-mail address to MAINTAINER field at v1.17 apparently by mistake syncing this port with milter-greylist. Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
* Make Mikhail Tsatsenko, m.tsatsenko at gmail.com, the new maintainer.mandree2011-08-304-4/+4
|
* - Remove AWL support code [1]crees2011-08-302-5/+52
| | | | | | | | - change PKGNAMEPREFIX = p5 to ? to allow slave ports - Fix sa-update behaviour when disk full PR: ports/160282 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer), [1] Jason Helfman
* - Take maintainershipsunpoet2011-08-301-1/+1
|
* Remove myself from MAINTAINERache2011-08-306-6/+6
|
* libspf2-10dougb2011-08-302-0/+6
| | | | | | | | | DEPRECATED= Vulnerable as of 2008-10-27 http://portaudit.freebsd.org/2ddbfd29-a455-11dd-a55e-00163e000016.html EXPIRATION_DATE= 2011-09-09 postfix-policyd-spf DEPRECATED= Relies on libspf2-10 which is vulnerable as of 2008-10-27 EXPIRATION_DATE= 2011-09-09
* - update to 3.7.10 releasepawel2011-08-3047-162/+129
| | | | | | | - fix portlint warnings - bump plugins with no new distfiles Approved by:  miwi,wen (mentors implicit)
* Add LICENSEehaupt2011-08-291-0/+2
|
* - Update to 2.9-20110820sahil2011-08-292-3/+3
|
* Chase editors/emacs update.ashish2011-08-287-4/+7
| | | | PR: ports/160196
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"ohauer2011-08-271-0/+3
| | | | with hat apache@
* Update to 0.85.5 (distversion 0.855)lth2011-08-262-3/+3
|
* - Fix MASTER_SITESmiwi2011-08-262-14/+14
| | | | | PR: 160125 Submitted by: Ports Fury
* - Fix MASTER_SITESmiwi2011-08-261-4/+1
| | | | | PR: 160124 Submitted by: Ports Fury
* - Update MASTER_SITES and WWW: linemiwi2011-08-262-8/+12
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support NOPORTEXAMPLES PR: 160123 Submitted by: Ports Fury
* Add a patch to fix enigmail and bump PORTREVISION.ale2011-08-254-2/+52
| | | | | | | | | | Issue analysis: fire_glxtest_process() forks a new process, but doesn't wait(2) for it. So when wait(2) is invoked later it may return a pid of this child before any other child. Submitted by: avg Approved by: flo
* Update to 1.0.13mm2011-08-252-3/+3
|
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-2414-12/+91
| | | | needed.
* Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.az2011-08-232-5/+5
|
* Depends on correct mozilla version.ale2011-08-232-2/+2
|
* The postfix-logwatch(1) utility is a Postfix MTA log parsersahil2011-08-235-0/+74
| | | | | | | | | | | | | | | | | | | that produces summaries, details, and statistics regarding the operation of Postfix. A key feature of postfix-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Postfix operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired. WWW: http://logreporters.sourceforge.net/ PR: ports/159988 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
* - Update to 1.32sunpoet2011-08-232-4/+4
| | | | Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog
* - Catch up with Thunderbird 6pav2011-08-221-2/+2
| | | | Submitted by: Matthew Luckie (maintainer)
* Remove mail/sylpheed3, please use mail/sylpheed instead.ehaupt2011-08-227-375/+0
|
* Move mail/sylpheed3 to mail/sylpheed.ehaupt2011-08-226-87/+186
|
* Update to 1.3.1 release.ale2011-08-222-3/+3
|
* Be more specific about changing mail-subdirectory.anders2011-08-221-1/+4
| | | | PR: 132213
* Update to 2007f.anders2011-08-225-6/+21
| | | | | Add license info. Correct path for c-client.cf and inform about configurability.
* - change the email address I use to maintain portseadler2011-08-221-1/+1
| | | | Approved by: bapt (mentor)
* - change the email address I use to maintain portseadler2011-08-221-1/+1
| | | | Approved by: bapt (mentor)
* Fix critical fetchmail-embeds-NULs bug found by Antoine Levitt.mandree2011-08-212-1/+52
|
* Update to 2.3.6mm2011-08-213-4/+5
|
* Update to 1.2.6mm2011-08-213-4/+5
|
* Update to 1.0.12mm2011-08-212-3/+3
|
* - USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ohauer2011-08-211-1/+1
|
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-215-7/+9
|
* Update to 1.2024lth2011-08-212-3/+3
|
* Update Rails to 3.0.10.delphij2011-08-202-3/+3
| | | | | | Submitted by: Alexander Kriventsov <avk vl.ru> PR: ports/159906 Security: be77eff6-ca91-11e0-aea3-00215c6a37bb
* Update dovecot2 to 2.0.13 [1].delphij2011-08-206-12/+30
| | | | | | | | | dovecot-pigeonhole is also updated to 0.2.3. Security: 0b53f5f7-ca8a-11e0-aea3-00215c6a37bb [1] Submitted by: Uffe Jakobsen <uffe uffe.org> PR: ports/158173 Approved by: maintainer timeout
* Don't hardcode tar.ale2011-08-181-1/+1
|
* - Transfer maintainership to Mark Felder who is an active user of theashish2011-08-181-1/+1
| | | | port unlike me.
* Remove empty patch.ale2011-08-182-0/+0
|
* Allow lightning xpi to be installed on current tb version.ale2011-08-182-0/+22
| | | | Submitted by: Jimmie James <jimmiejaz@gmail.com>
* Remove (now useless) LATEST_LINK.ale2011-08-181-2/+0
|
* Update enigmail to 1.3 release to support Thunderbird 6 and Seamonkey 2.3.ale2011-08-184-24/+32
| | | | Read UPDATING.
* Restrict to correct ports and avoid conflicts.ale2011-08-182-98/+100
| | | | Approved by: flo
* Install in the correct (thunderbird3) directory and remove CONFLICTS.ale2011-08-182-7/+10
| | | | | | Port generalization. Approved by: flo
* Make it fully working and restrict to correct port.ale2011-08-182-6/+12
| | | | Approved by: flo
* Port generalization.ale2011-08-184-16/+12
| | | | Approved by: flo
* Update to 3.10.1, which fixes MySQL queries problems introduced in 3.10.0itetcu2011-08-183-3/+10
| | | | MFC after: 5 days
* Update to 5.0.10mm2011-08-182-3/+3
|
* Update to 3.0.7mm2011-08-182-3/+3
|
* Update to 1.0.11mm2011-08-172-3/+3
|
* forgot to remove pa-IN in one place.flo2011-08-172-2/+2
| | | | Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 2.9-20110814sahil2011-08-172-3/+3
|
* update to 3.1.12flo2011-08-172-93/+93
|
* update to 3.1.12flo2011-08-172-7/+5
| | | | Security: http://www.vuxml.org/freebsd/834591a9-c82f-11e0-897d-6c626dd55a41.html
* update to 6.0flo2011-08-174-184/+174
|
* update to 6.0flo2011-08-1716-100/+392
| | | | Security: http://www.vuxml.org/freebsd/834591a9-c82f-11e0-897d-6c626dd55a41.html
* Update to 0.5.4 release.ale2011-08-162-3/+3
|
* - Pass maintainership to Eitan Adler <ports@eitanadler.com>.stas2011-08-161-1/+1
|
* OfflineIMAP: respect NOPORTEXAMPLES and build HTML documentation on-demandrea2011-08-163-23/+41
| | | | | | | | | | Also parametrize GitHub user name to avoid repeating ourselves and mirror distfile locally on CodeLabs and FreeBSD. PR: ports/158862 Hints-from: Pan Tsu <inyaoo@gmail.com> Approved-by: garga (mentor), maintainer timeout (1 month) Feature-safe: yes
* Assorted minor fixes and touch-ups:mandree2011-08-162-22/+24
| | | | | | | | | | | | | | | | | | | | - Fix: rcfile: export FETCHMAILUSER=$fetchmail_user [1] - Fix: when installing from source, make /var/run/fetchmail directory so that a global fetchmail installation won't break after port upgrades - Change: compile GSSAPI support by default (it's in base) - Cleanup: rcfile: drop support for fetchmail.sh script name - Cleanup: rcfile: don't mix backtick with apostrophe in comments, they don't match Reported by: thierry, Victor Balada Diaz <victor@bsdes.net> [1] Suggested by: Victor Balada Diaz <victor@bsdes.net> [1] PR: ports/151783 Approved by: maintainer timeout [1]
* - Update to 1.22sahil2011-08-152-6/+6
|
* 2011-04-17 databases/gauche-gdbm: has been broken for more than a yearbapt2011-08-155-84/+0
| | | | | www/wiliki: Depends on expired gauche-gdbm mail/scmail: Depends on expired gauche-gdbm
* mail/mixminion now uses USERScrees2011-08-153-104/+2
|
* Update to 1.0.21skv2011-08-142-7/+8
| | | | | PR: ports/159257 Submitted by: Ismail YENIGUL <ismail.yenigul@surgate.com>
* Update to 6.1.6crees2011-08-132-4/+3
| | | | Changelog: http://www.sympa.org/distribution/latest-stable/NEWS
* - update to 1.0.Alpha4.0dinoex2011-08-132-5/+5
|
* - Update to 2.72beech2011-08-134-27/+50
| | | | | PR: ports/159720 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
* Correct pkg-message to use EXAMPLESDIR and DATADIRcrees2011-08-132-3/+2
| | | | | PR: ports/159731 Submitted by: gjb
* - Update to 0.4.3vsevolod2011-08-122-3/+3
|
* - Update to 1.8culot2011-08-122-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/159704 Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
* - Update to 3.9.3beech2011-08-122-4/+4
| | | | | PR: ports/159637 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer)
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-128-8/+6
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Unbreak on 9.xashish2011-08-113-6/+14
| | | | | | | - Fix jail permissions in pkg-install PR: ports/159655 Submitted by: Mark Felder <feld@feld.me>
* - Add LICENSE (GPLv2)culot2011-08-111-0/+2
| | | | | PR: ports/159657 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
* Update to 0.7 release.ale2011-08-092-12/+14
|
* Update to 1.2.1 release and add support for seamonkey 2.2.ale2011-08-093-16/+11
|
* Chase mail/libetpan shlib bumppawel2011-08-081-1/+1
| | | | Approved by: miwi (mentor)
* - update to version 1.1pawel2011-08-083-6/+12
| | | | | | | - add LICENSE info - fix usage of CPPFLAGS Approved by: miwi (mentor)
* - Update to 2.10.14pav2011-08-083-15/+254
| | | | | | PR: ports/159556 Submitted by: John Chen <johnpupu@gmail.com> Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
* - update WWWdinoex2011-08-081-1/+1
|
* - extend MASTER_SITESdinoex2011-08-071-1/+1
|
* update to 0.3.3.1flo2011-08-062-3/+3
|
* - use MASTER_SITE_LOCALdinoex2011-08-061-1/+2
|
* - drop WWWdinoex2011-08-061-2/+0
|
* - Update to 0.4.2, bugfix release.vsevolod2011-08-052-3/+3
|
* Fix the fixitetcu2011-08-051-1/+1
|
* Fix port after I moved '-devel' to PKGNAMESUFFIX.itetcu2011-08-051-4/+4
| | | | Reported by: bapt@
* Update to the official 3.10.0 releaseitetcu2011-08-043-8/+13
| | | | MFC: 1 day
* Update to 4.0.2mm2011-08-042-4/+4
| | | | Change maintainer to horde@FreeBSD.org
* Update to 2.0.4mm2011-08-042-3/+3
|
* Update to 3.0.5mm2011-08-042-3/+3
|
* Update to 1.0.10mm2011-08-042-3/+3
|
* Update to 5.0.9mm2011-08-042-3/+3
|
* Removing old ruby stuffbapt2011-08-035-124/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
* Remove KAKASI option, as ruby-kakasi has expiredbapt2011-08-031-5/+1
|
* Deprecate some perl@ ports that disappared from CPANbapt2011-08-031-0/+3
|
* mark BROKEN: does not fetchbapt2011-08-032-0/+6
|
* - Remove defunct WWWsunpoet2011-08-031-2/+0
| | | | | PR: ports/159400 Submitted by: gjb (maintainer)
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-032-0/+6
|
* Update master_sitebapt2011-08-021-1/+1
|
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* - Adjust dependencieswxs2011-08-021-2/+7
| | | | | PR: ports/159113 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
* Unbreak on -CURRENTuqs2011-08-022-4/+11
| | | | | | Tell groff to tell grotty to not emit SGR sequences, they make ul(1) choke. Discussed with: ru
* Update to 3.10.0 rc1, which is pretty much the upcoming 3.10.0 release,itetcu2011-08-018-184/+271
| | | | | | so unIGNORE. Adjust the port to be closer to mail/dspam.
* Bye bye abandonwares (part 4)bapt2011-08-0111-234/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles 2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles 2011-08-01 korean/elm: Look like an abandonware, no more public distifles 2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles 2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles 2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles 2011-08-01 korean/pinetreefonts: No more public distfile 2011-08-01 mail/bincimap: No more public distfile 2011-08-01 mail/cmail: No more public distfile 2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles 2011-08-01 math/qgfe: Look like an abandonware, no more public distifles 2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles 2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles 2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles 2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html 2011-08-01 multimedia/ldvd: Abandonware 2011-08-01 multimedia/linux-divx4linux: No more needed 2011-08-01 multimedia/linux-divx4linux4: No more needed 2011-08-01 multimedia/ogle: Abandonware 2011-08-01 multimedia/ogle-gui: Abandonware 2011-08-01 multimedia/okle: Abandonware 2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles 2011-08-01 net/callgen323: Look like an abandonware, no more public distifles 2011-08-01 net/lyntin: No longer under active development 2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware 2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles 2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles 2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead 2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles 2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles 2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles 2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles 2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles 2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
* - Chase guile shared lib bumpjlaffaye2011-07-311-1/+1
| | | | - Add an entry to UPDATING
* - unbreakpawel2011-07-312-2/+19
| | | | Approved by: miwi (mentor)
* Remove expired port:rene2011-07-304-45/+0
| | | | 2011-07-30 mail/rubygem-smtp_tls: no supported version of FreeBSD have < 1.8.7.p72
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.kwm2011-07-302-0/+2
|
* - Update to 2.7.5sahil2011-07-303-79/+6
| | | | | - Use ports framework to create USERS and GROUPS - Remove unused replace() function from pkg-install
* - Update to 2.6.11sahil2011-07-303-79/+6
| | | | | - Use ports framework to create USERS and GROUPS - Remove unused replace() function from pkg-install
* - Update to 2.5.14sahil2011-07-302-3/+3
|
* - Update to 2.9-20110706sahil2011-07-303-79/+6
| | | | | - Use ports framework to create USERS and GROUPS - Remove unused replace() function from pkg-install
* - Mark BROKEN on 9.0-CURRENT: does not buildpav2011-07-301-0/+4
| | | | | | | pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt ul: unknown escape sequence in input: 33, 133 Reported by: pointyhat
* Remove INSTALLS_ICONS from kde ports.kwm2011-07-301-1/+0
| | | | | | | In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro will gain the long missing gtk-update-icon-theme dependancy. After talking with members from of our KDE team. There isn't any indication that this gtk util is usefull for KDE.
* - Update to 1.1.4beech2011-07-293-54/+58
| | | | | | | | | | | | | | | | - MIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run. - Although not required to upgrade either Horde or IMP, it is STRONGLY RECOMMENDED you do as any bugfixes to core functionality will occur in these applications. - Major changes compared to the MIMP H3 (1.1.3) version are: * Added Czech translation. * Updated Brazilian Portuguese, French, Hungarian, and Spanish translations. - The full list of changes (from version H3 (1.1.3)) can be viewed here: - http://cvs.horde.org/diff.php/mimp/docs/CHANGES?rt=horde&r1=1.46.2.39&r2=1.46.2.42&ty=h
* - Update to 1.1.7beech2011-07-293-58/+62
| | | | | | | | | | | | | | | - DIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run. - Although not required to upgrade either Horde or IMP, it is STRONGLY - RECOMMENDED you do as any bugfixes to core functionality will occur in - these applications. - The major changes compared to DIMP version H3 (1.1.6) are: * Added Czech translation. * Updated Hungarian and Spanish translations. - The full list of changes (from version H3 (1.1.6)) can be viewed here: - http://cvs.horde.org/diff.php/dimp/docs/CHANGES?rt=horde&r1=1.69.2.90&r2=1.69.2.93&ty=h
* - Update to 4.3.10beech2011-07-293-180/+179
| | | | | | | | | | | - The major changes compared to IMP version H3 (4.3.9) are: * Fixed a minor bug in the iTip attachment viewer. * Updated Brazilian Portuguese, Czech, Hungarian, and Russian translations. - The full list of changes (from version H3 (4.3.9)) can be viewed here: - http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.433&r2=1.699.2.436&ty=h
* - Revert previous update as mail/rubygem-actionmailer does not installculot2011-07-282-3/+5
| | | | | | | | with rubygem-mail-2.3.0 (see ports/159255) - Bump PORTEPOCH as we go back to version 2.2.19 Reported by: swills@ (via email) Approved by: Eric <freebsdports@chillibear.com> (maintainer, via email)
* - Chase net-snmp shlib version bump.sylvio2011-07-283-6/+6
|
* update to 5.5.2oliver2011-07-282-3/+3
|
* Update to 1.0.5mm2011-07-284-6/+6
|
* Add security/pinentry-gtk2 as a run dependency if the GPGME option is selected.ehaupt2011-07-271-1/+3
| | | | | | | | | This does not add any additional dependencies other than security/pinentry-gtk2 itself as opposed to adding security/pinentry. PR: 152888 (based on) Submitted by: Kenneth Lind <exil@sasurai.se>, Jason E. Hale <bsdkaffee@gmail.com>
* Mark DEPRECATED with an expiration time of one month.ehaupt2011-07-271-0/+3
|
* Take maintainership.ehaupt2011-07-272-2/+2
| | | | Approved by: oliver (maintainer)
* - Fix build with Ruby 1.9swills2011-07-272-0/+15
| | | | With hat: ruby@
* Fix qmail, qmail-tls, qmail-mysql and qmail-ldap build with clanggarga2011-07-271-0/+2
|
* - Mark BROKEN: does not link (gnutls/gcrypt)pav2011-07-271-1/+4
| | | | Reported by: pointyhat
* - Update to 0.4.1vsevolod2011-07-262-3/+3
|
* Update to 3.1.1ehaupt2011-07-263-3/+4
| | | | | PR: 158798 Approved by: oliver (maintainer timeout; 15 days)
* Update to 2.8.4 and use the ports framework tosahil2011-07-266-154/+12
| | | | | | | | create USERS and GROUPS. Also remove replace() function from pkg-install script. PR: ports/158765 Submitted by: ohauer
* - Back out last commit, return to 1.9.1.1beech2011-07-263-4/+4
| | | | | | | - Bump PORTEPOCH Requested by: maintainer Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Mark BROKEN: does not compilepav2011-07-261-0/+2
| | | | | | wizard.c:1298: error: 'label' undeclared (first use in this function) Reported by: pointyhat
* - Respect $CCjohans2011-07-2614-168/+211
| | | | | - Fix build with clang - Regenerate patchfiles after including the clang patches
* Fix elm build with clang (respect $CC in configure)johans2011-07-262-2/+2
|
* - Update to 2.3.0culot2011-07-252-4/+5
| | | | | | | | | | - Add LICENSE (MIT) - drop dependency on activesupport (now optional - will be used automatically if installed) PR: ports/157960 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Eric <freebsdports@chillibear.com> (maintainer)
* - Update to 1.9.1.3beech2011-07-233-3/+4
| | | | | PR: ports/159118 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - Update to 0.4.0vsevolod2011-07-223-3/+4
| | | | | List of changes can be found here: https://bitbucket.org/vstakhov/rspamd/wiki/Rspamd_0.4_Changes
* Correct LICENSEzi2011-07-221-1/+1
| | | | | Reported by: pointyhat Approved by: wxs (mentor)
* - Chase gpgme shared lib bump.jlaffaye2011-07-216-7/+7
| | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-2/+2
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Update to 0.1300 [1]culot2011-07-203-4/+9
| | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Add Dancer::Plugin::README to MAN3 and pkg-plist Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES PR: ports/159041 [1] Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
* Update to 0.65.3jlaffaye2011-07-205-24/+20
| | | | | PR: ports/158669 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer)
* Add LICENSEzi2011-07-201-2/+5
| | | | | | | [1] Fix RUN_DEPENDS after p5-libwww update to 6.x Reported by: Douglas Thrift <douglaswth@gmail.com> [1] Approved by: tabthorpe (mentor)
* - Make qmail use USERS and GROUPS [1]garga2011-07-196-68/+65
| | | | | | | - Add my local_distfiles as a MASTER_SITES to ucspi-ssl PR: ports/157622 [1] Submitted by: crees [1]
* Removed expired port:crees2011-07-1920-1161/+0
| | | | | | | | 2011-07-18 mail/qmail-vida: UID collisions, IGNOREd for four years with no-one caring PR: ports/157616 Submitted by: crees Approved by: rene (mentor)
* - Adjust the comment noting the need to bump various ports anytime this one iswxs2011-07-181-2/+3
| | | | bumped.
* - Bump PORTREVISION to chase update of mail/dovecot.wxs2011-07-181-0/+1
| | | | Noticed by: zi@
* - Bump PORTREVISION after dovecot update.wxs2011-07-171-0/+1
|
* Update to 0.11.13wxs2011-07-172-3/+3
| | | | | | PR: ports/158272 Submitted by: me Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* - Update to 1.2.17.wxs2011-07-172-5/+5
| | | | | | PR: ports/158271 Submitted by: wxs@ Approved by: maintainer timeout
* Update to 0.6.53arved2011-07-173-4/+4
| | | | | | PR: 158891 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer
* - Update to 3253swills2011-07-172-3/+3
| | | | | PR: ports/158592 Approved by: maintainer (timeout, >14days)
* - Forgot to remove PORTREVISIONswills2011-07-171-1/+0
|
* - Update to 4.1.0swills2011-07-177-108/+21
| | | | | PR: ports/158780 Submitted by: Doug Hardie <bc979@lafn.org> (maintainer)
* Mark as broken on sparc64: fails to install.linimon2011-07-161-1/+7
|
* - require cairo>=1.10.2_1,1 to catch build failuers earlyflo2011-07-162-2/+4
| | | | | The cairo dependancy is usually added by bsd.gecko.mk, but for thunderbird 5 we need a spcific version.
* - Update to 1.34sunpoet2011-07-152-4/+3
| | | | | | | Changes: http://postgrey.schweikert.ch/pub/Changes PR: ports/158911 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* Set maintainer of Horde ports to horde@FreeBSD.orgmm2011-07-1515-15/+15
| | | | Approved by: maintainer (beech@ and mm@)
* Update to 4.2.0arved2011-07-152-3/+3
| | | | | PR: 158901 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* - Add RUN_DEPENDS entries for extra dependencies after ↵crees2011-07-141-4/+10
| | | | | | | | RUN_DEPENDS:=${BUILD_DEPENDS} line -- only started to be necessary when I added the colon - DB_TYPE is no longer case sensitive Approved by: rene (mentor, implicit)
* - Add missing dependencies and alphabetisecrees2011-07-141-18/+38
| | | | | | | | | - Handle p5-DBD-mysql dependency correctly - Use ECHO_MSG - Correct capitalisation of maintainer address Submitted by: gahr Approved by: rene (mentor)
* Fix typobapt2011-07-121-1/+1
|
* - Fix *_DEPENDS entries after www/p5-libwww updated to 6.xsunpoet2011-07-122-3/+3
|
* Use USERS and GROUPScrees2011-07-114-54/+8
| | | | | | PR: ports/157665 Submitted by: crees (me) Approved by: rene (mentor, implicit), maintainer timeout (lippe, 35 days)
* - fix pkg-message [1]ohauer2011-07-103-112/+113
| | | | | | | | | | - fix a possible overwrite of config.php if installed from package therfore bump PORTREVISION - sort pkg-plist with genplist PR: ports/158377 [1] Submitted by: Lukasz Wasikowski <lukasz _at_ wasikowski.net> Approved by: Krzysztof Stryjek <ports _at_ bsdserwis.com> (maintainer)
* Fix CATEGORIES for horde4-turbamm2011-07-101-1/+1
| | | | Reported by: PKGORIGIN check (erwin)
* Use USERS and GROUPScrees2011-07-093-49/+4
| | | | | | PR: ports/157613 Submitted by: crees (me) Approved by: rene (mentor, implicit), Corey Halpin (maintainer)
* Update LATEST_LINK for horde4- ports to not interfere with horde-mm2011-07-095-0/+12
| | | | Add all horde4 ports to build
* - New port mail/xpi-dispmuastephen2011-07-094-0/+31
| | | | | | | | | | | | | DispMUA adds an image on the right side of the "header view" which displays the icon of the application with which the selected mail was written. So if the person who sent the mail used e.g. mozilla to send the mail, a mozilla icon will be displayed. WWW: http://www.juergen-ernst.de/addons/dispmua.html PR: ports/149987 Submitted by: Lapo Luchini <lapo@lapo.it> Approved by: maho (mentor)
* Syntax fix.ale2011-07-091-8/+8
|
* - Remove mail/horde4-webmail and deskutils/horde4-groupware from buildbeech2011-07-091-1/+0
|
* Horde Groupware Webmail Edition is a free, enterprise ready, browser basedmm2011-07-084-0/+43
| | | | | | | | | communication suite. Users can read, send and organize email messages with three different webmail interfaces and manage and share calendars, contacts, tasks and notes with the standards compliant components from the Horde Project. WWW: http://www.horde.org/apps/webmail/
* Remove horde3 from conflicts as this is handled by horde4-basemm2011-07-082-4/+0
|
* Update horde4-ingo to new Horde 4 frameworkmm2011-07-084-320/+31
| | | | Approved by: beech (maintainer, private chat)
* Update horde4-imp to new Horde 4 frameworkmm2011-07-084-975/+51
| | | | Approved by: beech (maintainer, private chat)