notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: mail/squirrelmail/Makefile

Number of commits found: 133 (showing only 100 on this page)

1 | 2  »  

Tuesday, 30 Jan 2024
08:05 Zsolt Udvari (uzsolt) search for other commits by this committer
multiple_ports: Update MAINTAINER

Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl
ftp/R-cran-curl
graphics/R-cran-colorspace
graphics/R-cran-ggrepel
graphics/R-cran-magick
graphics/diff-pdf
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
mail/squirrelmail-translations
mail/squirrelmail
math/R-cran-gtable
math/R-cran-isoband
math/geogebra
misc/R-cran-xfun
misc/histring
print/R-cran-knitr
security/R-cran-digest
sysutils/hcloud
sysutils/py-rdiff-backup
textproc/R-cran-highr
textproc/R-cran-htmltools
textproc/R-cran-stringi
textproc/R-cran-stringr
textproc/R-cran-utf8
textproc/R-cran-yaml
textproc/urlview
www/kohana
x11-wm/herbstluftwm
x11/bemenu
x11/dzen2
x11/stalonetray

Approved by:	bofh (mentor), diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43614
commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf e44adb9
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Wednesday, 8 Feb 2023
19:52 Tilman Keskinoz (arved) search for other commits by this committer
mail/squirrelmail: update to 20230207

