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

Number of commits found: 23

Friday, 30 Sep 2011
08:58 dougb search for other commits by this committer
As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.

audio/mt-daapd
        Use audio/firefly instead
databases/p5-DBIx-Class-Validation
        Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
        Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
        gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
        Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
        Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
        Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
        use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
        Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
        unmaintained upstream for several years
net-p2p/giftcurs
        unmaintained upstream for several years
net-p2p/giftoxic
        unmaintained upstream for several years
net-p2p/giftui
        unmaintained upstream for several years
net-p2p/apollon
        Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
        Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
        gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
        Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
        Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
        Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
        Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
        Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
        Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
        Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
        Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
        Disappear from CPAN
x11-wm/fvwm24
        No longer supported by fvwm.org
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 3 Sep 2011
09:43 dougb search for other commits by this committer
s/EXPIRATION/EXPIRATION_DATE/

Submitted by:   bapt
Original commit
08:32 dougb search for other commits by this committer
Add DEPRECATED and EXPIRATION as appropriate for ports that depend on
graphics/libflash, which has been deprecated for a long time now.
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 5 Oct 2005
06:27 clsung search for other commits by this committer
- Update port graphics/flashplayer to 0.4.13

PR:             86914
Submitted by:   maintainer (Li-Lun Wang)
Original commit
Thursday, 18 Nov 2004
09:55 pav search for other commits by this committer
- Switch to ./configure make make install way

Submitted by:   Li-Lun Wang (Leland Wang) <llwang@infor.org>
Original commit
Tuesday, 26 Oct 2004
21:45 pav search for other commits by this committer
- Fix braino in MASTER_SITES: MASTER_SITE_SUBDIR -> MASTER_SITE_SOURCEFORGE

Reported by:    pointyhat via kris
Pointy hat:     pav
Original commit
Monday, 25 Oct 2004
22:54 pav search for other commits by this committer
- Update to 0.4.12

PR:             ports/73077
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Thursday, 5 Feb 2004
20:38 trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
Original commit
Monday, 22 Sep 2003
05:51 edwin search for other commits by this committer
Remove obsolete broken line.

Submitted by:           linimon@
Original commit
Sunday, 24 Aug 2003
01:45 edwin search for other commits by this committer
Unbreak by fixing MASTER_SITE.
Fix email address of maintainer

Submitted by:   "Li-lun Wang (Leland Wang)" <llwang@infor.org>,Thierry Thomas
<thierry@pompo.net>
Original commit
Saturday, 23 Aug 2003
13:49 edwin search for other commits by this committer
[maintainer-update] Distfile of www/flashplugin-mozilla no longer available

        The master sites and the distfile of www/flashplugin-mozilla
        and www/flashplugin-mozilla-devel is no longer available,
        and the email of the author is also broken.

PR:             ports/55360
Submitted by:   Leland Wang <llwang@infor.org>
Original commit
Thursday, 20 Feb 2003
18:08 knu search for other commits by this committer
de-pkg-comment
Original commit
Saturday, 12 Oct 2002
19:14 knu search for other commits by this committer
Drop maintainership.
Original commit
Wednesday, 25 Oct 2000
20:38 knu search for other commits by this committer
Define USE_X_PREFIX and install under ${X11BASE}/bin.    
Original commit
Saturday, 14 Oct 2000
10:34 knu search for other commits by this committer
Update to 0.4.10 and make it link with libflash which was separated   from this
standalone program.    
Original commit
Monday, 25 Sep 2000
08:30 knu search for other commits by this committer
Clean up.   Respect X11BASE.    
Original commit

Number of commits found: 23