Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.13_6 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.13_6 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.13_6 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.13_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.13_6 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.13_6 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) |
2.13_6 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 |
2.13_6 05 May 2018 14:58:18 |
danfe |
For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list. |
2.13_6 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.13_6 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. |
2.13_5 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.13_5 13 Jan 2015 15:35:30 |
sunpoet |
- Add LICENSE
- Convert to new options helper
- Use PORTDOCS and PORTEXAMPLES
- Update PORTSCOUT
- Cosmetic change
- Sort PLIST |
2.13_5 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.13_4 07 Feb 2014 08:37:22 |
ehaupt |
- Support staging
- Remove duplicate @dirrmtry's from pkg-plist |
2.13_4 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
2.13_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.13_4 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.13_4 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.13_4 05 Jun 2012 07:44:03 |
az |
- Remove SITE_PERL from *_DEPENDS |
2.13_4 31 May 2012 11:19:32 |
bapt |
Convert to new options framework |
2.13_4 03 Apr 2012 11:02:58 |
swills |
- Add TEST_DEPENDS
Feature safe: yes |
2.13_4 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@ |
2.13_4 20 Aug 2011 17:24:41 |
ohauer |
- change default mod_perl version, else the port will not build
(conflicting dependencies) |
2.13_3 16 Jun 2011 02:57:30 |
sunpoet |
- Use CPAN :id subdir macro
- Make portlint happier
- Change WWW to CPAN |
2.13_3 22 May 2011 22:23:16 |
ohauer |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@ |
2.13_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.13_2 23 Dec 2010 01:14:25 |
pgollucci |
- set some PORTSCOUT vars |
2.13_2 16 Jan 2010 14:45:49 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec. |
2.13_1 13 Dec 2009 18:07:49 |
pgollucci |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them. |
2.13_1 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
2.13_1 11 May 2009 14:41:11 |
lth |
- Fix mod_perl option [1]
- Hand over maintainership
PR: ports/134415 [1]
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> |
2.13_1 08 May 2009 20:24:13 |
pgollucci |
- WITH_APACHE2 is deprecated
- BUILD_DEPENDS != RUN_DEPENDS
- Don't mix PORTDOCS and PORTEXAMPLES
- Use SUB_FILES for pkg-message
- Add OPTION of MODPERL2
- Bump PORTREVISION
PR: ports/133691
Approved by: maintainer timeout (30 days)
Submitted by: me |
2.13 07 Jul 2008 12:07:44 |
lth |
Update to 2.13 |
2.10 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) |
2.10 10 Sep 2007 00:52:38 |
linimon |
Fix up after bsd.perl.mk import.
Hat: portmgr |
2.10 08 Sep 2007 01:11:48 |
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.10 28 May 2006 11:44:50 |
lth |
- replace p5-UNIVERSAL-exports with p5-UNIVERSAL-require
- update dependency
- refine IGNORE
PR: ports/96448
Submitted by: leeym |
2.10 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.10 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.10 22 Jul 2005 15:39:19 |
lth |
- Update to 2.10
- Fixed mod_perl2 dependency lines [1]
- Make portlint happy
PR: ports/82895 [1]
Submitted by: Christopher Nehren <apeiron@coitusmentis.info> [1] |
2.09 02 Feb 2005 19:54:38 |
lth |
Update to 2.09 |
2.08 25 Jan 2005 11:42:11 |
lth |
Update to 2.08 |
2.06 08 Jan 2005 19:10:49 |
lth |
Update to 2.06 |
2.04 21 Nov 2004 10:40:43 |
lth |
- Update to 2.04
Submitted by: Alex Sayle <alex.sayle@ehsbrann.com>, Casper Warming
<cwg@usr.bin.dk> |
1.7_1 01 Aug 2004 17:41:02 |
lth |
Unbreak 'make readme'
Submitted by: Marcel Moolenaar |
1.7 17 Jul 2004 21:01:13 |
lth |
Update to 1.7 |
1.4 01 Jun 2004 12:32:33 |
lth |
Change of email address.
Approved by: erwin (mentor) |
1.4 02 May 2004 00:03:02 |
petef |
- update to 1.4
- add a pkg-message
- install docs, examples, and templates
- update pkg-descr
PR: 65734
Submitted by: maintainer |
1.3 08 Apr 2004 18:27:19 |
erwin |
Add p5-Maypole 1.3, mVC web application framework.
Maypole is an MVC-based web application framework, built around
Class::DBI and Template Toolkit.
WWW: http://search.cpan.org/~simon/Maypole/
PR: ports/65328
Submitted by: Lars Thegler <lars@thegler.dk> |