PR:		269396
Submitted by:	Zsolt Udvari (maintainer)
commit hash: 776937fa271aeda6f75e244da7103125b3ca5adf commit hash: 776937fa271aeda6f75e244da7103125b3ca5adf commit hash: 776937fa271aeda6f75e244da7103125b3ca5adf commit hash: 776937fa271aeda6f75e244da7103125b3ca5adf 776937f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Wittig <alexander@wittig.name>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Ali Mashtizadeh <ali@mashtizadeh.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Venturoli <freebsd@netfence.it>
  *  Andrew J. Caines <A.J.Caines@halplant.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stevenson <andrew@ugh.net.au>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey V. Pevnev <andrey@mgul.ac.ru>
  *  Andrey Zakhvatov
  *  Andy Gilligan
  *  Anthony Kim
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Lysenok <bart@tapolsky.net.ua>
  *  Anton Yuzhaninov <citrin@rambler-co.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Steiner <ast@treibsand.com>
  *  Ben Smithurst <ben@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chifeng QU <chifeng@gmail.com>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Elkins <chrise@scardini.com>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Cyril Guibourg
  *  CyrilM <cyrilm@tower.pp.ru>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Dario Freni <saturnero@gufi.org>
  *  Darren Pilgrim <ports.maintainer@evilphi.com>
  *  DarwinSurvivor <darwinsurvivor@gmail.com>
  *  David Bushong <david+ports@bushong.net>
  *  David O'Brien (obrien@NUXI.com)
  *  David Siebörger <drs@rucus.ru.ac.za>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dominic Marks <dom@wirespeed.org.uk>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene M. Kim <ab@astralblue.net>
  *  Fukang Chen <loader@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerhard Gonter <g.gonter@ieee.org>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Giel van Schijndel <me@mortis.eu>
  *  Glen Barber <gjb@FreeBSD.org>
  *  Glenn Johnson <gljohns@bellsouth.net>
  *  Gregory Sutter <gsutter@zer0.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Harry Newton
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  Issei Suzuki <issei@jp.FreeBSD.org>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Raftery <james@now.ie>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Janne Snabb <snabb@epipe.com>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Oxley <john@yoafrica.com>
  *  John Prather
  *  Josh Gilliam <josh@quick.net>
  *  Jun-ichiro Hagino <itojun@itojun.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kay Abendroth <kay.abendroth@raxion.net>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Larry Rosenman <ler@FreeBSD.org>
  *  Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lefteris Chatzibarbas <lefcha@hellug.gr>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Marcelo Araujo <araujobsd@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marijn Meijles <marijn@stack.nl>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br>
  *  Mario S F Ferreira <lioux@linf.unb.br> # Created by Matthias Andree
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Starovoytov <mark_sf@kikg.ifmo.ru>
  *  Martin Blapp
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Martti Kuparinen <martti.kuparinen@ericsson.com>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masafumi Otsune <info@otsune.com>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew N. Dodd <mdodd@FreeBSD.org>
  *  Matthew Seaman
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max Laier <max@love2party.net>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxim Tulyuk <mt@primats.org.ua>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Ranner <michael@ranner.eu>
  *  Miguel Mendez <flynn@energyhq.es.eu.org>
  *  Mij <mij@bitchx.it>
  *  Mikhail T. (m.tsatsenko@gmail.com)
  *  Mikhail Teterin
  *  Miroslav Lachman
  *  Mohammad S. Babaei <info@babaei.net>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Nagy, Attila <bra@fsn.hu>
  *  Nate Underwood <natey@natey.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Neil Darlow <neil@darlow.co.uk>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Netherby <netherby@dancingfortune.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Eikemeier
  *  Oliver Eikemeier <eik@FreeBSD.org>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Omer Faruk Sen <ofsen@enderunix.org>
  *  Ozkan KIRIK <ozkan@enderunix.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pawel Pekala <pawel@freebsd.org>
  *  Pete Fritchman <petef@databits.net >
  *  Peter Hollaubek <fifteen@inext.hu>
  *  Peter Kieser <peter@kieser.ca>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Wemm <peter@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  R.I.Pienaar <rip@devco.net>
  *  Radim Kolar
  *  RicardoSSP <ricardo.katz@gmail.com>
  *  Rob Evers <rob@debank.tv>
  *  Robert Felber <robtone@ek-muc.de>
  *  Robert Nelson <robertn@the-nelsons.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Satoru Suzuki <xsuzu@yokohama.riken.jp>
  *  Scott Blachowicz <scott+ports@sabami.seaslug.org>
  *  Scott Lambert <lambert@lambertfam.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Barner <barner@in.tum.de>
  *  Simon Dick <simond@irrelevant.org>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Bethke <stb@lassitu.de>
  *  Stephen Roznowski <sjr1@flash.net>
  *  Stephon Chen <stephon@pixnet.tw>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  Talal Al-Dik <tad@vif.com>
  *  Ted Faber <faber@isi.edu>
  *  Terry Sposato
  *  The Anarcat <anarcat@anarcat.ath.cx>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Lotterer <thomas.lotterer@cw.com>
  *  Thomas Seck <tmseck@netcologne.de>
  *  Tim Bishop <tim@bishnet.net>
  *  Tom Hukins <tom@eborcom.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomasz Paszkowski <ns88@k.pl>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Trish Lynch <trish@bsdunix.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Udo Schweigert
  *  Udo Schweigert <ust@cert.siemens.de>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Victor Balada Diaz <victor@bsdes.net>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Ville Eerola <ve@sci.fi>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vsevolod Lobko <seva@sevasoft.kiev.ua>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yoshisato YANAGISAWA
  *  Zak Johnson <zakj@nox.cx>
  *  Zane C. Bowers
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  arensb@ooblick.com
  *  bremner@unb.ca
  *  brett@peloton.physics.montana.edu
  *  bsam
  *  chinsan
  *  chris
  *  chris@shagged.org
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  dchapes@zeus.leitch.com
  *  delphij@FreeBSD.org
  *  delphij@FreeBSD.org.cn
  *  dhagan@cs.vt.edu
  *  dliakh
  *  dlowe
  *  dm
  *  eivind
  *  fluffy
  *  gahr
  *  gmarco@scotty.masternet.it
  *  gmc@sonologic.nl
  *  ijliao
  *  ismail@enderunix.org
  *  itojun@itojun.org
  *  janos.mohacsi@bsd.hu
  *  johnpupu <johnpupu@gmail.com>
  *  kaz
  *  krion
  *  liamfoy@sepulcrum.org
  *  markm@FreeBSD.org
  *  matusita@FreeBSD.org
  *  mich@freebsdcluster.org
  *  mwest@uct.ac.za
  *  n_hibma@qubesoft.com
  *  nbm
  *  nork@FreeBSD.org
  *  ofsen@enderunix.org
  *  pat
  *  petef
  *  petef@FreeBSD.org
  *  pst
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rea@FreeBSD.org
  *  roam@FreeBSD.org
  *  sheldonh@FreeBSD.org
  *  shigeri <shigeri@m10.alpha-net.ne.jp>
  *  snowchyld
  *  tobez@tobez.org
  *  torstenb
  *  trevor
  *  v.velox@vvelox.net
  *  vanilla
  *  will
  *  wolpert

