Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12_2 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) |
1.12_2 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 ) |
1.12_2 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 ) |
1.12_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12_2 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.12_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.12_2 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
1.12_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.12_2 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.12_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.12_1 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 ) |
1.12 07 Nov 2013 06:19:39 |
vanilla |
Support STAGEDIR. |
1.12 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.12 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.12 22 Jun 2013 02:06:33 |
sunpoet |
- Update to 1.12
- Add LICENSE
- Cleanup Makefile
Changes: http://search.cpan.org/dist/Apache-DBI/Changes |
1.11 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@ |
1.11 28 Jun 2012 18:54:26 |
az |
- Remove SITE_PERL from *_DEPENDS |
1.11 07 Jun 2012 08:37:52 |
az |
- revert changes for mod_perl2, it require special handling. |
1.11 07 Jun 2012 07:50:04 |
jadawin |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
1.11 05 Jan 2012 18:52:30 |
ohauer |
- remove p5-Apache-DBI-mp2
with hat apache@ |
1.11 05 Jan 2012 16:28:12 |
ohauer |
Now where apache13 is gone, we need only on port for p5-Apache-DBI.
- first step is to make the port standalone (no sub-ports)
- second step is to adjust all ports and remove p5-Apache-DBI-mp2
with hat apache@ |
1.11 01 Jan 2012 20:15:54 |
ohauer |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@ |
1.11 08 Oct 2011 18:57:31 |
sunpoet |
- Update to 1.11
Changes: http://search.cpan.org/dist/Apache-DBI/Changes |
1.10_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.10 12 Jun 2011 01:14:14 |
sunpoet |
- Update to 1.10
- Use PLIST_DIRSTRY: other p5-Apache-* also require %%SITE_PERL%%/Apache and
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
- Space/Tab twiddle
Changes: http://search.cpan.org/dist/Apache-DBI/Changes |
1.09 22 May 2011 22:09:29 |
ohauer |
- p5-Apache-DBI
do not allow to include ports direct, use SLAVE ports instead
- aditional test APACHE_VERSION |
1.09 17 Dec 2010 20:16:51 |
pgollucci |
- Update to 1.09
- Remove MD5
With Hat: perl@
Changes: http://search.cpan.org/dist/Apache-DBI/Changes |
1.08 29 Apr 2010 17:32:08 |
pgollucci |
- Send my final p5- ports to perl@ |
1.08 17 Feb 2010 02:15:17 |
pgollucci |
- Update to 1.08
Feature safe: yes |
1.06_1 15 Dec 2009 05:47:45 |
pgollucci |
s,= ,/=t,g |
1.06_1 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.06_1 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.06_1 28 Aug 2008 18:30:27 |
pgollucci |
DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for
upcomming www/rt38 is way off.
As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).
While here, cleanup the MASTER port a little
- spell out the RUN_DEPENDS
- remove USE_APACHE and let www/mod_perl* deal with it
- pull the plist into Makefile
Bump PORTREVISION
Discussed with: pav on #bsdports
Approved by: gabor (mentor) |
1.06 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
1.06 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.06 03 Jul 2007 19:59:12 |
erwin |
Remove 4.x workaround
PR: 113817
Submitted by: erwin
Approved by: maintainer |
1.06 25 Mar 2007 09:11:59 |
clsung |
- Update to 1.06, security update
- Previously $Apache::AuthDBI::DEBUG = 0 was broken so that
logging was effectively ALWAYS on in function debug().
This will also log passwords with no way to turn this off.
PR: ports/110789
Submitted by: maintainer (Philip M. Gollucci) |
1.05_1 22 Dec 2006 13:49:39 |
gabor |
- Fix dependencies
- Bump PORTREVISION
PR: ports/103813
Submitted by: Scot Hetzel <swhetzel@gmail.com> (with fixes from maintainer)
Approved by: erwin (mentor),
Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) |
1.05 03 Dec 2006 23:21:47 |
miwi |
- Update to 1.05
PR: ports/106257
Submitted by: "Philip M. Gollucci"<pgollucci@p6m7g8.com> (maintainer) |
1.04 01 Nov 2006 06:31:42 |
miwi |
- Update to 1.04
PR: ports/104742
Submitted by: Philip M. Gollucci"<pgollucci@p6m7g8.com> (maintainer) |
1.02 07 Aug 2006 18:19:09 |
shaun |
- Upgrade to 1.02
- Use "correct" CPAN URL(s).
PR: ports/101539
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) |
1.00_1 02 Jun 2006 09:53:28 |
skv |
* fix distfiles fetching - change MASTER_SITE_SUBDIR
(note that correct distfile has different size and checksum)
* simplify RUN_DEPENDS if WITH_MODPERL2 is defined
PR: ports/98274
Submitted by: skv
Approced by: maintainer |
1.00 30 May 2006 09:38:59 |
clsung |
- update to 1.00
- This release of Apache-DBI fixes some serious/crtical bugs under mod_perl2.
PR: ports/98081
Submitted by: maintainer (Philip M. Gollucci) |
0.9901 20 Feb 2006 20:50:22 |
fenner |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
0.9901 24 Jan 2006 09:40:50 |
vd |
Force www/p5-Apache-DBI to work with www/apache22
PR: ports/91526
Submitted by: Paul Dlug <paul@aps.org>
Approved by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer), garga
(mentor) |
0.98 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.98 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) |
0.98 04 Jan 2006 09:18:05 |
edwin |
Update www/p5-Apache-DBI 0.94 -> 0.98, request maintainership
As I'm "maintaining" this port in the mod_perl community,
take maintainership. Update this to 0.98 which also unbreaks
AuthDBI.pm for mp2 post RC5. MY patch is sitting in files.
This also adds some encryption options
PR: ports/83980
Submitted by: Philip M. Gollucci <pgollucci@vegeta.p6m7g8.net>
Approved by: maintainer timeout |
0.94_1 09 Jun 2005 09:55:49 |
philip |
Unbreak after the mod_perl2 API dance.
Approved by: skv (maintainer)
Obtained from: Philip M. Gollucci (pgollucci [at] p6m7g8.com) (largely) |
0.94 17 May 2005 17:18:23 |
sem |
- Mark ports BROKEN when/if they depend on mod_perl2.
With current mod_perl2 API change all old code *will* broken. |
0.94 23 Dec 2004 14:09:08 |
skv |
Fix pkg-plist.
Pointed by: kris |
0.94 28 Mar 2004 11:56:05 |
skv |
Updated to 0.94 |
0.92 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
0.92 08 Sep 2003 11:01:06 |
skv |
Updated to 0.92
Pointed by: demon |
0.91 20 Jun 2003 14:17:20 |
demon |
Correct a typo in the previous patch.
Submitted by: Tim Bishop <tim@bishnet.net> |
0.91 20 Jun 2003 08:17:55 |
demon |
Add WITH_MODPERL2 knob to build whis port with mod_perl2.
PR: 53204
Submitted by: Tim Bishop <tim@bishnet.net>
Maintainer timeout. |
0.91 01 Apr 2003 18:05:34 |
skv |
Update to 0.91
PR: 50333 |
0.89 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.89 12 Sep 2002 18:02:31 |
skv |
Updated to 0.89, take maintainership (approved by igor@zynaps.ru).
PR: ports/39610
Submitted by: David Lay <dave@staff.netc.net.au> |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
25 Jan 2001 23:19:27 |
vanilla |
Upgrade to 0.88. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |