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: textproc/p5-HTML-CTPP2/Makefile

Number of commits found: 29

Sunday, 18 Feb 2018
09:29 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:462210 
Monday, 5 Jun 2017
23:26 sunpoet search for other commits by this committer
Remove outdated PERL_LEVEL check

With hat:	perl
Original commitRevision:442718 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Monday, 8 Jun 2015
19:16 mat search for other commits by this committer
Mark those BROKEN, they don't build with Perl 5.22+

Sponsored by:	Absolight
Original commitRevision:388857 
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, 4 Aug 2014
18:28 adamw search for other commits by this committer
Fix build without gcc.
Original commitRevision:364035 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Wednesday, 29 Jan 2014
17:46 az search for other commits by this committer
- add stage support

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:341765 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Wednesday, 11 Sep 2013
06:49 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326944 
Saturday, 5 Feb 2011
03:25 miwi search for other commits by this committer
- Update to 2.6.7

PR:             154468
Submitted by:   "Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
Feature safe:   yes
Original commit
Wednesday, 4 Aug 2010
07:58 lwhsu search for other commits by this committer
- Update to 2.6.1

PR:             ports/149204
Submitted by:   "Andrei V. Shetuhin" <reki AT reki.ru> (maintainer)
Original commit
Tuesday, 29 Dec 2009
04:14 pgollucci search for other commits by this committer
- Update to 2.5.12

PR:             ports/141560
Approved by:    maintainer timeout (reki@reki.ru; 14 days)
Submitted by:   myself (pgollucci@)
Original commit
Sunday, 11 Oct 2009
13:14 miwi search for other commits by this committer
- Fix build with custom prefix

PR:             139021
Submitted by:   amdmi3@
Approved by:    maintainer timeout
Original commit
Tuesday, 6 Oct 2009
00:40 glarkin search for other commits by this committer
- Updated to 2.5.10
- Improved readability of pkg-descr

PR:             ports/138896
Submitted by:   "Hizbulin M. Ildar" <hizel@vyborg.ru>
Approved by:    reki@reki.ru (maintainer, implicit - request for PR approval
bounced)
Original commit
Monday, 10 Aug 2009
14:32 vsevolod search for other commits by this committer
* Update ctpp2 and p5 slave port to 2.5.8

PR:     137637, 137638
Submitted by:   maintainer
Original commit
Friday, 5 Jun 2009
21:38 miwi search for other commits by this committer
- Update to 2.5.3

PR:             135173
Submitted by:   "Andrei V. Shetuhin" <reki@reki.ru> (maintainer)
Original commit
Friday, 22 May 2009
21:55 miwi search for other commits by this committer
- Update to 2.5.1

PR:             134754
Submitted by:   "Andrei V. Shetukhin" <reki@reki.ru> (maintainer)
Original commit
Saturday, 11 Apr 2009
11:44 miwi search for other commits by this committer
- Update to 2.4.10

PR:             133571
Submitted by:   Andrei V. Shetuhin <reki@reki.ru> (maintainer)
Original commit
Tuesday, 24 Mar 2009
14:26 pav search for other commits by this committer
- Update to 2.4.7

PR:             ports/133006
Submitted by:   Andrei V. Shetukhin <reki@reki.ru> (maintainer)
Original commit
Monday, 2 Mar 2009
21:45 wxs search for other commits by this committer
- Chase textproc/ctpp2 update
Original commit
Friday, 30 Jan 2009
18:42 amdmi3 search for other commits by this committer
- Update to 2.4.2

PR:             131151
Submitted by:   "Andrei V. Shetuhin" <reki at reki dot ru> (maintainer)
Original commit
Thursday, 15 Jan 2009
20:05 amdmi3 search for other commits by this committer
- Update to 2.4.1

PR:             130593
Submitted by:   "Andrei V. Shetuhin" <reki at reki dot ru>
Original commit
Friday, 29 Aug 2008
20:18 glarkin search for other commits by this committer
- Updated ctpp2 to version 2.3.5
- Fixed ctpp2 build problem for amd64

- Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak
- Added BUILD_DEPENDS to get correct version of ctpp2 to avoid
  compilation errors in Perl module

PR:             ports/126331
Submitted by:   Andrei V. Shetuhin <reki at reki dot ru> (maintainer)
Approved by:    beech (mentor, implicit)
Original commit
Saturday, 19 Jul 2008
14:45 miwi search for other commits by this committer
- Mark BROKEN Does not compile

Reported by:    pointyhat via pav
Original commit
Thursday, 19 Jun 2008
10:50 miwi search for other commits by this committer
- Unbreak
- Update to 2.3.0

PR:             124750
Submitted by:   Maintainer
Original commit
Wednesday, 18 Jun 2008
20:53 pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
Original commit
Wednesday, 26 Mar 2008
12:55 miwi search for other commits by this committer
Templates like perl module HTML::Template

WWW: http://reki.ru/products/ctpp/

PR:             ports/121933
Submitted by:   Andrei V. Shetuhin <reki at reki.ru>
Original commit

Number of commits found: 29