Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.72_2 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
6.2.72_1 26 Feb 2024 20:38:47 |
Muhammad Moinur Rahman (bofh) |
mail/sympa: Moved man to share/man
Approved by: portmgr (blanket) |
6.2.72 18 Nov 2023 20:20:44 |
Robert Clausecker (fuz) Author: geoffroy desvernay |
mail/sympa: update to 6.2.72
- change maintainer email to maintainer's new address
many fixes and improvements, including:
- ARC fixes
- WWSympa: New "cgi" authentication simply using credentials provided by HTTP
server
- Use DSN for the message to notify moderation
- RFC 8058 One-Click Unsubscribe
- Delete user account completely
Changelog: https://www.sympa.community/2023/06/01/sympa-6272-released.html
PR: 274767 |
6.2.70 22 Mar 2023 20:15:29 |
Robert Clausecker (fuz) Author: Geoffroy Desvernay |
mail/sympa: update to 6.2.70
* Many bugfixes
* Deprecate sympa_wizard.pl
Changelog: https://github.com/sympa-community/sympa/releases/tag/6.2.70
PR: 270061 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.68 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
6.2.68 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
6.2.68 16 May 2022 10:54:55 |
Nuno Teixeira (eduardo) Author: drkspc |
mail/sympa: Upgrade to 6.2.68
- Cosmetics changes: pet portclippy and portfmt
ChangeLog: https://github.com/sympa-community/sympa/blob/6.2.68/NEWS.md
PR: 262276 |
6.2.62 28 Apr 2021 16:57:38 |
Neel Chauhan (nc) |
mail/sympa: Update to 6.2.62
Changes: https://sympa-community.github.io/security/2021-001.html
PR: 255455
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2021Q2 (security blanket)
Security: 31a7ffb1-a80a-11eb-b159-f8b156c2bfe9 |
6.2.60 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.2.60 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2.60 06 Jan 2021 16:15:43 |
pi |
mail/sympa: update 6.2.58 -> 6.2.60, security update CVE-2020-29668
- fix SOAP interface vulnerability
https://github.com/sympa-community/sympa/issues/1041
PR: 252464
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2021Q1
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.60
Security: CVE-2020-29668 |
6.2.58_1 26 Nov 2020 08:11:23 |
mfechner |
Add postfix as build dependency.
While creating a package of sympa the configure script searches for the path of
postmap and if it is not found, it falls back to standard path /usr/sbin/postmap
As the correct path is required, that postfix integration will not work like it
is described here:
https://sympa-community.github.io/manual/install/configure-mail-server-postfix.html
adding postfix as a build dependency ensures that the correct path for postmap
is detected and the file /usr/local/libexec/sympa/sympa_newaliases.pl will have
the correct path.
PR: 251143
Approved by: dgeo@centrale-marseille.fr (maintainer) |
6.2.58 14 Nov 2020 14:28:52 |
mfechner |
Update to 6.2.58.
- No owner defined in a list is no longer treated as error_config
- little bugfixes
Changelog: https://github.com/sympa-community/sympa/blob/6.2.58/NEWS.md
PR: 250973
Submitted by: dgeo@centrale-marseille.fr (maintainer)
Reviewed by: fernape@
Approved by: dgeo@centrale-marseille.fr (maintainer) |
6.2.56_1 26 Jun 2020 11:55:23 |
sunpoet |
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy |
6.2.56 27 May 2020 16:02:32 |
pi |
mail/sympa: update 6.2.54 -> 6.2.56, fix security issue
- A vulnerability has been discovered in Sympa web interface by
which attacker can execute arbitrary code with root privileges.
PR: 246701
Submitted by: William F. Dudley Jr. <wfdudley@gmail.com>
Approved by: dgeo@centrale-marseille.fr (maintainer)
MFH: 2020Q2
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.56
Security: CVE-2020-10936
https://sympa-community.github.io/security/2020-002.html
https://github.com/sympa-community/sympa/issues/943 |
6.2.54 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
6.2.54 17 Apr 2020 18:45:39 |
pi |
mail/sympa: update 6.5.2 -> 6.2.54 with security fix
PR: 245672
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2020Q2
Relnotes: https://github.com/sympa-community/sympa/blob/6.2.54/NEWS.md
Security: CVE-2020-9369 |
6.2.52 21 Jan 2020 17:44:29 |
pi |
mail/sympa: upgrade 6.2.44 -> 6.2.52
- Some scenarios and list creation templates for "intranet" use
cases were made optional: They have been moved into samples/
- See also "upgrading notes" for details:
https://sympa-community.github.io/manual/upgrade/notes.html
There are special instructions when upgrading from 6.2.50 but
this version did not hit the ports tree.
PR: 243050
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes: https://github.com/sympa-community/sympa/releases/tag/6.2.52 |
6.2.44 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
6.2.44 26 Jul 2019 11:34:51 |
kai |
mail/sympa: Update to 6.2.44
Changelog since 6.2.42:
* Indentation of web templates are corrected. Though this change will not
affect functionality, administrators might have to apply their
customization to the new templates again.
* WWSympa: TLS client authentication: Now it gets rfc822Name in X.509v3
subjectAltName, otherwise emailAddress attribute in subject DN. Note
that earlier efforts getting attribute such as MAIL, Email in subject DN
are no longer supported.
* ARC: Now Mail-DKIM 0.55 or better is required for ARC support.
* WWSympa: Admin function to bulk unsubscribe which has been provided by
6.1.x was restored
(Only the first 15 lines of the commit message are shown above ) |
6.2.42 18 Apr 2019 17:40:55 |
kai |
mail/sympa: Update to 6.2.42
* Introduce new option for SQLite support
* Modernize the options regarding the database types
* Define MYSQL and FASTCGI as new default options
While I'm here:
* Fix the license and add the location to the license file
* Convert the usage to GH_TUPLE to USE_GITHUB/GH_ACCOUNT as GH_TUPLE is not
meant for the default distribution file
* Remove no longer required CONFLICTS because mail/sympa5 has been removed
from the Ports tree in 2012
* Remove SUB_LIST because the variables are no longer referenced in one of
the files defined in SUB_FILES (Only the first 15 lines of the commit message are shown above ) |
6.2.36 19 Oct 2018 00:18:55 |
swills |
mail/sympa: update to 2.6.36
PR: 232334
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) |
6.2.34 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
6.2.34 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
6.2.34 16 Aug 2018 15:08:04 |
miwi |
- Update to 2.6.34
PR: 230662
Sponsored by: iXsystems Inc. |
6.2.32 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
6.2.32 22 May 2018 19:30:50 |
krion |
Security update to 6.2.32
Description:
A vulnerability has been discovered in Sympa web interface that
allows write access to files on the server filesystem.
This flaw allows to create or modify any file writable by the Sympa
user, located on the server filesystem, using the function of Sympa
web interface template file saving.
PR: 227642
Submitted by: maintainer |
6.2.30 06 Apr 2018 12:15:01 |
wen |
- Update to 6.2.30
PR: 227258
Submitted by: dgeo@centrale-marseille.fr(maintainer) |
6.2.24 24 Dec 2017 07:12:42 |
joneum |
mail/sympa: Update from 6.2.22 to 6.2.24
Fix more shebangs
Changelog: https://github.com/sympa-community/sympa/blob/6.2.24/NEWS.md
PR: 224502
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13575 |
6.2.22 04 Dec 2017 16:53:36 |
pi |
mail/sympa: enable NLS by default
...because it fails to build without NLS
PR: 223963
Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) |
6.2.22 26 Nov 2017 20:29:06 |
pi |
mail/sympa: update 6.2.16 -> 6.2.22
Please note:
- Web's static dirs have moved to a single dedicated directory.
- Users should review webserver's /static configuration (examples in
share/examples/sympa).
PR: 223793
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Relnotes: https://github.com/sympa-community/sympa/blob/6.2.22/NEWS.md |
6.2.16_2 18 Jul 2017 17:52:17 |
mat |
Fix usage with postfix's postalias, also update pkg-message.
PR: 220833
Submitted by: mat and maintainer
MFH: 2017Q3
Sponsored by: Absolight |
6.2.16_1 26 Jun 2017 03:24:43 |
sunpoet |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl |
6.2.16 07 Mar 2017 19:57:44 |
rene |
mail/sympa: remove optional dependency on expired databases/p5-DBD-Oracle |
6.2.16 24 Oct 2016 10:18:50 |
mat |
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports
Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight |
6.2.16 16 Jul 2016 19:54:51 |
pawel |
Update to version 6.2.16
PR: 211155
Submitted by: maintainer |
6.2.15 23 May 2016 12:04:43 |
robak |
mail/sympa: update 6.2.14 -> 6.2.15
- Bugfix release
PR: 209667
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2016Q2 |
6.2.14 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
6.2.14 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
6.2.14 27 Feb 2016 23:18:39 |
rakuco |
Update to 6.2.14.
PR: 207539
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) |
6.2.11 15 Nov 2015 11:38:46 |
wg |
mail/sympa: update to 6.2.11
PR: 204526
Submitted by: maintainer |
6.2.9 15 Oct 2015 15:36:50 |
mat |
Update to 6.2.9.
PR: 203209
Submitted by: maintainer
Sponsored by: Absolight |
6.2.8 15 Oct 2015 14:19:53 |
mat |
Update to 6.2.8.
PR: 203209
Submitted by: maintainer
Sponsored by: Absolight |
6.1.24_1 07 Jun 2015 09:28:17 |
mat |
Fix build as a user.
Sponsored by: Absolight |
6.1.24_1 03 May 2015 07:33:41 |
jbeich |
mail/sympa: fix bugs in rc.d script
* Current sympa.rc not show the correct status, always active. grep
with pid string also process.
* The output of ps depends on the windows size. Sometime truncated
/usr/local/libexec/sympa/task_manager.pl -w for avoid it.
* Change ps options to BSD-sytle.
PR: 199145
Submitted by: Igor Zabelin <igorz@yandex.ru>
Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) |
6.1.24 25 Apr 2015 00:53:17 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
6.1.24 13 Mar 2015 03:33:36 |
brd |
Update mail/sympa to 6.1.24.
PR: 198508
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: bdrewery (mentor)
MFH: yes |
6.1.23 19 Dec 2014 17:17:23 |
crees |
- Update to 6.1.22
- Add Net::DNS as stated in changelog for 6.1.21
Also changed in plist:
- @dirrm(try) to @dir to make portlint happy.
- removed @owner for libexec/sympa/*: sympa doesn't need write privileges here
(do it ?)
- changed broken ${CHOWN} from Makefile to "@owner" in plist for
%%DATADIR%%/{list_data,bounce,arc} (owned by sympa:sympa for real)
Pass maintainership to submitter (thanks a lot!)
PR: ports/193522
Submitted by: Geoffroy Desvernay |
6.1.20_1 08 Jun 2014 17:42:40 |
crees |
Fix pkg-message
PR: ports/190109
Submitted by: loic.blot@unix-experience.fr (based on) |
6.1.20_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
6.1.20_1 19 Apr 2014 17:10:40 |
crees |
Add NLS to OPTIONS_DEFINE as it's used in the port
PR: ports/188688
Submitted by: mat
Fix ownership of installed libexec files
PR: ports/188689
Submitted by: mat |
6.1.20 19 Apr 2014 16:58:13 |
crees |
pkg-messageify pkg-message rather than using pkg-install
Suggested by: mat |
6.1.20 26 Mar 2014 16:54:29 |
crees |
Fix leftovers.
While here, change ${RMDIR} to rmdir in pkg-plist-- these were detected falsely
as leftovers
Reported by: swills |
6.1.20 25 Mar 2014 20:57:30 |
crees |
Update to 6.1.20
PR: ports/187573
Submitted by: Geoffroy Desvernay |
6.1.17_1 01 Jan 2014 20:46:36 |
crees |
Stop using chown in stage part-- upstream's Makefile is keen to ensure ownership
too early. |
29 Dec 2013 15:46:13
|
crees |
Stage ports maintained by me in irc java mail
Cleanups in several places |
6.1.17_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
6.1.17_1 14 Sep 2013 18:12:50 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
6.1.17_1 04 Jun 2013 14:17:16 |
bapt |
WITHOUT_NLS -> PORT_OPTIONS:MNLS
NOPORTDOCS -> PORT_OPTIONS:MDOCS
New options framework |
6.1.17_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
6.1.17_1 14 Mar 2013 19:14:47 |
crees |
Add new rc script for sympa
PR: ports/176475
Submitted by: Eimar Koort <eimar.koort@gmail.com> |
6.1.17 16 Feb 2013 13:21:23 |
crees |
Update to 6.1.17
PR: ports/175966
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
While here, convert the make.conf knobs to OPTIONSng.
The DB_TYPE compatibility shim will remain for a few versions, but it should
be changed to OPTIONS_SET=[db-type as described in the OPTION] now. |
6.1.16 01 Dec 2012 13:37:37 |
crees |
Update to 6.1.16
Feature safe: yes |
6.1.15 31 Oct 2012 10:05:46 |
crees |
Update to 6.1.15
PR: ports/172932
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Feature safe: yes |
6.1.11_1 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
6.1.11_1 11 Jul 2012 06:29:44 |
crees |
Fix rc script regex; should check for $pid followed by space or tab,
rather than space. Also anchor.
Submitted by: ivoras |
6.1.11 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
6.1.11 08 Jun 2012 20:30:40 |
crees |
Depend on p5-DBD-mysql general port-- no need for fancy versioned logic |
6.1.11 21 May 2012 20:12:39 |
crees |
- Update to 6.1.11 -- fixes security issue
- Package-ise perl dependencies
- Remove duplicate BUILD/RUN_DEPENDS by using BUILD_DEPENDS+= ${RUN_DEPENDS} |
6.1.9 21 May 2012 18:19:17 |
crees |
Mark FORBIDDEN while waiting on update
Prompted by: rm
Security: CVE-2012-2352 |
6.1.9 02 May 2012 17:03:27 |
crees |
- Update to 6.1.9
- Fix init script for FreeBSD
- Allow use without apache (fastcgi/nginx for example) if WITHOUT_APACHE is
defined
PR: ports/167121
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |
6.1.7 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
6.1.7 06 Sep 2011 17:02:20 |
crees |
Update to 6.1.7 |
6.1.6_2 23 Aug 2011 12:13:32 |
az |
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI. |
6.1.6_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
6.1.6 13 Aug 2011 15:23:56 |
crees |
Update to 6.1.6
Changelog: http://www.sympa.org/distribution/latest-stable/NEWS |
6.1.5_1 13 Jul 2011 20:11:56 |
crees |
- Add RUN_DEPENDS entries for extra dependencies after
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) |
6.1.5_1 13 Jul 2011 19:35:39 |
crees |
- Add missing dependencies and alphabetise
- Handle p5-DBD-mysql dependency correctly
- Use ECHO_MSG
- Correct capitalisation of maintainer address
Submitted by: gahr
Approved by: rene (mentor) |
6.1.5 12 Jun 2011 11:50:28 |
crees |
- Update to 6.1.5
- Transfer maintainer address to @FreeBSD.org
Approved by: rene (mentor) |
6.1.4_1 06 Jun 2011 20:34:16 |
rene |
[1] Remove unnecessary dependency on Berkeley DB
[2] Fix RUN_DEPENDS pollution from BUILD_DEPENDS
[2] Use USERS/GROUPS
[2] Use DATADIR rather than ${PREFIX}/sympa
[2] Remove useless post-deinstall target
[2] Stop clobbering config files on deinstall
PR: ports/157471
Submitted by: [1] Igor Zabelin (igorz yandex ru),
[2] Chris Rees (utisoft gmail com) (maintainer) |
6.1.4 27 Feb 2011 13:37:36 |
miwi |
- Update to 6.1.4
PR: 154889
Submitted by: maintainer |
6.1.3 10 Jan 2011 01:12:11 |
wen |
- Update to 6.1.3
PR: ports/153339
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) |
6.0.5 30 Jul 2010 11:50:16 |
araujo |
- Update to 6.0.5.
- Pass maintainership to submitter.
PR: ports/148923
Submitted by: Chris Rees <utisoft@gmail.com> |
4.1.2_4 27 Jan 2010 01:47:48 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).
Approved by: portmgr (itetcu) |
4.1.2_3 29 Sep 2007 21:02:10 |
linimon |
Move the USE_PERL definitions, and others, before pre.mk inclusion. This
will be needed to conditionalize bsd.perl.mk inclusion. |
4.1.2_3 04 Apr 2007 17:39:14 |
gabor |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n |
4.1.2_3 05 Feb 2006 20:16:38 |
kris |
Try to clean up www/icons directory |
4.1.2_3 25 Nov 2005 15:31:02 |
pav |
- Add SHA256 |
4.1.2_3 29 Sep 2005 13:03:55 |
garga |
- Add sympa5 to CONFLICTS |
4.1.2_3 14 Sep 2005 22:42:31 |
pav |
- Unbreak on amd64
PR: ports/86087
Submitted by: Johan van Selst <johans@stack.nl> |
4.1.2_3 10 Sep 2005 09:23:13 |
linimon |
Reset bouncing maintainer address. Sorry to see you go.
Hat: portmgr |
4.1.2_3 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
4.1.2_2 08 May 2005 07:44:30 |
nork |
Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503) |
4.1.2_2 28 Feb 2005 08:56:01 |
pav |
- Untested attempt to whip this port into shape:
* Install icons to our usual apache icons dir
* Don't install man pages 0600 sympa:sympa (wtf?) and list them in Makefile
Provoked by: kris' broken marking last night |
4.1.2_1 28 Feb 2005 01:43:29 |
kris |
BROKEN: Uses non-standard httpd directory |
4.1.2_1 27 Feb 2005 13:55:24 |
pav |
- Fix security vulnerability (buffer overflow)
- Fix fetching
- Switch UID of sympa user from 1025 to 200, >1000 UIDs should be really
reserved for regular interactive users [1]
[1]
PR: ports/77367
Submitted by: Scott Balmos <scott.balmos@utoledo.edu>
Approved by: maintainer timeout (2 weeks) |
4.1.2 25 Oct 2004 13:09:20 |
clsung |
- Update to 4.1.2
PR: ports/73101
Submitted by: clsung
Approved by: maintainer (Autrijus Tang), co-mentor (vanilla) |
4.1.1 30 May 2004 07:00:54 |
kris |
BROKEN on amd64: Configure fails |
4.1.1 17 May 2004 13:31:37 |
erwin |
Conditionalize dependency on DBI so this port choose the right
p5-DBI port with perl < 5.6
PR: 66735
Approved by: maintainer |