diff options
author | adamw <adamw@FreeBSD.org> | 2013-10-21 08:49:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-10-21 08:49:45 +0800 |
commit | 36d47a4118c517c2eae453dada4a8d9fcfd117b5 (patch) | |
tree | 533394bd488c59c80e2ab1fd3fb0c01d89902eff /mail/squirrelmail/distinfo | |
parent | 3111a84b07430a00d3bb431cfd52a9aca07d18c8 (diff) | |
download | freebsd-ports-graphics-36d47a4118c517c2eae453dada4a8d9fcfd117b5.tar.gz freebsd-ports-graphics-36d47a4118c517c2eae453dada4a8d9fcfd117b5.tar.zst freebsd-ports-graphics-36d47a4118c517c2eae453dada4a8d9fcfd117b5.zip |
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.
Diffstat (limited to 'mail/squirrelmail/distinfo')
-rw-r--r-- | mail/squirrelmail/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index 646046e51dc..9685936e6b6 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (squirrelmail/squirrelmail-webmail-1.4.22.tar.bz2) = 2231578d0f9abeae52bc4e461a6773d78762f20a27e1e2fbebc1a11ccd1af877 -SIZE (squirrelmail/squirrelmail-webmail-1.4.22.tar.bz2) = 531360 +SHA256 (squirrelmail/squirrelmail-20131020_0200-SVN.stable.tar.bz2) = bec67ca3b0dd6f5435fa9fd7fe0cfe0f6662abfefce7589ebb484f0dc9ac5a60 +SIZE (squirrelmail/squirrelmail-20131020_0200-SVN.stable.tar.bz2) = 541979 |