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

Number of commits found: 41

Sunday, 18 Jul 2021
09:33 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-07-16 net-mgmt/unifi-lts: Upstream EoL the hardware supported by this
release
2021-07-17 audio/ripit: Upstream no longer maintained, use audio/abcde instead
commit hash: b13be275c6a00972159514acf83bae7c2c6b1c31 commit hash: b13be275c6a00972159514acf83bae7c2c6b1c31 commit hash: b13be275c6a00972159514acf83bae7c2c6b1c31 commit hash: b13be275c6a00972159514acf83bae7c2c6b1c31 b13be27
Saturday, 17 Apr 2021
08:04 Tobias Kortkamp (tobik) search for other commits by this committer Author: Poul-Henning Kamp
Deprecate audio/ripit

It has been abandoned upstream.

PR:		248426
Approved by:	maintainer
commit hash: b2c2d187d0ff0ec214215e4f87e7ddba71f326bc commit hash: b2c2d187d0ff0ec214215e4f87e7ddba71f326bc commit hash: b2c2d187d0ff0ec214215e4f87e7ddba71f326bc commit hash: b2c2d187d0ff0ec214215e4f87e7ddba71f326bc b2c2d18
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 16 Jan 2020
09:34 bapt search for other commits by this committer
First pass at moving manpages to share/man for category a*
Original commitRevision:523220 
Thursday, 31 Jan 2019
11:56 swills search for other commits by this committer
audio/ripit: replace upstream

PR:		235334
Submitted by:	tobias.rehbein@web.de (maintainer)
Original commitRevision:491710 
Saturday, 25 Nov 2017
01:25 woodsb02 search for other commits by this committer
audio/p5-MusicBrainz-DiscID: Update to 0.04

- Take maintainership
- Bump PORTREVISION of ports depending on this port
- Added USES=localbase to work around an issue where the Makefile.PL
  pkgconfig check was finding that the discid check required the
  CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.

Changes this release:
  http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes

PR:		223344
Approved by:	tobias.rehbein@web.de (previous maintainer)
Original commitRevision:454860 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Monday, 12 May 2014
01:08 amdmi3 search for other commits by this committer
- Support staging
- Add LICENSE
- Convert USE_BZIP2 to USES

PR:		189657
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Original commitRevision:353756 
Friday, 21 Feb 2014
13:35 ehaupt search for other commits by this committer
Remove trailing whitespaces from category audio
Original commitRevision:345395 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Monday, 16 Sep 2013
17:07 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327419 
Tuesday, 7 May 2013
06:31 bapt search for other commits by this committer
Use shebangfix
Original commitRevision:317573 
Saturday, 30 Jun 2012
12:25 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Tuesday, 17 Aug 2010
20:19 amdmi3 search for other commits by this committer
- Update to 3.9.0

PR:             149334
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Original commit
Thursday, 3 Jun 2010
08:55 netchild search for other commits by this committer
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
Original commit
Saturday, 29 May 2010
11:50 sylvio search for other commits by this committer
- Update to 3.8.3

PR:             ports/147141
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Original commit
Friday, 5 Feb 2010
03:29 pgollucci search for other commits by this committer
- Update to 3.8.2
- Submitter is now maintainer

PR:             ports/141943
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de>
Original commit
Wednesday, 20 Jan 2010
21:01 linimon search for other commits by this committer
Reset maintainer at his request.
Original commit
Tuesday, 9 Jun 2009
11:33 dhn search for other commits by this committer
- Update to 3.7.0

PR:             ports/134913
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de>
Approved by:    maintainer timeout (two weeks)
Original commit
Thursday, 5 Feb 2009
14:57 jadawin search for other commits by this committer
- Add patch to fix lame --genre-list
- Bump PORTREVISION

PR:             ports/131308
Submitted by:   Tobias Rehbein <tobias.rehbein at web.de> (maintainer)
Original commit
Monday, 16 Jul 2007
13:56 miwi search for other commits by this committer
- Update to 3.6.0
- USE NOPORTEXAMLES

PR:             114209
Submitted by:   Bradley W. Dutton <brad@duttonbros.com>
Approved by:    maintainer timeout
Original commit
Saturday, 2 Sep 2006
14:09 miwi search for other commits by this committer
- Add p5-libwww as depend

PR:             ports/102758
Submitted by:   Soeren Straarup <xride@x12.dk>
Approved by:    Øyvind Møll (maintainer)
Original commit
Friday, 7 Jul 2006
17:42 rafan search for other commits by this committer
- Update to 3.5.1

PR:             99883
Submitted by:   maintainer
Approved by:    delphij (mentor, implicit)
Original commit
Tuesday, 6 Dec 2005
14:28 girgen search for other commits by this committer
Chase changes to distribution file that wasn't
reflected in the version number.

Approved by: maintainer
Original commit
Sunday, 27 Nov 2005
11:47 edwin search for other commits by this committer
fix maintainer: oyvind@moll.no
Original commit
Saturday, 26 Nov 2005
14:39 pav search for other commits by this committer
- Update to 3.4

PR:             ports/89562
Submitted by:   Jon Jenssen <jon.jenssen@eunet.no>
Original commit
01:32 edwin search for other commits by this committer
Reset maintainer:

<oyvindmo@initio.no>: host antivirus.graficonn.no[62.92.112.17] said: 554
    <oyvindmo@initio.no>: Recipient address rejected: This user no longer
    exists. See http://www.moll.no/oyvind/ for current contact info. (in reply
    to RCPT TO command)
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Monday, 17 Nov 2003
23:45 pav search for other commits by this committer
- Use HTTP_PROXY env variable for CDDB retrieval

PR:             ports/59013
Submitted by:   Simon Barner <barner@in.tum.de>
Approved by:    maintainer
Approved by:    adamw (mentor)
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Friday, 21 Feb 2003
10:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 24 May 2002
23:25 anders search for other commits by this committer
Enable use of dd(1) for ripping the tracks.
Enable use of -q quality setting with oggenc.
Minor robustification of the --outputdir parameter.
Fix WWW in pkg-descr.
Update pkg-comment to reflect the reality wrt dependencies.

PR:             38498
Submitted by:   maintainer
Original commit
Monday, 25 Feb 2002
00:46 alfred search for other commits by this committer
This port wants audio/lame and audio/dagrab to work nicely, so add them   as
RUN_DEPENDS.    
Original commit
Sunday, 7 Oct 2001
17:58 lioux search for other commits by this committer
o update to 2.0   o PERL location safeness   o add PKGMESSAGE regarding manual
installation of auxiliary programs    
Original commit
Thursday, 2 Aug 2001
10:14 dirk search for other commits by this committer
Fix dependency for cdrecord (cdrecord was renamed to cdrtools).    
Original commit
Sunday, 1 Oct 2000
11:22 reg search for other commits by this committer
Correct a problem caused by my patch.  Ensure the playlist is sorted.   Bump
PORTREVISION.    
Original commit
Sunday, 4 Jun 2000
23:37 will search for other commits by this committer
Update to 1.8, which adds support for gogo.    
Original commit
Thursday, 1 Jun 2000
18:46 will search for other commits by this committer
Update to 1.6.  Add some more runtime dependencies.    
Original commit

Number of commits found: 41