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: graphics/gscan2pdf/pkg-plist

Number of commits found: 37

Saturday, 9 Mar 2024
12:58 Nuno Teixeira (eduardo) search for other commits by this committer
graphics/gscan2pdf: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: f80c8bfa0d82ca0a89a07d35cc6e99900a08924f commit hash: f80c8bfa0d82ca0a89a07d35cc6e99900a08924f commit hash: f80c8bfa0d82ca0a89a07d35cc6e99900a08924f commit hash: f80c8bfa0d82ca0a89a07d35cc6e99900a08924f f80c8bf
Saturday, 20 Nov 2021
18:41 Christoph Moench-Tegeder (cmt) search for other commits by this committer
graphics/gscan2pdf: update to 2.12.4

Announcement:
  https://sourceforge.net/p/gscan2pdf/mailman/message/37388312/
commit hash: 4c180eae48a9e0f5f34fcdb17925af58eb65d373 commit hash: 4c180eae48a9e0f5f34fcdb17925af58eb65d373 commit hash: 4c180eae48a9e0f5f34fcdb17925af58eb65d373 commit hash: 4c180eae48a9e0f5f34fcdb17925af58eb65d373 4c180ea
Thursday, 13 May 2021
21:52 Danilo Egea Gondolfo (danilo) search for other commits by this committer
graphics/gscan2pdf: Update to 2.12.1

Drop maintainership.

PR:	255801
commit hash: afb3013c8795729a1e3a8f5a2a5b2f57320fb832 commit hash: afb3013c8795729a1e3a8f5a2a5b2f57320fb832 commit hash: afb3013c8795729a1e3a8f5a2a5b2f57320fb832 commit hash: afb3013c8795729a1e3a8f5a2a5b2f57320fb832 afb3013
Thursday, 6 Aug 2020
20:46 danilo search for other commits by this committer
- Update to 2.8.2
Original commitRevision:544290 
Sunday, 24 Nov 2019
22:13 danilo search for other commits by this committer
- Update to 2.6.1
- Deprecate sane-frontends (no new releases since 2005) in favor of
p5-Image-Sane

PR:		242006
Submitted by:	cmt
Original commitRevision:518366 
Saturday, 15 Dec 2018
15:20 danilo search for other commits by this committer
- Update to 2.2.1
Original commitRevision:487523 
Monday, 1 Oct 2018
19:26 danilo search for other commits by this committer
- Update to 2.1.6
- Move USES to make portlint happy
Original commitRevision:481056 
Sunday, 29 Jul 2018
22:49 danilo search for other commits by this committer
- Update to 2.1.3
Original commitRevision:475858 
Monday, 4 Jun 2018
18:05 danilo search for other commits by this committer
- Update to 2.1.2
- Don't append BUILD_DEPENDS to RUN_DEPENDS
- Switch to GTK3
Original commitRevision:471615 
Monday, 1 Jan 2018
01:24 danilo search for other commits by this committer
- Update to 1.8.10
Original commitRevision:457751 
Wednesday, 7 Jun 2017
04:06 danilo search for other commits by this committer
- Update to 1.8.2
Original commitRevision:442817 
Tuesday, 13 Dec 2016
00:30 danilo search for other commits by this committer
- Update to 1.6.0
Original commitRevision:428457 
Monday, 21 Dec 2015
13:44 danilo search for other commits by this committer
- Update to 1.3.6
Original commitRevision:404100 
Sunday, 2 Aug 2015
17:59 danilo search for other commits by this committer
- Update to 1.3.3
Original commitRevision:393434 
Tuesday, 12 May 2015
03:35 danilo search for other commits by this committer
- Update to 1.3.1
Original commitRevision:386117 
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:22 danilo search for other commits by this committer
- Update from 1.2.6 to 1.2.7
- Take maintainership
Original commitRevision:373212 
Monday, 13 Oct 2014
17:06 madpilot search for other commits by this committer
- Update to 1.2.6
- Add NO_ARCH
- Remove dirrms

PR:		194166
Submitted by:	tkato432 at yahoo.com
Original commitRevision:370797 
Wednesday, 18 Jun 2014
03:50 miwi search for other commits by this committer
- Update to 1.2.5

PR:		191094
Original commitRevision:358204 
Tuesday, 22 Oct 2013
13:58 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])

Approved by:	portmgr (bdrewery)
Original commitRevision:331272 
Monday, 14 May 2012
00:00 sylvio search for other commits by this committer
- Update to 1.0.4
Original commit
Monday, 26 Jul 2010
02:16 sylvio search for other commits by this committer
- Update to 0.9.31
Original commit
Friday, 19 Mar 2010
23:56 sylvio search for other commits by this committer
- Update to 0.9.30

Approved by:    miwi (mentor)
Original commit
Saturday, 29 Aug 2009
22:07 miwi search for other commits by this committer
- Update to 0.9.28
- Pass maintership to Submitter

PR:             138257
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Original commit
Friday, 2 Jan 2009
11:08 chinsan search for other commits by this committer
- Update to 0.9.27
Original commit
Saturday, 4 Oct 2008
05:17 chinsan search for other commits by this committer
- Update to 0.9.26
Original commit
Sunday, 7 Sep 2008
07:07 chinsan search for other commits by this committer
- Update to 0.9.24
- Use NLS macro
- Take maintainership
Original commit
Thursday, 6 Mar 2008
02:14 sat search for other commits by this committer
- Update to 0.9.23
Original commit
Saturday, 2 Feb 2008
09:14 sat search for other commits by this committer
- Update to 0.9.21
Original commit
Thursday, 24 Jan 2008
06:46 sat search for other commits by this committer
- Update to 0.9.20
Original commit
Saturday, 6 Oct 2007
00:24 sat search for other commits by this committer
- Update to 0.9.17
Original commit
Wednesday, 18 Jul 2007
13:10 sat search for other commits by this committer
- Update to 0.9.14
Original commit
Wednesday, 6 Jun 2007
07:09 sat search for other commits by this committer
- Update to 0.9.10
- gocr now works more or less
Original commit
Friday, 6 Apr 2007
05:53 sat search for other commits by this committer
- Update to 0.9.7
Original commit
Thursday, 8 Feb 2007
21:43 sat search for other commits by this committer
- Update to 0.9.3
Original commit
Tuesday, 16 Jan 2007
00:06 sat search for other commits by this committer
- Update to 0.8.9
Original commit
Sunday, 3 Dec 2006
04:06 sat search for other commits by this committer
- Fix plist

Reported by:    pointyhat via kris
Original commit

Number of commits found: 37