Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.17 29 Dec 2024 11:10:49 |
Kurt Jaeger (pi) |
www/p5-libapreq2: update 2.16 -> 2.17, fix build on i386
- inspired by PR#281594 |
2.16 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.16 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.16 29 Jun 2022 16:33:12 |
Po-Chuan Hsieh (sunpoet) |
www/p5-libapreq2: Update WWW
Approved by: portmgr (blanket) |
2.16 14 Oct 2021 21:30:54 |
Stefan Eßer (se) |
www/p5-libapreq2: Add CPE information
Approved by: portmgr (blanket) |
2.16 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.16 20 Mar 2021 17:22:30 |
pi |
www/p5-libapreq2: upgrade 2.13 -> 2.16, security fix for CVE-2019-12412
Reported by: portscout
MFH: 2021Q1
Relnotes: https://metacpan.org/changes/distribution/libapreq2
Security: CVE-2019-12412 |
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 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.13_6 11 Jan 2018 17:09:58 |
tijl |
- Remove unneeded USE_AUTOTOOLS and USES=gmake.
- Remove bogus patch that adds -L$(prefix). There are no libraries there. |
2.13_6 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.13_6 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.13_6 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_6 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
2.13_5 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.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 24 Nov 2014 14:00:08 |
mat |
Really cleanup after the RM's.
Sponsored by: Absolight |
2.13_4 24 Nov 2014 13:05:37 |
mat |
Don't hardcode apache version.
Sponsored by: Absolight |
2.13_4 07 Nov 2014 13:51:11 |
mat |
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight |
2.13_4 23 Jul 2014 05:19:07 |
pi |
www/p5-libapreq2: reduce/fix dependencies
PR: 191161
Submitted by: vivek@khera.org |
2.13_4 19 Jul 2014 16:25:28 |
pi |
www/libapreq2, www/p5-libapreq2: separate ports
- separate the former master port libapreq2 from p5-libapreq2
- become maintainer for www/p5-libapreq2
Tests for dependend ports where OK.
Approved by: culot (mentor), ohauer (apache@) |
2.13_2 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.13_2 28 Dec 2013 11:25:43 |
ohauer |
- add stage support |
2.13_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.12 25 May 2009 23:23:50 |
pgollucci |
Without this, Perl's MakeMaker generates Makefiles with 'MAKE=make' and
this is bad for subdirectory targets where $(MAKE) is used: pmake is
invoked instead of GNU Make, so make process chokes at this point,
NO PORTREVISION bump since the packages were bumped before and never built after
the 2.12 update.
PR: ports/134889
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Pointyhat to: myself |
2.07_2 29 May 2006 15:34:41 |
skv |
* take maintainership |
2.06 25 Dec 2005 17:16:59 |
vanilla |
set www/libapreq2 as MASTERDIR. |
2.06 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
2.06 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.06 17 Sep 2005 18:21:19 |
mnag |
Update to 2.06
PR: ports/83984
Submitted by: Philip M. Gollucci <pgollucci@apache.org>
Approved by: pav (mentor) |
2.05 10 Sep 2005 09:23:13 |
linimon |
Reset bouncing maintainer address. Sorry to see you go.
Hat: portmgr |
2.05 27 May 2005 08:56:30 |
sem |
- Add missed dependency
Reported by: kris via pointyhat |
2.05 22 May 2005 13:08:44 |
sem |
- Update to 2.05. Unbreak.
PR: ports/81336
Submitted by: maintainer |
2.04r03 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. |
2.04r03 10 Mar 2005 07:59:42 |
leeym |
- fix plist and unbreak this port |
2.04r03 12 Oct 2004 22:45:25 |
kuriyama |
- Unbreak on pointyhat.
- Upgrade to 2.04r03.
- Cleanup variables usage and dependency line.
Approved by: maintainer
Comments from: eik |
2.03r04 26 Sep 2004 02:00:59 |
kris |
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self) |
2.03r04 13 Jul 2004 00:50:38 |
vanilla |
Fix broken.
PR: ports/68947
Submitted by: maintainer |
2.03r04 11 Jul 2004 01:24:29 |
kris |
BROKEN: Fails to configure |
2.03r04 21 Jun 2004 16:53:59 |
vanilla |
Upgrade to 2.03r04.
Submitted by: maintainer |
2.02r02 11 Jun 2004 09:55:35 |
vanilla |
Add p5-libapreq2 2.02r02, generic Apache2 Request Library.
PR: ports/67591
Submitted by: Autrijus Tang autrijus_at_autrijus.org |