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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/mt-daapd/Makefile

Number of commits found: 25

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
Monday, 12 Sep 2011
13:46 gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
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
07:55 dougb search for other commits by this committer
Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]
Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to
change it to something more appropriate.

Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the
intention.

Problem pointed out by: linimon [1]
Original commit
Thursday, 14 Jul 2011
13:08 arved search for other commits by this committer
portlint
Add LICENSE_FILE
Fix confususion between PREFIX and LOCALBASE

PR:             158858
Submitted by:   Takefu <takefu@airport.fm>
Approved by:    maintainer
Original commit
Monday, 6 Jun 2011
19:21 rene search for other commits by this committer
- Change this port to use the USERS and GROUPS variables [1]
- Deprecate in favor of audio/firefly [2]

PR:             ports/157507 [1] [2]
Submitted by:   Chris Rees [utisoft gmail com] [1]
                maintainer [2]
Approved by:    maintainer [1]
Original commit
Thursday, 7 Apr 2011
17:29 culot search for other commits by this committer
- Install scripts improvements
- portlint(1) fixes
- PATCH_SITES updated

PR:             ports/151299
Submitted by:   Takefu <takefu AT airport.fm>
Approved by:    Mark Foster <mark AT foster.cc> (maintainer)
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 18 Jul 2008
20:15 naddy search for other commits by this committer
LP64 fixes: normalize truth values rather than truncating to int.

Approved by:    maintainer
Obtained from:  Arnaud Bergeron <abergeron@gmail.com>
Original commit
Thursday, 1 May 2008
14:30 pav search for other commits by this committer
- Update to 0.2.4.2
- Integrate patch to correct japanese id3 tags

PR:             ports/113675 (follow up)
Submitted by:   Takefu <takefu@airport.fm>
Approved by:    Mark D. Foster <mark@foster.cc> (maintainer)
Original commit
Tuesday, 27 Nov 2007
09:04 miwi search for other commits by this committer
- Update to 0.2.4.1 (security update)
- Use SF macro
- Pass maintainership to submitter

PR:             118015
Submitted by:   Mark D. Foster <mark@foster.cc>
Approved by:    portmgr (pav), secteam (remko), alexbl (old maintainer)
Security:      
http://www.vuxml.org/freebsd/a7080c30-91a2-11dc-b2eb-00b0d07e6c7e.html
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Wednesday, 13 Sep 2006
03:21 alexbl search for other commits by this committer
Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:    novel
Original commit
Sunday, 25 Jun 2006
13:17 itetcu search for other commits by this committer
- Update to 0.2.4
- convert to USE_RC_SUBR
- make sure thread libs are detected/used correctly on all OSVERSIONs
- change default database directory to /var/db/mt-daapd.
- change default mp3 dir to ${PREFIX}/share/mt-daap
- tell users whatvariables to they can set to customize their installation
- move pkg-deinstall, pkg-install and files/mt-daapd.conf in FILESDIR to be
able to respect user choices.
- portlint

PR:             ports/95190 reworked extensively by me
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com> (now maintianer)
Original commit
Friday, 23 Jun 2006
22:04 linimon search for other commits by this committer
Assign to new volunteer due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Friday, 14 Apr 2006
18:53 mnag search for other commits by this committer
- Update to 0.2.4

PR:             94305
Submitted by:   Alex Varju <freebsd-ports___varju.ca>
Approved by:    maintainer timeout, 34 days
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Friday, 28 Oct 2005
07:59 jylefort search for other commits by this committer
Chase libid3tag update.
Original commit
Saturday, 15 Oct 2005
17:54 mnag search for other commits by this committer
Update to 0.2.3

PR:             87485
Submitted by:   Meno Abels <meno.abels@adviser.com> (maintainer)
Original commit
Thursday, 5 Aug 2004
23:00 edwin search for other commits by this committer
Fwd: mt-daapd patch

        harti suggest that you will be able to commit this port
        update to ports colllection?

Submtited by:   Meno Abels <meno.abels@adviser.com>
Original commit
Monday, 19 Jul 2004
09:18 edwin search for other commits by this committer
New port: audio/mt-daapd

        mt-daapd scans a directory for music files and makes them
        available via the Apple proprietary protocol DAAP. DAAP
        clients can browse the directory and retrieve individual
        files, either by streaming or by downloading them.

        WWW: http://mt-daapd.sourceforge.net/

PR:             ports/64077
Submitted by:   Meno Abels <meno.abels@adviser.com>
Original commit

Number of commits found: 25