notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/p5-libapreq2/Makefile

Number of commits found: 38

Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
www/p5-libapreq2: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d5829a536522f92867187452976d428b034cbcf5 commit hash: d5829a536522f92867187452976d428b034cbcf5 commit hash: d5829a536522f92867187452976d428b034cbcf5 commit hash: d5829a536522f92867187452976d428b034cbcf5 d5829a5
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 20 Mar 2021
17:22 pi search for other commits by this committer
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
Original commitRevision:568875 
Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Thursday, 11 Jan 2018
17:09 tijl search for other commits by this committer
- Remove unneeded USE_AUTOTOOLS and USES=gmake.
- Remove bogus patch that adds -L$(prefix).  There are no libraries there.
Original commitRevision:458756 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
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
Original commitRevision:427552 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Thursday, 17 Dec 2015
17:19 mat search for other commits by this committer
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
Original commitRevision:403913 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 24 Nov 2014
14:00 mat search for other commits by this committer
Really cleanup after the RM's.

Sponsored by:	Absolight
Original commitRevision:373207 
13:05 mat search for other commits by this committer
Don't hardcode apache version.

Sponsored by:	Absolight
Original commitRevision:373205 
Friday, 7 Nov 2014
13:51 mat search for other commits by this committer
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:372262 
Wednesday, 23 Jul 2014
05:19 pi search for other commits by this committer
www/p5-libapreq2: reduce/fix dependencies

PR:		191161
Submitted by:	vivek@khera.org
Original commitRevision:362622 
Saturday, 19 Jul 2014
16:25 pi search for other commits by this committer
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@)
Original commitRevision:362267 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Saturday, 28 Dec 2013
11:25 ohauer search for other commits by this committer
- add stage support
Original commitRevision:337856 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Monday, 25 May 2009
23:23 pgollucci search for other commits by this committer
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
Original commit
Monday, 29 May 2006
15:34 skv search for other commits by this committer
* take maintainership
Original commit
Sunday, 25 Dec 2005
17:16 vanilla search for other commits by this committer
set www/libapreq2 as MASTERDIR.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Saturday, 17 Sep 2005
18:21 mnag search for other commits by this committer
Update to 2.06

PR:             ports/83984
Submitted by:   Philip M. Gollucci <pgollucci@apache.org>
Approved by:    pav (mentor)
Original commit
Saturday, 10 Sep 2005
09:23 linimon search for other commits by this committer
Reset bouncing maintainer address.  Sorry to see you go.

Hat:    portmgr
Original commit
Friday, 27 May 2005
08:56 sem search for other commits by this committer
- Add missed dependency

Reported by:    kris via pointyhat
Original commit
Sunday, 22 May 2005
13:08 sem search for other commits by this committer
- Update to 2.05. Unbreak.

PR:             ports/81336
Submitted by:   maintainer
Original commit
Tuesday, 17 May 2005
17:18 sem search for other commits by this committer
- Mark ports BROKEN when/if they depend on mod_perl2.
  With current mod_perl2 API change all old code *will* broken.
Original commit
Thursday, 10 Mar 2005
07:59 leeym search for other commits by this committer
- fix plist and unbreak this port
Original commit
Tuesday, 12 Oct 2004
22:45 kuriyama search for other commits by this committer
- Unbreak on pointyhat.
- Upgrade to 2.04r03.
- Cleanup variables usage and dependency line.

Approved by:    maintainer
Comments from:  eik
Original commit
Sunday, 26 Sep 2004
02:00 kris search for other commits by this committer
BROKEN on 5.x: Broken pkg-plist

Approved by:    portmgr (self)
Original commit
Tuesday, 13 Jul 2004
00:50 vanilla search for other commits by this committer
Fix broken.

PR:             ports/68947
Submitted by:   maintainer
Original commit
Sunday, 11 Jul 2004
01:24 kris search for other commits by this committer
BROKEN: Fails to configure
Original commit
Monday, 21 Jun 2004
16:53 vanilla search for other commits by this committer
Upgrade to 2.03r04.

Submitted by:   maintainer
Original commit
Friday, 11 Jun 2004
09:55 vanilla search for other commits by this committer
Add p5-libapreq2 2.02r02, generic Apache2 Request Library.

PR:             ports/67591
Submitted by:   Autrijus Tang autrijus_at_autrijus.org
Original commit

Number of commits found: 38