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-Dancer/Makefile

Number of commits found: 48

Sunday, 15 Jan 2023
01:30 Wen Heping (wen) search for other commits by this committer
www/p5-Dancer: Update to 1.3520

Add missing TEST_DEPENDS
commit hash: 5b822f652306ec9717d72cbe48c70c011630ed39 commit hash: 5b822f652306ec9717d72cbe48c70c011630ed39 commit hash: 5b822f652306ec9717d72cbe48c70c011630ed39 commit hash: 5b822f652306ec9717d72cbe48c70c011630ed39 5b822f652
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
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/p5-Dancer: Fix *_DEPENDS

- Add PORTSCOUT
- Convert to options dependency helper
- Fix indent
- Bump PORTREVISION for dependency change
commit hash: 53e9eb40373c4c22ca06406394c28a5e213d83ef commit hash: 53e9eb40373c4c22ca06406394c28a5e213d83ef commit hash: 53e9eb40373c4c22ca06406394c28a5e213d83ef commit hash: 53e9eb40373c4c22ca06406394c28a5e213d83ef 53e9eb4
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Monday, 4 Oct 2021
19:58 Rene Ladan (rene) search for other commits by this committer
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb commit hash: e56a7da8946973ad5233bf881538298e30f472eb e56a7da
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
Monday, 30 Nov 2020
23:12 dvl search for other commits by this committer
Update to 1.3513

PR:		251281
Submitted by:	dave.raynor@gmail.com
Approved by:	maintainer (via private email)
Original commitRevision:556686 
Friday, 28 Jun 2019
10:01 wen search for other commits by this committer
- Update to 1.3512

PR:		236650
Submitted by:	wenheping2000@hotmail.com(myself)
Approved by:	maintainer(timeout, > 3 months)
Original commitRevision:505278 
Wednesday, 5 Dec 2018
01:09 wen search for other commits by this committer
- Update to 1.3500
Changes: https://metacpan.org/changes/distribution/Dancer

PR:		232213
Submitted by:	wenheping2000@hotmail.com
Approved by:	maintainer(timeout, > 50 days)
Original commitRevision:486645 
Friday, 27 Jul 2018
07:42 wen search for other commits by this committer
- Update to 1.3400
Changes: https://metacpan.org/changes/distribution/Dancer

PR:		229755
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >= 14 days)
Original commitRevision:475416 
Monday, 9 Jul 2018
08:40 mat search for other commits by this committer
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Original commitRevision:474242 
Friday, 15 Sep 2017
08:58 mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Original commitRevision:449893 
Thursday, 2 Jun 2016
19:50 pi search for other commits by this committer
www/p5-Dancer: remove RUN_DEPENDS on devel/p5-Devel-Hide

PR:		209262
Submitted by:	adamw
Pointy hat to:	pi
Original commitRevision:416290 
19:35 pi search for other commits by this committer
www/p5-Dancer: 1.3138 -> 1.3202

Changes:
  http://cpansearch.perl.org/src/BIGPRESH/Dancer-1.3202/Changes

PR:		209262
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
Approved by:	kuriyama (maintainer timeout)
Original commitRevision:416289 
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 
Saturday, 20 Jun 2015
11:31 kuriyama search for other commits by this committer
- Upgrade to 1.3138 (including some security issues).

PR:		ports/157869
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
References:	http://lists.preshweb.co.uk/pipermail/dancer-users/2015-June/004621.html
Original commitRevision:390161 
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 
Thursday, 20 Nov 2014
13:27 kuriyama search for other commits by this committer
- Upgrade to 1.3132.
Original commitRevision:372921 
Sunday, 12 Jan 2014
09:08 kuriyama search for other commits by this committer
- Upgrade to 1.3120.
Original commitRevision:339487 
Sunday, 24 Nov 2013
16:43 az search for other commits by this committer
- add missed runtime dep on Module::Runtime

With hat:	perl@
Original commitRevision:334745 
Sunday, 17 Nov 2013
09:18 az search for other commits by this committer
- no need in MAN1 after stagify

