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: irc/irssi-devel/pkg-plist

Number of commits found: 20

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, 27 Oct 2014
13:00 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371570 
Tuesday, 19 Aug 2014
17:45 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:365412 
Tuesday, 10 Jun 2014
12:14 mat search for other commits by this committer
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
Original commitRevision:357300 
Tuesday, 3 Jun 2014
10:45 miwi search for other commits by this committer
- Update to 20140530
- Stage support
Original commitRevision:356321 
Tuesday, 2 Feb 2010
22:50 miwi search for other commits by this committer
- Update to 20100131
- Change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin (as per stable
port).
- Add post-patch target to fixup paths in manpage (as per stable port).
- Remove duplicate MAKE_JOBS_SAFE.
- Remove stale libirc_proxy.so.0 pkg-plist entry.

PR:             based on 143468
Original commit
Thursday, 4 Dec 2008
21:11 miwi search for other commits by this committer
- Update to 20081203
Original commit
Wednesday, 26 Nov 2008
21:47 miwi search for other commits by this committer
- Update to 20081125
Original commit
Thursday, 13 Nov 2008
22:19 miwi search for other commits by this committer
- Update to 20081112
Original commit
Saturday, 30 Aug 2008
20:17 miwi search for other commits by this committer
- Update to 20080825
Original commit
Wednesday, 18 Jun 2008
23:13 miwi search for other commits by this committer
- Update to 20080611
Original commit
Thursday, 17 Apr 2008
15:11 miwi search for other commits by this committer
- Update to 20080416
Original commit
Tuesday, 11 Mar 2008
16:10 miwi search for other commits by this committer
- Update to 20080310
Original commit
Wednesday, 20 Feb 2008
10:20 miwi search for other commits by this committer
- Update to 20080217
Original commit
Tuesday, 5 Feb 2008
13:10 miwi search for other commits by this committer
- Update to 20080204
Original commit
Tuesday, 6 Nov 2007
21:42 miwi search for other commits by this committer
- irssi-devel should be using @dirrmtry in a few cases. this is
  because if you try to deinstall these ports while net/silc-irssi-plugin
  or irssi-plugins is installed they will not be able to remove
  those directories.

PR:             117868
Submitted by:   Wesley Shields <wxs@atarininja.org>
Approved by:    portmgr (pav)
Original commit
Thursday, 26 Jul 2007
23:30 miwi search for other commits by this committer
- Update to 20070726
- Fix pkg-plist
Original commit
Thursday, 21 Jun 2007
21:22 miwi search for other commits by this committer
- Update to 20070620
- Take Maintainership
Original commit
Tuesday, 16 May 2006
12:24 itetcu search for other commits by this committer
- Update irssi-devel snapshot
- Add mirror due to unreliable primary site
- Fix plist
- portlint(1)
- fix OPTIONS usage [1]

This is a nightly snapshot produced by the irssi team, rather than one
of vsevolod's snapshots produced directly from the SVN repository.
(there's not really any difference, other than a much smaller tarball)

PR:             ports/97312
Submitted by:   Shaun Amott <shaun@inerd.com>
                itetcu (me) [1]
Approved by:    lawrance (mentor)
Original commit
Sunday, 24 Jul 2005
17:07 vsevolod search for other commits by this committer
Add development version of irssi irc client.

Approved by:    perky (mentor)
Original commit

Number of commits found: 20