With hat:	portmgr
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 b587cc2
Monday, 8 Nov 2021
00:15 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Zsolt Udvari
mail/squirrelmail: Update to 20211024

While here,

* Switch to DISTVERSION
* Pet portclippy
* Re-format Makefile with portfmt

PR:		259405
Reported by:	James B. Byrne
commit hash: f0d7d1d5682418487961eb0565d4f212e5b20b75 commit hash: f0d7d1d5682418487961eb0565d4f212e5b20b75 commit hash: f0d7d1d5682418487961eb0565d4f212e5b20b75 commit hash: f0d7d1d5682418487961eb0565d4f212e5b20b75 f0d7d1d
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 25 Apr 2020
12:13 dbaio search for other commits by this committer
mail/squirrelmail: Update to 20200422

PR:		245823
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Original commitRevision:532945 
Friday, 31 Jan 2020
17:49 pi search for other commits by this committer
mail/squirrelmail: upgrade 20180404 -> 20190904

- now works with php7

PR:		240328
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Reported by:	Aleks <Z462vasa@mail.lviv.ua>
Original commitRevision:524736 
Thursday, 3 May 2018
12:42 mat search for other commits by this committer
flavorize squirrelmail*
Original commitRevision:468924 
12:42 mat search for other commits by this committer
Update to 20180404.

PR:		226831
Submitted by:	maintainer
MFH:		2018Q2
Security:	CVE-2018-8741
Sponsored by:	Absolight
Original commitRevision:468923 
Saturday, 9 Sep 2017
14:24 riggs search for other commits by this committer
Limit PORTSCOUT to not report frequent false positive distfiles changes

PR:		221825
Submitted by:	uzsolt@uzsolt.hu (maintainer)
Original commitRevision:449492 
Sunday, 27 Aug 2017
06:27 riggs search for other commits by this committer
Disable portscout for the time being

Details:
Maintainer observes false positives almost every day. Apparently the
distfiles are automatically recreated even if there is no change, but
portscout notices it and sends an e-mail to maintainer.
Original commitRevision:448804 
Tuesday, 22 Aug 2017
17:25 swills search for other commits by this committer
mail/squirrelmail: Update to 20170705

While here, give maintainership to submitter

PR:		219801
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
MFH:		2017Q3
Security:	e1de77e8-c45e-48d7-8866-5a6f943046de
Original commitRevision:448570 
Monday, 27 Feb 2017
15:31 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Original commitRevision:434963 
Tuesday, 10 Jan 2017
00:09 adamw search for other commits by this committer
Drop maintainership from a handful of ports that I no longer use.
Original commitRevision:431043 
Sunday, 30 Oct 2016
16:19 adamw search for other commits by this committer
Update squirrelmail to 20161030 sources, which most notably brings
much better php70 support. The optional database backend has switched
from PEAR to PDO, so include an UPDATING note about it.
Original commitRevision:424954 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Tuesday, 28 Jun 2016
13:57 mat search for other commits by this committer
USEify USES=php.

The following variables have been folded into arguments:

- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Original commitRevision:417717 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 16 Feb 2016
18:21 adamw search for other commits by this committer
Update to the 20160216 snapshots, and mark squirrelmail-translations as NO_ARCH.

