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: games/powerpak/Makefile

Number of commits found: 27

Saturday, 5 Nov 2005
09:07 kris search for other commits by this committer
Remove expired ports
Original commit
Wednesday, 31 Aug 2005
03:23 kris search for other commits by this committer
BROKEN on sparc64: Internal compiler error
Original commit
Saturday, 30 Jul 2005
01:49 kris search for other commits by this committer
Issue a one-month stay of execution for these ports so I can send out
an email announcing their demise and give users the chance to submit fixes.
Original commit
Tuesday, 31 May 2005
13:16 lawrance search for other commits by this committer
Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:             ports/79666
Submitted by:   me
Original commit
Friday, 11 Feb 2005
12:41 danfe search for other commits by this committer
Fix install/deinstall and thus unbreak.
Original commit
Saturday, 18 Dec 2004
23:02 kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Original commit
Friday, 26 Nov 2004
00:43 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
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
Tuesday, 20 Jan 2004
18:21 krion search for other commits by this committer
- Use new knobs from bsd.sdl.mk
Original commit
Monday, 10 Nov 2003
20:11 anholt search for other commits by this committer
LIB_DEPENDS on libglut, required by Power3D/gfx3d.c.

Reported by:    bento (kris)
Original commit
Friday, 4 Apr 2003
05:34 lioux search for other commits by this committer
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):

ports/graphics/libfame          -->     ports/multimedia/libfame
ports/graphics/libquicktime     -->     ports/multimedia/libquicktime
ports/graphics/mpeg             -->     ports/multimedia/mpeg
ports/graphics/mpeg_encode      -->     ports/multimedia/mpeg_encode
ports/graphics/mpeg_play        -->     ports/multimedia/mpeg_play
ports/graphics/mtv              -->     ports/multimedia/mtv
ports/graphics/smpeg            -->     ports/multimedia/smpeg
ports/graphics/totem            -->     ports/multimedia/totem
ports/graphics/transcode        -->     ports/multimedia/transcode
ports/graphics/xanim            -->     ports/multimedia/xanim
ports/graphics/xmps             -->     ports/multimedia/xmps

Repo copied by:         cvs (joe)
Approved by:            portmgr (self & no objections)
Original commit
Thursday, 20 Feb 2003
17:32 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 2 Jan 2003
15:06 sobomax search for other commits by this committer
Update version number of SDL shared library.
Original commit
Monday, 9 Sep 2002
00:53 kris search for other commits by this committer
Add missing LIB_DEPENDS on sdl_mixer
Original commit
Sunday, 1 Sep 2002
16:07 dwcjr search for other commits by this committer
${PERL} -> ${REINPLACE_CMD}

PR:             40784
Submitted by:   corecode@corecode.ath.cx
Reviewed by:    flynn@energyhq.homeip.net
Original commit
Tuesday, 28 May 2002
11:01 sobomax search for other commits by this committer
Add missed smpeg dependency.

Submitted by:   bento
Original commit
Friday, 24 May 2002
08:13 sobomax search for other commits by this committer
Add missed items into LIB_DEPENDS.

Submitted by:   bento
Original commit
Wednesday, 17 Apr 2002
17:42 sobomax search for other commits by this committer
- Update to 20000511;
- use delev/sdl12 instead of devel/sdl10.
Original commit
Monday, 24 Dec 2001
10:37 dirk search for other commits by this committer
portlint: remove extra whitespaces before end of line.    
Original commit
Monday, 9 Apr 2001
12:55 sobomax search for other commits by this committer
Move:   devel/sdl --> devel/sdl10   devel/sdl-devel --> devel/sdl12    
Original commit
Monday, 5 Feb 2001
14:51 olgeni search for other commits by this committer
More spaces -> tabs for the games category.    
Original commit
Sunday, 1 Oct 2000
16:29 kevlo search for other commits by this committer
Update MASTER_SITES.    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:19 sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Original commit
Thursday, 15 Jun 2000
18:59 sobomax search for other commits by this committer
Third round of INSTALL_SHLIBS=yes fixes.    
Original commit

Number of commits found: 27