Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.5.3_5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Nov 2019 10:47:01
0.5.3_5
|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
05 Nov 2018 21:42:25
0.5.3_5
|
tobik  |
games/crimson: Unbreak build with Clang 6 (C++14 by default)
main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
cout << PROGRAMNAME" "VERSION << endl;
^
PR: 232992
Submitted by: w.schwarzenfeld@utanet.at |
04 Nov 2018 13:29:15
0.5.3_5
|
antoine  |
Mark BROKEN: fails to build
main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
cout << PROGRAMNAME" "VERSION << endl;
^
Reported by: pkg-fallout |
12 Jan 2016 16:20:32
0.5.3_5
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
14 Dec 2014 15:24:02
0.5.3_5
|
amdmi3  |
- Add distfile mirror
- Add LICENSE
- Drop @dirrm* from plist |
08 Dec 2014 16:48:41
0.5.3_5
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2014 20:50:37
0.5.3_4
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
31 Oct 2013 21:16:16
0.5.3_3
|
danilo  |
- Add stage support
- Fix build with clang |
22 Oct 2013 13:53:34
0.5.3_3
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
20 Sep 2013 17:36:36
0.5.3_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
16 Sep 2013 12:56:55
0.5.3_3
|
bapt  |
Add -fields package name.
1/ that better reflect the name of the game
2/ that avoids a conflicting package name with textproc/crimson
3/ that allows it to properly have its LATEST_LINK working. |
18 Feb 2012 10:18:33
0.5.3_3
|
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 |
03 Jul 2011 14:25:36
0.5.3_2
|
ohauer  |
-remove MD5 |
02 Sep 2010 21:17:34
0.5.3_2
|
wxs  |
Reset to ports@. Thanks Frank for your work on these ports.
Discussed on: ports@ |
11 Aug 2010 06:57:34
0.5.3_2
|
mva  |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
30 Jan 2010 09:43:31
0.5.3_1
|
mva  |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
19 Jul 2009 11:14:06
0.5.3
|
miwi  |
- Update to 0.5.3
- Update MASTER_SITES
- Remove CVS-tag from previous maintainer
Submitted by: maintainer via irc |
16 Jul 2009 15:26:54
0.5.2
|
skreuzer  |
Change maintainer to steinex@nognu.de
Submitted by: steinex@nognu.de (on ports@)
Approved by: carpetsmoker@rwxrwxrwx.net (maintainer) wxs (mentor, implicit) |
31 May 2009 20:31:08
0.5.2
|
pav  |
- Resolve LATEST_LINK conflict |
04 Apr 2008 14:30:44
0.5.2
|
pav  |
- Update to 0.5.2
PR: ports/120100
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) |
13 Mar 2008 14:28:35
0.5.1_2
|
miwi  |
- Chase devel/sdl12 shlib version bump |
23 Jul 2007 09:36:52
0.5.1_1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 May 2007 20:32:57
0.5.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 Mar 2007 09:14:01
0.5.1
|
miwi  |
- Update to 0.5.1
- Drop 4.X support
- Pass maintainership to submitter
PR: 110006
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
20 Sep 2006 11:21:59
0.4.9_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
04 Sep 2006 07:26:23
0.4.9
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
12 Jun 2006 14:23:13
0.4.9
|
miwi  |
Update to 4.9
PR: ports/98297
Submitted by: miwi
Approved by: krion (mentor) |
22 Jan 2006 11:18:58
0.4.5
|
edwin  |
SHA256ify
Approved by: krion@ |
03 Dec 2005 03:18:32
0.4.5
|
edwin  |
Update port: games/crimson fix WWW
Fix WWW on pkg-descr.
PR: ports/89854
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
02 Nov 2005 13:36:24
0.4.5
|
arved  |
Update to 0.4.5
PR: 88376
Submitted by: Jan Stocker <jan.stocker@t-online.de> |
15 Jun 2005 02:43:36
0.4.4
|
lesi  |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist. |
02 Jan 2005 00:48:37
0.4.4
|
kris  |
BROKEN: Internal compiler error on alpha 4.x
Approved by: portmgr (self) |
12 Oct 2004 00:03:28
0.4.4
|
edwin  |
MAINTAINER_UPDATE: games/crimson 0.4.4
Update Crimson Fields 0.4.4
PR: ports/71914
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> |
18 Mar 2004 18:01:13
0.3.8_1
|
trevor  |
Add size data, approved by maintainers. |
16 Mar 2004 04:23:56
0.3.8_1
|
edwin  |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
19 Feb 2004 18:49:43
0.3.8
|
krion  |
- Update to version 0.3.8
PR: ports/63071
Submitted by: maintainer |
04 Feb 2004 05:21:48
0.3.7_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Jan 2004 21:18:12
0.3.7
|
krion  |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
19 Oct 2003 13:27:37
0.3.7
|
krion  |
- Update to version 0.3.7
PR: 58237
Submitted by: maintainer |
23 Aug 2003 22:03:52
0.3.5
|
krion  |
- Update to version 0.3.5
PR: 55903
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer) |
28 Jul 2003 18:23:12
0.3.4
|
krion  |
Update to 0.3.4
PR: 54983
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit) |
10 Jun 2003 12:50:59
0.3.3
|
osa  |
Maintainer update to 0.3.3
PR: 52704
Approved by: fjoe (implicit) |
18 May 2003 18:50:42
0.3.2
|
arved  |
Update to 0.3.2
PR: 52394
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> |
31 Mar 2003 00:40:37
0.3.0
|
edwin  |
Crimson Fields update to 0.3.0 with some new maps
PR: ports/49979
Submitted by: Jan Stocker <Jan.Stocker@t-online.de> |
21 Feb 2003 12:06:01
0.2.8
|
knu  |
De-pkg-comment. |
02 Jan 2003 16:01:14
0.2.8
|
petef  |
Update to 0.2.8.
PR: 46525
Submitted by: maintainer |
02 Jan 2003 15:06:10
0.2.7
|
sobomax  |
Update version number of SDL shared library. |
07 Nov 2002 17:21:58
0.2.7
|
ijliao  |
upgrade to 0.2.7
PR: 44761
Submitted by: maintainer |
12 Jul 2002 02:58:23
0.2.6
|
pat  |
Update to 0.2.6
PR: ports/40158
Submitted by: maintainer |
23 Jun 2002 04:48:04
0.2.5
|
pat  |
Update to 0.2.5
PR: ports/39126
Submitted by: maintainer |
23 May 2002 02:26:37
0.2.3
|
ijliao  |
fix configure
Reported by: bento, kris |
21 May 2002 07:52:47
0.2.3
|
ijliao  |
upgrade to 0.2.3
PR: 37513
Reported by: Jan Stocker <Jan.Stocker@t-online.de>
Submitted by: maintainer |
17 Apr 2002 12:38:03
0.1.3
|
sobomax  |
Chase increase of libSDL version number. |
17 Jan 2002 08:20:44 
|
pat  |
Fix sdl errors caught by bento |
06 Nov 2001 20:33:13 
|
knu  |
Change the package name from "crimson" to "crimson-fields" by setting
PKGNAMESUFFIX in order to avoid conflict with textproc/crimson. |
20 May 2001 04:01:01 
|
will  |
Add crimson 0.1.3, a tactical war game in the tradition of Battle Isle. |