notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: games/crimson/Makefile
SVNWeb

Number of commits found: 54

Sun, 4 Dec 2022
[ 22:49 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  commit hash:6d9d6c3a962e6f632235dd2e6f56e0ed8c2e5fa1  6d9d6c3 
*/*: update MASTER_SITES of ports I no longer host distfiles for
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 8 Nov 2019
[ 10:47 tobik search for other commits by this committer ] Original commit   Revision:517046 (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
games: Add missing USES={gnome,gl,sdl,xorg}
Mon, 5 Nov 2018
[ 21:42 tobik search for other commits by this committer ] Original commit   Revision:484225
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
Sun, 4 Nov 2018
[ 13:29 antoine search for other commits by this committer ] Original commit   Revision:484031
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
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sun, 14 Dec 2014
[ 15:24 amdmi3 search for other commits by this committer ] Original commit   Revision:374707
- Add distfile mirror
- Add LICENSE
- Drop @dirrm* from plist
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 31 Oct 2013
[ 21:16 danilo search for other commits by this committer ] Original commit   Revision:332286
- Add stage support
- Fix build with clang
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Mon, 16 Sep 2013
[ 12:56 bapt search for other commits by this committer ] Original commit   Revision:327385
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.
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 2 Sep 2010
[ 21:17 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Reset to ports@. Thanks Frank for your work on these ports.

Discussed on:   ports@
Wed, 11 Aug 2010
[ 06:57 mva search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
- 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.
Sat, 30 Jan 2010
[ 09:43 mva search for other commits by this committer ] Original commit  (Only the first 10 of 295 ports in this commit are shown above. View all ports for this commit)
- 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)
Sun, 19 Jul 2009
[ 11:14 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.3
- Update MASTER_SITES
- Remove CVS-tag from previous maintainer

Submitted by:   maintainer via irc
Thu, 16 Jul 2009
[ 15:26 skreuzer search for other commits by this committer ] Original commit 
Change maintainer to steinex@nognu.de

Submitted by:   steinex@nognu.de (on ports@)
Approved by:    carpetsmoker@rwxrwxrwx.net (maintainer) wxs (mentor, implicit)
Sun, 31 May 2009
[ 20:31 pav search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- Resolve LATEST_LINK conflict
Fri, 4 Apr 2008
[ 14:30 pav search for other commits by this committer ] Original commit 
- Update to 0.5.2

PR:             ports/120100
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 7 Mar 2007
[ 09:14 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.1
- Drop 4.X support
- Pass maintainership to submitter

PR:             110006
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - 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)
Mon, 4 Sep 2006
[ 07:26 linimon search for other commits by this committer ] Original commit 
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Mon, 12 Jun 2006
[ 14:23 miwi search for other commits by this committer ] Original commit 
Update to 4.9

PR:             ports/98297
Submitted by:   miwi
Approved by:    krion (mentor)
Wed, 2 Nov 2005
[ 13:36 arved search for other commits by this committer ] Original commit 
Update to 0.4.5

PR:             88376
Submitted by:   Jan Stocker <jan.stocker@t-online.de>
Sun, 2 Jan 2005
[ 00:48 kris search for other commits by this committer ] Original commit 
BROKEN: Internal compiler error on alpha 4.x

Approved by:    portmgr (self)
Tue, 12 Oct 2004
[ 00:03 edwin search for other commits by this committer ] Original commit 
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>
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Thu, 19 Feb 2004
[ 18:49 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.8

PR:             ports/63071
Submitted by:   maintainer
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Tue, 20 Jan 2004
[ 21:18 krion search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Use new knobs from bsd.sdl.mk

Approved by:    portmgr
Sun, 19 Oct 2003
[ 13:27 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.7

PR:             58237
Submitted by:   maintainer
Sat, 23 Aug 2003
[ 22:03 krion search for other commits by this committer ] Original commit 
- Update to version 0.3.5

PR:             55903
Submitted by:   Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
Mon, 28 Jul 2003
[ 18:23 krion search for other commits by this committer ] Original commit 
Update to 0.3.4

PR:             54983
Submitted by:   maintainer
Approved by:    fjoe (mentor) (implicit)
Tue, 10 Jun 2003
[ 12:50 osa search for other commits by this committer ] Original commit 
Maintainer update to 0.3.3

PR:             52704
Approved by:    fjoe (implicit)
Sun, 18 May 2003
[ 18:50 arved search for other commits by this committer ] Original commit 
Update to 0.3.2

PR:             52394
Submitted by:   Jan Stocker <Jan.Stocker@t-online.de>
Mon, 31 Mar 2003
[ 00:40 edwin search for other commits by this committer ] Original commit 
Crimson Fields update to 0.3.0 with some new maps

PR:             ports/49979
Submitted by:   Jan Stocker <Jan.Stocker@t-online.de>
Fri, 21 Feb 2003
[ 12:06 knu search for other commits by this committer ] Original commit  (Only the first 10 of 274 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 2 Jan 2003
[ 16:01 petef search for other commits by this committer ] Original commit 
Update to 0.2.8.

PR:             46525
Submitted by:   maintainer
[ 15:06 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Update version number of SDL shared library.
Thu, 7 Nov 2002
[ 17:21 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.2.7

PR:             44761
Submitted by:   maintainer
Fri, 12 Jul 2002
[ 02:58 pat search for other commits by this committer ] Original commit 
Update to 0.2.6

PR:             ports/40158
Submitted by:   maintainer
Sun, 23 Jun 2002
[ 04:48 pat search for other commits by this committer ] Original commit 
Update to 0.2.5

PR:             ports/39126
Submitted by:   maintainer
Thu, 23 May 2002
[ 02:26 ijliao search for other commits by this committer ] Original commit 
fix configure

Reported by:    bento, kris
Tue, 21 May 2002
[ 07:52 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.2.3

PR:             37513
Reported by:    Jan Stocker <Jan.Stocker@t-online.de>
Submitted by:   maintainer
Wed, 17 Apr 2002
[ 12:38 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Chase increase of libSDL version number.
Thu, 17 Jan 2002
[ 08:20 pat search for other commits by this committer ] Original commit 
Fix sdl errors caught by bento    
Tue, 6 Nov 2001
[ 20:33 knu search for other commits by this committer ] Original commit 
Change the package name from "crimson" to "crimson-fields" by setting  
PKGNAMESUFFIX in order to avoid conflict with textproc/crimson.    
Sun, 20 May 2001
[ 04:01 will search for other commits by this committer ] Original commit 
Add crimson 0.1.3, a tactical war game in the tradition of Battle Isle.    

Number of commits found: 54