| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 May 2013 12:03:02
0.8.0
|
ak  |
- Update to 0.8.0
PR: ports/178217
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
22 Mar 2013 20:06:15
0.7.2
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
18 Jan 2013 05:45:03
0.7.2
|
ak  |
- Update to 0.7.2 [1]
- Convert Makefile headers to new style [1]
- Convert to new options framework
- Remove broken NO_INSTALL_MANPAGES
PR: ports/174913 (based on) [1]
Submitted by: Jakub Lach <jakub_lach@mailplus.pl>
Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
19 Jul 2012 20:15:39
0.7.1_1
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
19 Jul 2012 01:33:00
0.7.1
|
ak  |
- Fix pkg-plist. Not my day. |
18 Jul 2012 23:50:47
0.7.1
|
ak  |
- Fix distinfo |
18 Jul 2012 21:03:44
0.7.1
|
ak  |
- Update to 0.7.1 (see http://www.gemrb.org/wiki/doku.php?id=changelog)
- Remove ABI version numbers from LIB_DEPENDS
PR: ports/169934
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
01 Jun 2012 05:26:28
0.7.0_1
|
dinoex  |
- update png to 1.5.10 |
19 Mar 2012 20:14:56
0.7.0
|
ak  |
- Update to 0.7.0
- add NO_INSTALL_MANPAGES
PR: 166230
Submitted by: Hakisho Nukama <nukama@gmail.com>
Approved by: maintainer, itetcu (mentor)
Feature safe: yes |
18 Feb 2012 10:18:33
0.6.2_2
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
24 Oct 2011 04:17:38
0.6.2_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
25 Feb 2011 03:19:29
0.6.2_1
|
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
04 Oct 2010 22:44:36
0.6.2
|
pav  |
- Mark BROKEN on 6.X
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
23 Sep 2010 08:07:37
0.6.2
|
pav  |
- Try to fix build on 6.x (untested)
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
18 Sep 2010 09:59:36
0.6.2
|
pav  |
- Update to 0.6.2
PR: ports/150319
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
28 Mar 2010 06:47:48
0.6.0_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
08 Feb 2010 08:51:45
0.6.0
|
pav  |
- Update to 0.6.0
PR: ports/142161
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
25 Jan 2010 19:15:18
0.5.0_1
|
pav  |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat) |
22 Aug 2009 00:23:13
0.5.0  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
13 Jul 2009 23:24:18
0.5.0
|
miwi  |
- Update to 0.5.0
PR: 136401
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
17 Jun 2009 21:33:25
0.4.0
|
dhn  |
- Update to 0.4.0
PR: ports/135399
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
31 Mar 2009 22:31:03
0.3.2
|
miwi  |
- Update to 0.3.2
PR: 133252
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
08 Jan 2009 17:01:39
0.3.1
|
pav  |
- USE_GZIP does not need to be defined last few years |
19 Oct 2008 15:26:47
0.3.1
|
miwi  |
- Update to 0.3.1
PR: 128198
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) |
21 Aug 2008 06:18:49
0.3.0
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
22 Jun 2008 21:48:03
0.3.0
|
gahr  |
- New port: gemrb
This Game Engine is a port of the original Infinity Engine (the one of
Baldur's Gate, Icewind Dale, Planescape: Torment, etc...) to Linux/Unix,
Mac OS X and Windows with some enhancements.
PR: 122980
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> |