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
non port: games/farblazer/Makefile
SVNWeb

Number of commits found: 27

Thu, 26 Dec 2019
[ 07:54 antoine search for other commits by this committer ] Original commit   Revision:520894 (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sat, 1 Dec 2018
[ 13:08 sunpoet search for other commits by this committer ] Original commit   Revision:486363
Update MASTER_SITES and WWW
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Mon, 11 Dec 2017
[ 16:54 antoine search for other commits by this committer ] Original commit   Revision:456050 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Thu, 20 Apr 2017
[ 15:49 amdmi3 search for other commits by this committer ] Original commit   Revision:438974
- Fix shebangs
Sat, 19 Nov 2016
[ 09:00 amdmi3 search for other commits by this committer ] Original commit   Revision:426354
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
Fri, 31 Oct 2014
[ 16:11 amdmi3 search for other commits by this committer ] Original commit   Revision:371872 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
- Release ports maintained by games@

games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
Sat, 4 Oct 2014
[ 14:00 amdmi3 search for other commits by this committer ] Original commit   Revision:369961
- Convert to USES=python
- Drop @dirrm* from plist
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)
Wed, 9 Apr 2014
[ 21:24 nemysis search for other commits by this committer ] Original commit   Revision:350742
- Bump PORTREVISION
- Change master sites, add icon
- Remove leading article from COMMENT
- Transfer maintainership to games@ team
- Add license (LGPL21)
- Use PYGAME instead of PYTHON_SITELIBDIR
- Support STAGEDIR
- Add DOCS and Option
- Use files/farblazer.in instead of construct
- Add Desktop entry file
- Simplify installation handling
- Recreate patch with make makepatch
- Add WWW
- Recreate pkg-plist with make makeplist
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
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 Apr 2004
[ 13:26 clement search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- tar -> ${TAR} (since we have now a bsdtar ;)
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
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)
Fri, 31 Oct 2003
[ 08:22 linimon search for other commits by this committer ] Original commit 
Per distfile survey, remove mastersite that disappeared in December 2002.
Tue, 29 Jul 2003
[ 09:12 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
Fri, 7 Mar 2003
[ 06:03 ade search for other commits by this committer ] Original commit  (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 13 Jan 2003
[ 01:12 kris search for other commits by this committer ] Original commit 
Don't install *.orig patch turds.
Fri, 21 Dec 2001
[ 13:26 sobomax search for other commits by this committer ] Original commit 
Add farblazer 0.7, an action/arcade game originally based of   StarBlazer on the
Apple ][.    

Number of commits found: 27