Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4_2 24 Feb 2024 07:50:39
    |
Muhammad Moinur Rahman (bofh)  |
games/starfighter: Moved man to share/man
Approved by: portmgr (blanket) |
2.4_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.4 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
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 ) |
2.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4 28 Jan 2021 12:13:59
  |
amdmi3  |
- Update to 2.4
- Simplify the port
PR: 253055
Approved by: alfix86@gmail.com (maintainer) |
2.0.0.2 21 Sep 2019 15:23:32
  |
pkubaj  |
games/starfighter: fix build on GCC architectures
Set USE_CSTD=c99 to fix build issue when using base GCC:
gfx.c:922: error: 'for' loop initial declaration used outside C99 mode
PR: 240691
Approved by: portmgr (blanket: build fix), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21722 |
2.0.0.2 02 Sep 2019 21:43:54
  |
swills  |
games/starfighter: Update to 2.0.0.2
PR: 239772
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) |
1.7 30 Jun 2019 20:58:39
  |
swills  |
games/starfighter: update to 1.7
While here, assign maintainership to submitter
PR: 238771
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> |
1.6 26 Jun 2018 17:06:33
  |
ehaupt  |
Reset maintainer (3+ months of inactivity).
Discussed with: portmgr (adamw, mat) |
1.6 10 Jan 2017 15:25:24
  |
nemysis  |
- Update to 1.6, announce messages are here:
Project: Starfighter 1.6 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8641
- Change master site(s) from 1.5 to ${DISTVERSION}
- Change WWW |
1.5.1.1 24 Jan 2016 11:11:26
  |
nemysis  |
- Add USES pkgconfig, forgotten in previous commit |
1.5.1.1 24 Jan 2016 00:21:32
  |
nemysis  |
- Update to 1.5.1.1, announce messages are here:
Project: Starfighter 1.5.1 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8443
Project: Starfighter 1.4 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8295
Project: Starfighter 1.3.3 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8275
Project: Starfighter 1.3.1 Released
https://savannah.nongnu.org/forum/forum.php?forum_id=8253
Project: Starfighter 1.3 Released (Only the first 15 lines of the commit message are shown above ) |
1.2_4 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.2_4 10 Jan 2016 15:00:07
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop unneeded PLIST_DIRS
Approved by: portmgr blanket |
1.2_4 19 Oct 2015 14:50:52
  |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
1.2_4 29 Jul 2015 22:09:55
  |
antoine  |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
1.2_4 22 Dec 2014 21:38:24
  |
bapt  |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
1.2_4 20 Dec 2014 18:37:12
  |
bapt  |
Cleanup plist |
1.2_4 08 Dec 2014 16:48:41
  |
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 ) |
1.2_3 23 Sep 2014 10:19:56
  |
nemysis  |
- Change USE_PYTHON_BUILD=2 to USES=python:2,build
- Strip executable |
1.2_3 10 Sep 2014 20:50:37
  |
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) |
1.2_2 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.2_1 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.2_1 15 Dec 2013 13:28:38
  |
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.2_1 08 Dec 2013 19:52:33
  |
nemysis  |
- Change master sites
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Change desktop entry
- Fix DOCS, add Option
- Change REINPLACE_CMD
- Use PLIST_FILES and PLIST_DIRS instead of pkg-plist
Approved by: pawel / wg (mentors, implicit) |
1.2_1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.2_1 27 Apr 2013 08:50:47
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.2_1 23 Jan 2013 15:00:19
  |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.2 21 Nov 2012 22:19:55
  |
pawel  |
Simplify gmake usage
PR: ports/173681
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Feature safe: yes |
1.2 17 Nov 2012 14:35:16
  |
pawel  |
Set Created by: to original author
Feature safe: yes |
1.2 17 Nov 2012 09:52:53
  |
pawel  |
(Readdition of games/starfighter which was removed on 218872)
Project: Starfighter is an old school 2D shoot 'em up. In the game you take on
the role of a rebel pilot called Chris, who is attempting to overthrow a
military corporation called Weapco. Weapco has seized control of the known
universe and currently rules it with an iron fist. Chris can no longer stand
back and watch as millions of people suffer and die. He steals an experimental
craft known as "Firefly" and begins his mission to fight his way to Sol,
freeing key systems along the way. The game opens with Chris attempting to
escape a Weapco patrol that has intercepted him.
WWW: http://sourceforge.net/projects/pr-starfighter/
PR: ports/173494
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
1.1.1_4 19 Aug 2008 22:26:48
 |
amdmi3  |
- Remove all games by Parallel Realities
Those games contain resources that are non-free and, in some cases,
ripped from other games and still copyrighted. We have to remove
the ports to avoid potential legal issues, sorry.
Related discussion thread:
http://www.happypenguin.org/forums/viewtopic.php?t=4725
Requested by: Stephen Sweeney <stephen dot j dot sweeney at googlemail dot
com> of Parallel Realities
Discussed with: kris, erwin
Approved by: portmgr (kris) |
1.1.1_4 25 Jul 2008 12:24:09
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.1.1_4 13 Mar 2008 14:28:35
 |
miwi  |
- Chase devel/sdl12 shlib version bump |
1.1.1_3 10 Mar 2008 17:19:48
 |
alepulver  |
- Use MASTER_SITE_(GENTOO/NETBSD) and other instead of FETCH_BEFORE_ARGS to
fetch from a PHP page.
Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.1.1_3 04 Mar 2008 12:33:33
 |
alepulver  |
- Fix MASTER_SITES.
Reported by: pointyhat (erwin) |
1.1.1_3 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.1_2 20 Sep 2006 11:21:59
 |
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) |
1.1.1_1 24 Apr 2006 21:15:05
 |
alepulver  |
- Remove USE_REINPLACE.
- Remove LICENSE file before installing instead of after.
- Fix OPTIONS handling.
- Format tabs.
- Bump PORTREVISION.
Approved by: garga (mentor) |
1.1.1 09 Apr 2006 13:08:16
 |
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
1.1.1 25 Nov 2005 21:47:35
 |
pav  |
- Add SHA256
Requested by: maintainer |
1.1.1 15 Jul 2005 21:44:06
 |
pav  |
After decades of war one company, who had gained powerful supplying both sides
with weaponary, steps forwards and crushes both warring factions in one swift
movement. Using far superior weaponary and AI craft, the company was completely
unstoppable and now no one can stand in their way. Thousands began to perish
under the iron fist of the company. The people cried out for a saviour, for
someone to light this dark hour... and someone did.
PR: ports/83418
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |