Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.12,3 28 Sep 2024 13:29:45 |
Dimitry Andric (dim) |
www/mod_perl2: fix build with clang 19 on i386
Clang 19 has become more strict about incompatible function pointer
types, which results in an error building mod_perl2 on i386:
modperl_common_util.c:57:53: error: incompatible function pointer types
initializing 'int (*)(PerlInterpreter *, SV *, MAGIC *, SV *, const char *,
I32)' (aka 'int (*)(struct interpreter *, struct sv *, struct magic *, struct sv
*, const char *, long)') with an expression of type 'int (PerlInterpreter *, SV
*, MAGIC *, SV *, const char *, int)' (aka 'int (struct interpreter *, struct sv
*, struct magic *, struct sv *, const char *, int)')
[-Wincompatible-function-pointer-types]
57 |
modperl_table_magic_copy};
|
^~~~~~~~~~~~~~~~~~~~~~~~
Perl uses the type `I32` for the last parameter, which is apparently
`long` on i386. So use that instead.
PR: 281594
MFH: 2024Q3 |
2.0.12,3 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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) |
2.0.12,3 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 ) |
2.0.12,3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.12,3 22 Apr 2022 09:48:36 |
Dima Panov (fluffy) |
www/mod_perl2: update to 2.0.12 release (+)
* Fix detection of APR's threading support
* Fix build for perl >= 5.33.7
* Fix SIGSEGV crash due to wrong use of perl_parse()
MFH: 2022Q2
With hat: ports-secteam |
2.0.11,3 18 Dec 2021 14:06:32 |
Kurt Jaeger (pi) |
www/mod_perl2: fix build with perl >= 5.33.7
- patch from upstream
https://github.com/apache/mod_perl/commit/916376b4559d194ca618ce52c5a937fb000350be
PR: 260511
Approved by: fluffy |
2.0.11,3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.0.11,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.11,3 25 Oct 2019 04:33:48 |
joneum |
Update to 2.0.11
Changelog: https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_11/Changes
PR: 241154
Reported by: egyppio
MFH: 2019Q4
Security: c360d057-ea8b-11e9-859b-b885849ded8e |
2.0.10,3 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.0.10,3 01 Feb 2019 13:52:35 |
brnrd |
www/mod_perl2: Remove Apache 2.2 support
PR: 235263
Submitted by: sunpoet
With hat: apache |
2.0.10,3 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.0.10,3 11 Mar 2018 14:23:28 |
brnrd |
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache |
2.0.10,3 22 Dec 2016 18:48:34 |
sunpoet |
- Add LICENSE_FILE [1]
- Remove unneeded CHMOD after r390893 (file mode changed from 444 to 644)
With hat: perl
Approved by: portmgr (blanket) [1] |
2.0.10,3 28 Oct 2016 04:42:28 |
ohauer |
- update to 2.0.10
(no new changes since 2.0.10-rc2)
Major changes in this release are as follows:
- Add support for Perl 5.22.x.
- Fix non-threaded Perl 5.22.x build and tests.
- Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang.
- Declare MP_vtbl_env and MP_vtbl_envelem as 'extern' to fix linker
errors on OSX/Darwin. |
2.0.10.r2,3 06 Oct 2016 15:43:51 |
ohauer |
- update to 2.10-rc2
Changelog:
Declare MP_vtbl_env and MP_vtbl_envelem as 'extern'
to fix linker errors on OSX/Darwin. |
2.0.10.r1,3 03 Oct 2016 17:36:29 |
ohauer |
- update to 2.0.10-rc1
- change to MASTER_SITES local
Running tests against perl5.20/5.24 on 10.3(amd64) showed only know
issues present also on other platforms, but it seems to be a good
state for wider community roll out / test
Test failures:
t/filter/in_bbs_inject_header.t ......... 1/?
# Failed test 22 in t/filter/in_bbs_inject_header.t at line 58 fail #6
# Failed test 26 in t/filter/in_bbs_inject_header.t at line 58 fail #7
# Failed test 30 in t/filter/in_bbs_inject_header.t at line 58 fail #8
t/modperl/local_env.t ....... skipped: local %ENV is still broken
t/modperl/perl_options2.t ... skipped: PerlOptions None is broken
t/perl/signals.t ............ Failed 2/2 subtests
Changelog:
2.0.10-rc1
- Automatically select the appropriate c89 option when modperl is being
built with either gcc 5 or clang.
- Fix non-threaded Perl 5.22.x build and tests.
- Add support for Perl 5.22.x. |
2.0.9,3 21 May 2016 19:38:23 |
ohauer |
- mod_perl works only with perl >= 5.22,
refelct this in the ${PERL_VER} check!
Reported by: Daniel Mafua <daniel.mafua_at_dempseyuniform.com> |
2.0.9,3 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.0.9,3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0.9,3 19 Jun 2015 04:27:04 |
ohauer |
- update rc3 to final 2.0.9 release |
2.0.9.r3,3 14 Jun 2015 12:49:27 |
ohauer |
- update to rc3
- move ITHREAD check to pre-configure (dependencies are already installed) [1]
- use @sample macro for apache module file [2]
[1] If this is not working as expected, detection will be replaced with an
OPTION
PR: 200799 [2] |
2.0.9.r2_1,3 10 Jun 2015 17:15:33 |
mat |
Check that PERL exists before running it.
With hat: perl@
Sponsored by: Absolight |
2.0.9.r2_1,3 09 Jun 2015 04:49:38 |
ohauer |
- disable one check, that is not working in poudriere.
Until a working condition is found let it fail in configure |
2.0.9.r2_1,3 08 Jun 2015 21:53:23 |
ohauer |
- add patch from upstream trunk
- mark broken with perl5.22.x
- fix pkg-plist if build against apache22 and perl with THREADS=off
- Empty commit with correct PR number
PR: 200697
Submitted by: nick(_at_)foobar.org |
2.0.9.r2_1,3 08 Jun 2015 21:44:39 |
ohauer |
- add patch from upstream trunk
- mark broken with perl5.22.x
- fix pkg-plist if build against apache22 and perl with THREADS=off
PR: 15750
Submitted by: nick(_at_)foobar.org |
2.0.9.r2,3 31 May 2015 13:21:33 |
ohauer |
- update to 2.0.9-rc2
- install modules file instead activating the module with apxs
RC2 has really gone a long way, and is a real candidate to
become the next official release.
Tested against apache22/24 MPM prefork/event/worker.
Changes:
========
Remove PerlInterpScope. This has not been working properly with threaded
MPMs with httpd-2.4.x and the use-case of this directive was questionable.
[Jan Kaluza]
Allow running the test suite with httpd-2.4.x when mod_access_compat is not (Only the first 15 lines of the commit message are shown above ) |
2.0.8_4,3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.0.8_4,3 31 Mar 2015 22:14:07 |
ohauer |
- add CPE information
PR: 199025
PR: 199026
PR: 199027
Submitted by: shun <shun.fbsd.pr _at_ dropcut.net> |
2.0.8_4,3 04 Feb 2015 14:03:52 |
antoine |
Remove NO_PACKAGE, yes is not a valid reason |
2.0.8_4,3 07 Dec 2014 19:19:17 |
ohauer |
- update apache24 patch to upstream r1638352
- sort pkg-plist to match new makeplist output
- cleanup dirrm in pkg-plist
Changes:
- Don't call modperl_threaded_mpm() et al. from XS code #765174. |
2.0.8_3,3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.0.8_2,3 07 Sep 2014 14:15:18 |
ohauer |
- apply patches for apache24 shaped from upstream r1602105 (2.0.9-dev)
The patches are automatically applied if build against apache24.
Interested apache22 users can change the follwing line in the Makefile
from: .if ${APACHE_VERSION} > 22
to: .if ${APACHE_VERSION} >= 22
Changelog (*NIX related):
=item 2.0.9-dev
Make sure modperl_interp_select uses r->server rather than the passed s
parameter to find the interpreter pool to pull an interpreter from. This
fixes an issue with vhosts with a separate interpreter pool and runtime
dir-config merges that used to pull the interpreter from the wrong pool. (Only the first 15 lines of the commit message are shown above ) |
2.0.8_1,3 15 Jul 2014 22:14:23 |
ohauer |
- strip .so files
- sort pkg-plist
- bump PORTREVISION |
2.0.8,3 15 Jul 2014 21:24:21 |
ohauer |
- since the port is broken if build against apache24
limit the supported apache version to apache22. |
2.0.8,3 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.0.8,3 10 Nov 2013 23:11:59 |
ohauer |
- add stage support |
2.0.8,3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0.8,3 14 Sep 2013 15:53:46 |
az |
- Fix typo |
14 Sep 2013 15:39:55
|
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.0.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.8,3 23 Apr 2013 05:11:57 |
ohauer |
- fix leftover
noted by pointyhat / miwi |
2.0.8,3 20 Apr 2013 16:29:57 |
ohauer |
- update to 2.0.8
2.0.8 April 17, 2013
Perl 5.16.3's fix for a rehash-based DoS makes it more difficult to invoke
the workaround for the old hash collision attack, which breaks mod_perl's
t/perl/hash_attack.t. Patch from rt.cpan.org #83916 improves the fix
previously applied as revision 1455340. [Zefram]
On Perl 5.17.6 and above, hash seeding has changed, and HvREHASH has
disappeared. Patch to update mod_perl accordingly from rt.cpan.org #83921.
[Zefram]
Restore build with Perl 5.8.1, 5.8.2 etc: take care to use
$Config{useithreads} rather than $Config{usethreads}, and supply definitions (Only the first 15 lines of the commit message are shown above ) |
2.0.7_1,3 24 Sep 2012 20:55:01 |
ohauer |
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@ |
2.0.7_1,3 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
2.0.7_1,3 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@ |
2.0.7_1,3 05 Jul 2012 19:12:50 |
ohauer |
- allow build a correct library with clang/gcc47+ by disabling
APR_INLINE because FreeBSD default port settings not uses
bundled apr from apache tarball.
- force compiler to use gnu89 C standard.
- bump PORTREVISION
with hat apache@
PR: ports/168514
Submitted by: Dima Panov <fluffy@freebsd.org> |
2.0.7,3 18 Jun 2012 05:30:54 |
ohauer |
- re add PORTEPOCH
noted by fluffy |
2.0.7 17 Jun 2012 19:22:58 |
ohauer |
- update to version 2.0.7
- Use APACHE macro for MASTER_SITES
- Remove SITE_PERL from *_DEPENDS
Changes:
Fix breakage caused by removal of PL_uid et al from perl 5.16.0.
Patch from rt.cpan.org #77129. [Zefram]
PR: ports/168819
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> |
2.0.6,3 27 May 2012 20:16:43 |
scheidell |
- Update to 2.0.6
PR: ports/167866
Submitted by: Dima Panov <fluffy@freebsd.org>
Approved by: apache (pgollucci) |
2.0.5_1,3 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
2.0.5_1,3 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.0.5,3 22 May 2011 22:05:07 |
ohauer |
- update to mod_perl-2.0.5
committed with hat apache@
PR: ports/155026 ports/155586 ports/157246 |
2.0.4_2,3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.4_2 25 May 2010 20:17:37 |
pgollucci |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
2.0.4_2,3 19 May 2010 19:18:35 |
pgollucci |
- ThreadRWLock works with devel/apr0.
Reported by: QAT |
2.0.4_2,3 19 May 2010 18:45:03 |
pgollucci |
- Update for devel/apr0 conversion
- as the default is www/apache20+devel/apr0 this package hasn't built
yet so no PORTREVISION Bump.
Reported by: QAT
Forgotten by: pgollucci (myself) |
2.0.4_2,3 05 May 2010 03:35:11 |
pgollucci |
- rename patch file
With Hat: apache@ |
2.0.4_2,3 29 Apr 2010 17:30:25 |
pgollucci |
- Assign some ports to apache@
Note: net/luasocket is a direct requirement for mod_wombat which will be
very core to httpd 2.4.x+ (www/apache24) |
2.0.4_2,3 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
2.0.4_2,3 16 May 2009 02:07:21 |
pgollucci |
Pull r760926 from stream to fix CVE-2009-0796
This will be fixed in 2.0.5 and can be removed
SVN: http://svn.apache.org/viewvc?rev=760926&view=rev
Security: http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8 |
2.0.4_1,3 14 Jan 2009 20:13:00 |
pav |
- Fix plist with perl 5.8.9 |
2.0.4,3 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
2.0.4,3 03 Jul 2008 01:48:34 |
araujo |
- With apr 1.x and THREADS, ThreadRWLock is also now XS Wrapped and installed
conditionally.
PR: ports/125151
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) |
2.0.4,3 23 Jun 2008 18:16:06 |
araujo |
- Only correct a character, minor fix.
Submitted by: "Philip M. Gollucci" <pgollucci@ridecharge.com> (maintainer) via
email |
2.0.4,3 07 Jun 2008 15:31:21 |
araujo |
- Update to 2.0.4.
Changes: http://perl.apache.org/dist/mod_perl-2.0-current/Changes
PR: ports/123535
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
Reworked by: araujo (myself) |
2.0.3_3,3 23 Jan 2008 18:28:53 |
pav |
- ThreadMutex manpage seems to be installed regardless the threading state
Reported by: pointyhat
Pointy hat to: pav |
2.0.3_3,3 19 Jan 2008 19:30:20 |
pav |
- Make the threadedness depend on the actual build of apr-util/apr, instead on
an Apache version
PR: ports/118307 (adapted from)
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) |
2.0.3_2,3 18 Jan 2008 14:07:01 |
wxs |
Fix an oversight in pkg-message. Use APACHEMODDIR instead of a
hard-coded path. No PORTREVISION bump necessary as the default package
will remain the same.
PR: 119438
Submitted by: Terry Sposato <terry@sucked-in.com>
Approved by: Philip M. Gollucci (maintainer), garga (mentor) |
2.0.3_2,3 10 Sep 2007 00:45:02 |
linimon |
Fix up after bsd.perl.mk import.
Hat: portmgr |
2.0.3_2,3 08 Sep 2007 01:10:46 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
2.0.3_2,3 27 Jun 2007 20:42:58 |
erwin |
mod_perl 2.x does not properly escape PATH_INFO before use in a
regular expression
PR: 113988
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Approved by: maintainer override (3 days, security)
Security: CVE-2007-1349,
VuXML ef2ffb03-f2b0-11db-ad25-0010b5a0a860 |
2.0.3_1,3 04 Dec 2006 00:07:10 |
miwi |
- Fix Upgrade problems
- Pass maintainership to submitter
- Fixes the -march= nothing which is not 2.0.3 specific.
- Removes the pre-everthing warning for www/apache22
- Bump PORTREVISION
Submitted by: Philip M. Gollucci" <Philip.Gollucci@ticketmaster.com>
Approved by: maintainer |
2.0.3,3 02 Dec 2006 00:33:01 |
miwi |
- Update to 2.0.3
PR: ports/106051
Submitted by: Philip M. Gollucci <pgollucci@apache.org>
Approved by: maintainer |
2.0.2_1,3 04 Nov 2006 00:33:34 |
sat |
- Correct pkg-message
PR: ports/104275
Submitted by: Julio Guillermo Paredes Cornejo<gparedes@gupac.com.pe>
Approved by: Lars Eggert <lars.eggert@gmx.net> (maintainer timeout, 23 days) |
2.0.2_1,3 25 Sep 2006 10:26:44 |
miwi |
- Fix dependencies
PR: ports/103612
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
2.0.2,3 27 Feb 2006 15:12:02 |
vd |
Fix plist in apache 2.1+ case
PR: ports/92590 (based on)
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
Reworked by: vd
Approved by: portmgr (erwin), Lars Eggert <lars.eggert@gmx.net> (maintainer) |
2.0.2,3 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.0.2,3 23 Dec 2005 03:07:46 |
leeym |
- plist fix by sime@logos.hr
PR: 90817
Submitted by: Lars Eggert <lars.eggert@gmx.net> |
2.0.2,3 20 Dec 2005 11:45:27 |
edwin |
[MAINTAINER] www/mod_perl2: fix for apache21 and higher
- variant of the fix in ports/90312 (can be closed, too)
- warn if an apache newer than apache20 is used
(maintainer can't test)
- remove warning about API change, it's been a year
PR: ports/90655
Submitted by: Lars Eggert <lars.eggert@gmx.net> |
2.0.2,2 21 Oct 2005 18:04:57 |
ehaupt |
Update to 2.0.2
PR: 87776
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
2.0.1,2 22 Jun 2005 14:35:57 |
pav |
- Update to 2.0.1
PR: ports/82522
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
2.0.0,2 20 May 2005 15:13:39 |
jylefort |
Update to 2.0.0
PR: ports/81302
Submitted by: maintainer |
2.0.0r6,1 19 May 2005 15:50:06 |
pav |
- Update to 2.0.0r6
PR: ports/81192
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
2.0.0r5,1 17 May 2005 17:13:43 |
sem |
- Update to 2.0.0-R5
This release has significant change in API.
All old code *will* broken.
Read how to fix it here: http://perl.apache.org/docs/2.0/rename.html
PR: ports/79962
Submitted by: maintainer |
2.0.0r3,1 20 Apr 2005 05:38:25 |
sem |
- Bump PORTEPOCH as we had a rollback
Reported by: kris (chkversion) |
2.0.0r3 19 Apr 2005 06:09:39 |
sem |
- Roll back the last commit as since API has changed
and it can break all mod_per2 ports.
Reported by: Daniel Gerzo <danger@rulez.sk> |
2.0.0r5 15 Apr 2005 17:10:28 |
sem |
- Update to 2.0.0r5
PR: ports/79962
Submitted by: maintainer |
2.0.0r3 11 Jan 2005 17:32:30 |
mat |
Update to 2.0.0r3
PR: 76044
Submitted by: maintainer |
2.0.0r2 08 Jan 2005 10:46:24 |
mat |
Update to 2.0.0-rc2
Submitted by: maintainer |
1.99r18_1 19 Dec 2004 02:06:53 |
clement |
- Fix plist
Reported by: pointyhat via kris
PR: ports/75237
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
1.99r18 14 Dec 2004 02:32:59 |
sem |
- Update to 1.99r18 (aka 2.0RC1)
PR: ports/75016
Submitted by: maintainer |
1.99r17 01 Dec 2004 10:22:06 |
clement |
- update to 1.99r17
PR: ports/74444
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) |
1.99r16 02 Sep 2004 07:13:14 |
sem |
Update to 1.99r16.
PR: ports/71266
Submitted by: maintainer |
1.99r14 10 Aug 2004 17:19:32 |
tom |
Fix erroneous path to DSO.
Approved by: maintainer |
1.99r14 02 Jun 2004 10:50:25 |
mat |
Update to 1.99r14
PR: 67443
Submitted by: Lars Eggert <lars dot eggert at gmx dot net> |
1.99r13 14 May 2004 16:14:12 |
mat |
Update to 1.99r13
PR: 66604
Submitted by: maintainer |
1.99r12_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.99r12_1 14 Feb 2004 16:35:46 |
pav |
- Fix up pkg-plist
PR: ports/62603 (based on)
Submitted by: Christopher Nehren <apeiron@comcast.net>
Approved by: maintainer |