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: net/p5-Net-Works/Makefile

Number of commits found: 22

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
Sunday, 20 Jun 2021
11:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/p5-Net-Works: Add NO_ARCH

Approved by:	portmgr (blanket)
commit hash: 74d5c762ce34f7ecad1edd6750defe3e4d4766ac commit hash: 74d5c762ce34f7ecad1edd6750defe3e4d4766ac commit hash: 74d5c762ce34f7ecad1edd6750defe3e4d4766ac commit hash: 74d5c762ce34f7ecad1edd6750defe3e4d4766ac 74d5c76
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, 6 Oct 2018
13:06 des search for other commits by this committer
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)
Original commitRevision:481365 
Monday, 22 Aug 2016
19:13 pi search for other commits by this committer
net/p5-Net-Works: 0.21 -> 0.22

- Added a Net::Works::Network->is_single_address method. This returns true
  if the network contains just one single address. Requested by Alexander
  Hartmaier. GH #17.
Original commitRevision:420631 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 6 May 2015
20:46 pi search for other commits by this committer
net/p5-Net-Works: 0.20 -> 0.21

- `new_from_integer` will now accept a `Math::BigInt` in addition to a
  `Math::UInt128` or a standard Perl integer.
Original commitRevision:385566 
Saturday, 7 Mar 2015
09:29 sunpoet search for other commits by this committer
- Update to 0.20
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Works/Changes
PR:		198381
Submitted by:	sunpoet (myself)
Approved by:	pi (maintainer, via email)
Original commitRevision:380676 
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 
Sunday, 14 Sep 2014
18:54 pi search for other commits by this committer
net/p5-Net-Works: reduce DEPENDS, MooseX::Types no longer needed

Submitted by:	az
Original commitRevision:368218 
17:57 pi search for other commits by this committer
net/p5-Net-Works: 0.18 -> 0.19

- Fixed validation when a string with more than one slash (/) is passed to
  Net::Works::Network->new_from_string.
Original commitRevision:368213 
Saturday, 12 Jul 2014
18:52 pi search for other commits by this committer
net/p5-Net-Works: 0.17 -> 0.18

Changes: http://cpansearch.perl.org/src/DROLSKY/Net-Works-0.18/Changes
Original commitRevision:361634 
Friday, 4 Jul 2014
10:21 pi search for other commits by this committer
net/p5-Net-Works: 0.16 -> 0.17
Original commitRevision:360592 
Sunday, 8 Jun 2014
19:05 pi search for other commits by this committer
Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org
Original commitRevision:357068 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Thursday, 9 Jan 2014
15:16 wg search for other commits by this committer
net/p5-Net-Works: update to 0.16

PR:		ports/185609
Submitted by:	maintainer
Original commitRevision:339251 
Wednesday, 18 Dec 2013
10:46 wg search for other commits by this committer
net/p5-Net-Works: update to 0.14 and stagify

PR:		ports/184959
Submitted by:	maintainer
Original commitRevision:336814 
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
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Thursday, 22 Aug 2013
19:08 mat search for other commits by this committer
Update to 0.13.

PR:		ports/181466
Submitted by:	maintainer
Original commitRevision:325225 
15:28 mat search for other commits by this committer
Add p5-Net-Works 0.06, APIs for IP addresses and networks.

PR:		ports/174360
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Original commitRevision:325208 

Number of commits found: 22