Biggest changes here are STARTTLS support.
Original commitRevision:409012 
Saturday, 31 Oct 2015
21:40 adamw search for other commits by this committer
Update to 2015/10/31 snapshots.
Original commitRevision:400590 
Saturday, 3 Oct 2015
18:04 adamw search for other commits by this committer
ispell isn't available in FreeBSD and hasn't been for quite some time.
Change references to ispell into aspell, which is readily available.

PR:		202980
Submitted by:	mcdouga9@egr.msu.edu
Original commitRevision:398550 
Friday, 11 Sep 2015
20:25 adamw search for other commits by this committer
Add perl5 to USES, with USE_PERL5=run, for the ${WWWDIR}/configure
script.

While here, sort USES, and regenerate a patch with makepatch.
Original commitRevision:396716 
Saturday, 15 Aug 2015
16:07 adamw search for other commits by this committer
Remove the suggestion to add session.auto_start=1 to php.ini if
logging in fails. On modern PHP, it *makes* logging in fail.

PORTREVISION bump to be on the safe side.

PR:		202226
Submitted by:	freebsd@alexus.org
Original commitRevision:394328 
Monday, 3 Aug 2015
20:10 amdmi3 search for other commits by this committer
- Add NO_ARCH for main/squirrelmail and all its plugins

PR:		202065
Submitted by:	amdmi3
Approved by:	adamw (maintainer)
Original commitRevision:393492 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Tuesday, 24 Mar 2015
19:16 adamw search for other commits by this committer
Update squirrelmail* to 20150324, and clean up permission/owner handling in
the plists.

Also, avoid registering plugins during package build. It only makes sense to
run the registration on end-user machines, and running it during package
building
leads to a stagedir violation, as noted in [1].

PR:		198044 [1]
Submitted by:	amdmi3
Original commitRevision:382161 
Friday, 7 Nov 2014
18:04 adamw search for other commits by this committer
Update squirrelmail to 20141107.

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
Original commitRevision:372287 
Thursday, 28 Aug 2014
14:25 adamw search for other commits by this committer
Fix up permissions on the script necessary to activate plugins.
PORTREVISION bump for changed plist.
Original commitRevision:366407 
Sunday, 10 Aug 2014
14:47 adamw search for other commits by this committer
Add CPE data to my ports.
Original commitRevision:364547 
Friday, 18 Jul 2014
00:43 adamw search for other commits by this committer
Update to 20140717.

Upstream changes include:
	- Add ability to search the FROM header for a given address
	- Resumed drafts now use the correct identity
	- Lighten folder refresh - let browser cache images and whatnot
	- Make sure sender and subject are never blank
	- Make sure folder list refresh gets non-empty response
	- Remove senseless restrictions on abook nicknames

Port changes include:
	squirrelmail:
		- Improve installed permissions on all SM files
		- Introduce a pkg-help instead of a pre-everything message
		- Given the lack of pear-DB (old-style) drivers in the ports
		  tree, it may be time to retire the DATABASE option altogether?
	squirrelmail-translations:
		- Depend on squirrelmail by identical PORTVERSION to
		  prevent strings from being used with a different squirrelmail
		  revision
Original commitRevision:362167 
Wednesday, 16 Jul 2014
03:00 adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
Original commitRevision:362023 
Monday, 7 Jul 2014
15:31 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Original commitRevision:361099 
Thursday, 1 May 2014
16:36 adamw search for other commits by this committer
Small cleanups, let pkg-create do permissions and ownerships its own
way rather than invoking chown and chmod ourselves.
Original commitRevision:352759 
Sunday, 20 Apr 2014
19:37 adamw search for other commits by this committer
Update to SquirrelMail STABLE 2014/04/20. Also cleaning up
the Makefiles, and using @sample.