Approved by:	maintainer (no response to email)
Original commitRevision:334064 
Friday, 8 Nov 2013
01:10 kuriyama search for other commits by this committer
- Upgrade to 1.3119.
Original commitRevision:333170 
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 
Saturday, 10 Aug 2013
14:39 kuriyama search for other commits by this committer
- Upgrade to 1.3117.
Original commitRevision:324534 
Tuesday, 25 Jun 2013
16:59 zi search for other commits by this committer
- Update to 1.3115
- Convert to new 'created by' header

PR:		ports/179464
Submitted by:	Andy Walker <awalker@sourcefire.com>
Approved by:	maintainer timeout (2+ weeks)
Original commitRevision:321750 
Saturday, 20 Oct 2012
03:28 kuriyama search for other commits by this committer
- Upgrade to 1.3110.

Feature safe: yes
Original commitRevision:306151 
Friday, 31 Aug 2012
10:00 kuriyama search for other commits by this committer
- Upgrade to 1.3100.
Original commitRevision:303409 
Friday, 24 Aug 2012
00:46 kuriyama search for other commits by this committer
- Upgrade to 1.3099.
Original commit
Sunday, 22 Jul 2012
16:18 kuriyama search for other commits by this committer
- Fix missing default option in prev commit.
Original commit
14:43 kuriyama search for other commits by this committer
- Upgrade to 1.3097.
Original commit
Sunday, 10 Jun 2012
18:42 swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Original commit
Sunday, 27 May 2012
07:50 kuriyama search for other commits by this committer
- Upgrade to 1.3095.
Original commit
Sunday, 11 Mar 2012
10:04 kuriyama search for other commits by this committer
- Upgrade to 1.3093.

Feature safe:   yes
Original commit
Saturday, 31 Dec 2011
23:44 kuriyama search for other commits by this committer
- Upgrade to 1.3091.
Original commit
Tuesday, 22 Nov 2011
01:10 kuriyama search for other commits by this committer
- Upgrade to 1.3080.

Feature safe:   yes
Original commit
Wednesday, 31 Aug 2011
09:10 kuriyama search for other commits by this committer
- Upgrade to 1.3072.
Original commit
Saturday, 6 Aug 2011
13:01 kuriyama search for other commits by this committer
- Upgrade to 1.3071.
Original commit
Tuesday, 5 Jul 2011
23:03 kuriyama search for other commits by this committer
- Upgrade to 1.3060.
Original commit
Thursday, 19 May 2011
13:40 kuriyama search for other commits by this committer
- Upgrade to 1.3040.
Original commit
Friday, 15 Apr 2011
06:18 kuriyama search for other commits by this committer
- Upgrade to 1.3030.
Original commit
Sunday, 27 Mar 2011
10:23 kuriyama search for other commits by this committer
- Upgrade to 1.3020.
Original commit
Friday, 25 Feb 2011
02:06 kuriyama search for other commits by this committer
- Upgrade to 1.3011 [1].
- Add $LICENSE [2].

PR:             ports/154379 [1], ports/153321 [2]
Submitted by:   Steve Wills <steve@mouf.net> [1],
                Grzegorz Blach <magik@roorback.net> [2]
Original commit
Tuesday, 21 Dec 2010
03:02 kuriyama search for other commits by this committer
- Upgrade to 1.2003.
Original commit
Saturday, 20 Nov 2010
13:51 kuriyama search for other commits by this committer
- Upgrade 1.2000.

Related to:     ports/152371
Original commit
Monday, 11 Oct 2010
20:50 pgollucci search for other commits by this committer
OPTIONS+=   YAML

PR:             ports/149991
Submitted by:   David Demelier <markand@malikania.fr>
Approved by:    maintainer timeout (kuriyama ; 45 days)
Original commit
Saturday, 1 May 2010
15:21 kuriyama search for other commits by this committer
- Upgrade to 1.176.
Original commit
Friday, 16 Apr 2010
13:55 kuriyama search for other commits by this committer
A minimal-effort oriented web application framework.

WWW: http://search.cpan.org/dist/Dancer/
Original commit

Number of commits found: 48