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: audio/ecawave/Makefile

Number of commits found: 25

Tuesday, 1 Feb 2011
16:35 garga search for other commits by this committer
Remove expired ports:
2011-02-01 audio/ecawave: has been broken for over one year
2011-01-31 mail/spamass-rules_du_jour: Use sa-update instead
2011-01-31 x11/accessx: Project abandoned, mastersite disappeared
2011-01-31 x11/kde3-apireference: outdated and obsolete

Feature safe:   yes
Original commit
Thursday, 2 Dec 2010
00:19 linimon search for other commits by this committer
Mark for expiration in 2 months: has been broken for over a year.

Hat:            portmgr
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 27 Nov 2009
22:52 sylvio search for other commits by this committer
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
Original commit
Sunday, 15 Nov 2009
20:45 pav search for other commits by this committer
- Mark BROKEN: does not compile
Original commit
Saturday, 19 Sep 2009
17:18 miwi search for other commits by this committer
- Convert PLIST_FILES and PORTDOCS
- Pass maintainership to submitter

PR:             138597
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Feature safe:   yes
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
Monday, 5 Jan 2009
17:27 pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
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, 21 Jun 2006
15:34 itetcu search for other commits by this committer
portlint

PR:             ports/99142
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Saturday, 26 Nov 2005
05:13 linimon search for other commits by this committer
Reset maintainer at his request.

PR:             ports/89566
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, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Friday, 5 Mar 2004
11:13 kris search for other commits by this committer
BROKEN on alpha 5.x: Configure fails
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 26 Jun 2003
08:29 daichi search for other commits by this committer
maintenance upgrade of audio/ecawave

PR:             53599
Submitted by:   The Anarcat <anarcat@anarcat.ath.cx> (maintainer)
Original commit
Thursday, 17 Apr 2003
08:34 arved search for other commits by this committer
Update to 0.6.0

PR:             50657
Submitted by:   maintainer
Original commit
Friday, 21 Feb 2003
10:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 26 Dec 2002
10:59 edwin search for other commits by this committer
Removed sourceforge.net from the master_sites, it didn't exist there anymore.
Noticed by: portsurvey
Original commit
Friday, 7 Dec 2001
22:41 petef search for other commits by this committer
Add ecawave-0.4.1, a simple graphical audio file editor    
Original commit

Number of commits found: 25