Notable changes include:

	* Add advanced control over the SSL context used when connecting to the
	  SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
	* Add ability to show login error from the IMAP server instead of
	  traditional "Unknown user or password incorrect" (thanks to Alain
	  Williams)
	* Allow SSL socket context to be specified as well
	* Make configuration tool show the SquirrelMail version
	* Better hook results testing
	* Add ability to use console.log for debugging
	* Turn off debugging by default
	* Add new attachments_top hook
Original commitRevision:351634 
Friday, 28 Feb 2014
19:28 adamw search for other commits by this committer
STAGE makes it a bit tricky to specify permissions and ownership
on directories. It looks like chown in the plist and chmod in
do-install does the right thing.

PORTREVISION bump as ownership on some folders has changed. The
chmod in the plist seems to be a NO-OP but I'm leaving them in in
case they magically work in the future.
Original commitRevision:346570 
Tuesday, 18 Feb 2014
12:40 miwi search for other commits by this committer
- Stage support
- While here cleanup some whitespaces / dependencys
Original commitRevision:344880 
Sunday, 29 Dec 2013
15:58 adamw search for other commits by this committer
Update to 2013/12/29.

Changes include:
	* Preserve compose action during HTML address book activity
	* Make $xtra in displayHtmlHeader() global so plugins can modify it; Add
	  some generic JavaScript libraries with mechanism that allows any page or
	  plugin to ask for them or others to be loaded; Add two new mechanisms for
	  the folder pane refresh that use JavaScript to ensure the server is
	  responding before initiating the refresh
	* Add full date and time as "title" (mouseover) text for dates shown on the
message list screen
Original commitRevision:338015 
Saturday, 26 Oct 2013
15:47 adamw search for other commits by this committer
Update to 2013/10/26

In particular:

	* Add new spacer image and allow its use for unsafe images instead of
	  the sec_remove_* image -- brings HTML emails into the modern age
	  (much more viewable)
Original commitRevision:331706 
00:51 adamw search for other commits by this committer
Correct a typo.
Original commitRevision:331643 
Tuesday, 22 Oct 2013
02:50 adamw search for other commits by this committer
Fix plist referencing a non-existent directory.
PORTREVISION bump.

PR:				ports/183152
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:331216 
Monday, 21 Oct 2013
00:54 adamw search for other commits by this committer
Improve permissions on writeable directories.
PORTREVISION bump for safety.
Original commitRevision:331077 
00:49 adamw search for other commits by this committer
It has been 2.5 years since the last SquirrelMail release. In this
time, there have been many fixes added to the source tree, including
the PHP 5.4 and 5.5 fixes, requests for which have become the bane
of my maintainer existence.

The SM team is hard at work on the next version, but at this time it
is unclear whether the next version will ever see a full release.
As a result, this port will begin following hand-picked SVN snapshots.

So, the port officially accepts PHP 5.4 and 5.5, though if you
encounter weird errors please DTRT and report it to the SM developers
and then downgrade your PHP to 5.3.

The other major thing here is that the default location for user
preferences and attachments is being changed. Previously we used
/var/spool/squirrelmail which is really not in-line with FreeBSD's
hier(7). Now we use paths under $PREFIX, respectively
$PREFIX/www/squirrelmail/data and .../attach.

