| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Dec 2009 02:19:12
0.3.14_3
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
31 Jul 2009 14:57:52
0.3.14_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
26 Jul 2009 07:15:17
0.3.14_3
|
oliver  |
update audacious to 2.1
bump portrevision on dependant ports |
21 May 2009 08:47:01
0.3.14_2
|
oliver  |
update audacious to 2.0.1
bump portrevision on dependant ports |
07 Sep 2008 01:19:05
0.3.14_1
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
06 Jun 2008 14:07:20
0.3.14_1
|
edwin  |
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) |
12 Dec 2007 12:36:18
0.3.14
|
sat  |
- Update xmms-crossfade and audacious-crossfade to 0.3.14
- Freeze bmp-crossfade at 0.3.12 |
19 May 2007 21:32:57
0.3.12_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
18 Apr 2007 09:01:25
0.3.12
|
sat  |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
04 Mar 2007 21:13:30
0.3.12
|
sat  |
- Update to 0.3.12 |
04 Dec 2006 16:22:15
0.3.11
|
oliver  |
realy fix the build after importing new audacious |
30 Jul 2006 23:46:04
0.3.11
|
sat  |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
16 Jul 2006 10:22:53
0.3.11
|
sat  |
- Update to 0.3.11 |
08 May 2006 22:41:11
0.3.10
|
sat  |
Update my e-mail address
Approved by: krion (mentor, implicit) |
01 May 2006 10:36:57
0.3.10
|
lawrance  |
Fix build on 4.x by requiring a newer gcc.
Approved by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) |
30 Apr 2006 17:57:02
0.3.10
|
pav  |
- Update to 0.3.10
- Take maintainership
PR: ports/91181
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
14 Apr 2006 23:53:13
0.3.8_1
|
linimon  |
Reset pat due to no response to email about his status.
Hat: portmgr |
23 Feb 2006 10:40:45
0.3.8_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:13:12
0.3.8
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.3.8
|
ade  |
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. |
22 Nov 2004 08:55:09
0.3.8
|
pav  |
- Fix build on 4.x |
21 Nov 2004 18:43:38
0.3.8
|
pat  |
Update to 0.3.8 |
09 Jul 2004 18:43:11
0.3.4_1
|
marcus  |
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 |
24 Jun 2004 19:56:31
0.3.4_1
|
linimon  |
Remove stale mastersite.
PR: ports/67096
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks) |
18 Mar 2004 02:27:55
0.3.4_1
|
trevor  |
Add size data.
Approved by: maintainers |
14 Mar 2004 06:17:56
0.3.4_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:21:48
0.3.4_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
26 Oct 2003 21:48:31
0.3.4
|
adamw  |
Update to 0.3.4.
Submitted by: Paulius Bulotas <paulius@kaktusas.org>
Approved by: pat |
21 Oct 2003 12:24:02
0.3.2
|
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
08 Sep 2003 01:10:16
0.3.2
|
edwin  |
chase lib version change of multimedia/xmms
PR: ports/56505
Submitted by: Espen Skoglund <esk@ira.uka.de> |
25 Apr 2003 21:37:53
0.3.2
|
pat  |
Update to 0.3.2
PR: ports/51271
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
08 Apr 2003 01:40:09
0.2.9
|
marcus  |
Remove the USE_GNOMENG macro. |
07 Mar 2003 05:56:07
0.2.9
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
28 Nov 2002 16:37:35
0.2.9
|
lioux  |
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |
31 Aug 2002 01:13:25
0.2.9
|
marcus  |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
14 Jan 2002 13:41:32 
|
sobomax  |
Chase xmms shared library version bump. |
15 Nov 2001 03:59:42 
|
pat  |
Maintainer is now committer so change to new email address. |
21 Jun 2001 17:35:24 
|
sobomax  |
Chase increased version number of libxmms. |
17 Jun 2001 20:19:19 
|
dannyboy  |
Fix distinfo missed in commit of ports/27974. |
09 Jun 2001 20:51:21 
|
lioux  |
- Update port to version 0.2.9 - Fix maintainer email typo |
19 May 2001 21:28:30 
|
ijliao  |
- Update xmms-crossfade 0.2.7 => 0.2.8 - Add noportdocs support - Add author
of xmms-crossfade to pkg-descr |
03 May 2001 14:06:59 
|
lioux  |
o Update port to version 0.2.7 o Change maintainership over to Patrick Li
<pat@databit.net> |
18 Apr 2001 06:12:20 
|
lioux  |
- Forced commit message due to last empty message - Update to version 0.2.6
|
18 Apr 2001 06:09:20 
|
lioux  |
. |
23 Mar 2001 00:39:25 
|
jeh  |
Update from 0.2.3 to 0.2.5. Some bugfixes and optimizations. |
12 Jan 2001 15:49:20 
|
kevlo  |
Update to 0.2.3 |
23 Dec 2000 15:32:44 
|
alex  |
Add xmms-crossfade, a XMMS Output plugin that fades between two tracks. |