You can either copy /var/spool/squirrelmail/pref/* into
$PREFIX/www/squirrelmail/data, and /var/.../attach/* into
$PREFIX/.../attach, and then run $PREFIX/www/squirrelmail/configure,
or you can do nothing in which case that's totally fine too and
your installation won't break or anything.

Note that best practice, as recommended by the SM installation notes
and common sense, would suggest moving your user data files
to someplace outside of the $PREFIX/www/squirrelmail.
Original commitRevision:331076 
Sunday, 6 Oct 2013
03:41 adamw search for other commits by this committer
Stage support and clean up the messy Makefile a little
Original commitRevision:329527 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 16 Nov 2012
21:24 adamw search for other commits by this committer
Use the php54-safe sqsession_unregister() instead of the deprecated
and removed session_unregister(). This is solely a php-5.4 fix.

PORTREVISION bump, but since this port does not officially support
php-5.4 I have no plans to merge this patch to RELENG_9_1_0.

Feature safe:	yes
Original commitRevision:307496 
Friday, 2 Nov 2012
01:55 adamw search for other commits by this committer
I know that the error for php-5.4 incompatibility confusingly says
that squirrelmail is incompatible with php-5 entirely, but it is just
php-5.4 that it is incompatible with. I'm adding some more verbose and
setting the default to 5.3 if php isn't installed, but there's not a
lot else I can do.

There is an open PR to make the error message more clear, but at the end
of the day php-5.4 compatibility is waiting only on the SM team to
make another release.

Feature safe:	yes
Original commitRevision:306833 
Tuesday, 16 Oct 2012
09:32 adamw search for other commits by this committer
Rather than using cp -R and warning about umask values, use cpio.
As a result, this picks up an .htaccess in DOCSDIR that we were missing
before.
Also, prevent a patch remnant from getting installed.
PORTREVISION bumped for plist change.

Feature safe:	yes
Original commitRevision:305960 
Monday, 8 Oct 2012
16:47 adamw search for other commits by this committer
The l10n/i18n package has been separated, and now lives
in mail/squirrelmail-translations.
Original commitRevision:305548 
Sunday, 9 Sep 2012
16:29 adamw search for other commits by this committer
Let bsd.port.mk create users and groups rather than doing it
ourselves. Introduces SMUSER/SMGROUP tunables.
Original commitRevision:303976 
15:49 adamw search for other commits by this committer
Remove WITHOUT_WWWDIR. This was a tunable to install into a nonstandard
location. It came with a pre-everything message warning you of the change.
This happened 8.5 years ago, so I am hoping people have converted over by
now. If not, just set SQUIRRELDIR to whatever path you please. This is
noted also in the Makefile.
Original commitRevision:303974 
15:44 adamw search for other commits by this committer
Convert the WITH_DATABASE and WITH_LDAP tunables to optionsNG.

PR:	ports/171092
Original commitRevision:303973 
03:32 tabthorpe search for other commits by this committer
- Pass maintainership to new maintainer
Original commitRevision:303954 
Friday, 7 Sep 2012
18:16 tabthorpe search for other commits by this committer
- Mark IGNORE_WITH_PHP=5
- There is a known compatibility issue with php-5.4, use php-5.3 instead

PR:		ports/171094
Submitted by:	adamw
Original commitRevision:303815 
Thursday, 7 Jun 2012
15:03 tabthorpe search for other commits by this committer
- Mark CONFLICTS with squirreloutlook

Submitted by:   ketasbot
Original commit
Thursday, 8 Sep 2011
16:55 tabthorpe search for other commits by this committer
- Update to 1.4.22

Security:       CVE-2010-4554
Security:       CVE-2010-4555
Security:       CVE-2011-2023
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Wednesday, 4 Aug 2010
20:37 tabthorpe search for other commits by this committer
- Update to 1.4.21

PR:             ports/149063 (based on)
Submitted by:   Daniel Bond <db nsn.no>
Security:       CVE-2010-1637 and CVE-2010-2813
Original commit
Wednesday, 2 Jun 2010
18:31 tabthorpe search for other commits by this committer
- Restore i18n patch for Japanese filenames

PR:             ports/147203
Submitted by:   Kazuo Dohzono <dohzono axion-software.com>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Tuesday, 9 Mar 2010
15:38 tabthorpe search for other commits by this committer
- Update to 1.4.20
Original commit
Monday, 4 Jan 2010
21:12 tabthorpe search for other commits by this committer
- Really fix IMAP search
- Bump PORTREVISION

PR:             ports/141736
Submitted by:   Yuri Pankov <yuri.pankov gmail.com>
Original commit
Tuesday, 10 Nov 2009
04:10 tabthorpe search for other commits by this committer
- Fix imap search [1]
- Really fix Japanese text corruption [2]
- Bump PORTREVISION

Submitted by:   Carlos Fernando Assis Paniago via Simon Dick [1]
Submitted by:   Kazuo Dohzono [2]
Obtained from:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550763 [1]
Original commit
Thursday, 29 Oct 2009
18:44 tabthorpe search for other commits by this committer
- Fix Japanese (and possibly other) text corruption on forward/reply
- Bump PORTREVISION

PR:             ports/139360
Submitted by:   Kazuo Dohzono <dohzono axion-software.com>
Original commit
Monday, 31 Aug 2009
23:34 tabthorpe search for other commits by this committer
- Update locales
- Switch back to SF mirrors
- Bump PORTREVISION
Original commit
Sunday, 30 Aug 2009
04:49 tabthorpe search for other commits by this committer
- Update to 1.4.20.r2

Notified by:    jadawin
Security:       CVE-2009-2964
Original commit
Saturday, 22 Aug 2009
15:37 tabthorpe search for other commits by this committer
- Use FreeBSD ftp servers
- SF garr mirror seems to have corrupt distro
Original commit
00:45 amdmi3 search for other commits by this committer
- Fix fetch
Original commit
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Friday, 21 Aug 2009
13:44 tabthorpe search for other commits by this committer
- Host distfiles on FreeBSD ftp servers

PR:             ports/137965 (based on)
Submitted by:   Martin Schweizer <schweizer.martin gmail.com>
Original commit
Wednesday, 17 Jun 2009
13:21 tabthorpe search for other commits by this committer
- Preserve config_local.php
- Bump PORTREVISION

PR:             ports/134771
Submitted by:   Marcin Gryszkalis <mg fork.pl>
Original commit
Friday, 22 May 2009
02:32 tabthorpe search for other commits by this committer
- Update to 1.4.19

Security:       CVE-2009-1381 CVE-2009-1579
Original commit
Thursday, 21 May 2009
05:29 tabthorpe search for other commits by this committer
- Fix Deliver.class.php patch
- Bump PORTREVISION

Submitted by:   Marcin Gryszkalis <mg fork.pl> via private email
Original commit
Wednesday, 20 May 2009
16:21 tabthorpe search for other commits by this committer
- Update to 1.4.18
- Fix Subject/filename/non-ascii filename issue [1]

PR:             ports/133652 [1]
Submitted by:   Kazuo Dohzono <dohzono gmail.com> [1]
Security:       CVE-2009-1581 CVE-2009-1578 CVE-2009-1579 CVE-2009-1580
Original commit
Friday, 5 Dec 2008
04:10 tabthorpe search for other commits by this committer
- Update to 1.4.17

Security:      
http://www.vuxml.org/freebsd/d1ce8a4f-c235-11dd-8cbc-00163e000016.html
Original commit
Monday, 29 Sep 2008
12:25 tabthorpe search for other commits by this committer
- Update to 1.4.16
- Document plugin behaviour in pkg-message [1]

Prompted by:    Petr Rehor [1]
Security:      
http://www.vuxml.org/freebsd/a0afb4b9-89a1-11dd-a65b-00163e000016.html
Original commit
Friday, 20 Jun 2008
05:18 tabthorpe search for other commits by this committer
- Fix builtin fortune plugin for FreeBSD
- Bump PORTREVISION

PR:             ports/124630
Original commit
Friday, 6 Jun 2008
13:43 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Tuesday, 3 Jun 2008
13:41 tabthorpe search for other commits by this committer
- Update to 1.4.15
- Assume maintainership
- Add bsd.squirrelmail.mk, a common include framework for plugins
- Thanks to Simon for his maintainership
- Thanks to jadawin@, miwi@, itetcu@ and Neil Darlow for testing and
  feedback on bsd.squirrelmail.mk

PR:             ports/124027
Submitted by:   Simon Dick <simond irrelevant.org>
Original commit
Tuesday, 18 Dec 2007
16:03 miwi search for other commits by this committer
- Update to 1.4.13

PR:             118781
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Security:       http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6348
Original commit
Tuesday, 23 Oct 2007
13:10 miwi search for other commits by this committer
- Update to 1.4.11

PR:             117237
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Original commit
Monday, 21 May 2007
20:23 miwi search for other commits by this committer
- Update port to 1.4.10:
   * Some security fixes (see below)
   * Small enhancements
   * A collection of bugfixes and stability enhancements

PR:             112548
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:    portmgr (marcus)
Security:      
http://www.vuxml.org/freebsd/0e575ed3-0764-11dc-a80b-0016179b2dd5.html
Original commit
Tuesday, 5 Dec 2006
18:29 laszlof search for other commits by this committer
Update port to 1.4.9a fixing CVE-2006-6142 amongst other additions

PR:             ports/106301
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Original commit
Friday, 11 Aug 2006
16:28 clsung search for other commits by this committer
- Update mail/squirrelmail to 1.4.8 to fix some security problems:
  http://www.squirrelmail.org/security/issue/2006-08-11
  CVE-2006-4019

PR:             ports/101824
Submitted by:   maintainer (Simon Dick)
Original commit
Friday, 7 Jul 2006
14:06 rafan search for other commits by this committer
- Update to 1.4.7

PR:             99799
Submitted by:   maintainer
Approved by:    delphij (mentor, implicit)
Original commit
Monday, 3 Jul 2006
00:21 clsung search for other commits by this committer
- WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk

PR:             ports/99717
Submitted by:   clsung
Approved by:    portmgr (erwin)
Original commit
Tuesday, 6 Jun 2006
10:30 itetcu search for other commits by this committer
Security fix for remote user able to access local files on the server without
requiring login.

PR:             ports/98588
Submitted by:   maintainer
Approved by:    lawrance (mentor, implicit)
Security:      
http://vuxml.FreeBSD.org/00784d6e-f4ce-11da-87a1-000c6ec775d9.html
Original commit
Monday, 20 Mar 2006
16:24 garga search for other commits by this committer
- Rework Makefile - portlintification
- Remove CONFLICTS since ja-squirrelmail port was removed

Approved by:    maintainer via email
Original commit
Wednesday, 1 Mar 2006
20:23 garga search for other commits by this committer
- Update to 1.46 -- Fixes multiply vulnerabilities

PR:             ports/93774
Submitted by:   Thomas Vogt <thomas@bsdunix.ch>
Reworked by:    maintainer
Approved by:    portmgr (linimon), maintainer
Security:       CVE-2006-0195
                CVE-2006-0377
                CVE-2006-0188
                CVE-2005-1769
                CVE-2005-2095
Original commit
Thursday, 9 Feb 2006
13:33 lawrance search for other commits by this committer
Update to work with PHP5.

PR:             ports/92892
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Original commit
Tuesday, 29 Nov 2005
22:25 edwin search for other commits by this committer
[PATCH] mail/squirrelmail: install new all_locales

        - 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>
Original commit
Friday, 9 Sep 2005
15:58 garga search for other commits by this committer
Update squirrelmail port to work under PHP5+ until the next
release comes out with the fix already in.

PR:             ports/85909
Submitted by:   maintainer
Original commit
Thursday, 14 Jul 2005
15:12 garga search for other commits by this committer
Update to 1.4.5

PR:             ports/83443
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:    flz (mentor)
Original commit
Tuesday, 21 Jun 2005
20:47 nik search for other commits by this committer
Use a vendor-provided patch for a XSS vulnerability until 1.4.5 is
released.  Bump PORT_REVISION accordingly.

See http://www.squirrelmail.org/security/issue/2005-06-15 for details
of the vulnerabilities.
Original commit
Tuesday, 5 Apr 2005
18:58 linimon search for other commits by this committer
Remove apparently redundant definition of MASTERDIR.  Without these lines
both this port and ja-squirrelmail seem to install fine.

Approved by:    maintainer
Original commit

Number of commits found: 133 (showing only 100 on this page)

1 | 2  »