notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/uqm/Makefile

Number of commits found: 49

Saturday, 24 Feb 2024
08:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/uqm: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 3dac0919f518adcfe5db8adca7a4633d5418fc95 commit hash: 3dac0919f518adcfe5db8adca7a4633d5418fc95 commit hash: 3dac0919f518adcfe5db8adca7a4633d5418fc95 commit hash: 3dac0919f518adcfe5db8adca7a4633d5418fc95 3dac091
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 19 Dec 2021
12:30 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Benjamin Lutz
games/uqm: Update to 0.8.0

PR:		255350
commit hash: e295d4f5b61d107ecb53f23365ad1a439754b013 commit hash: e295d4f5b61d107ecb53f23365ad1a439754b013 commit hash: e295d4f5b61d107ecb53f23365ad1a439754b013 commit hash: e295d4f5b61d107ecb53f23365ad1a439754b013 e295d4f
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
10:47 tobik search for other commits by this committer
games: Add missing USES={gnome,gl,sdl,xorg}
Original commitRevision:517046 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Monday, 27 Oct 2014
21:46 amdmi3 search for other commits by this committer
- Fix installation wrt. staging

Approved by:	portmgr blanket
Original commitRevision:371608 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Thursday, 17 Apr 2014
15:03 swills search for other commits by this committer
- Chase libmikmod upgrade

Reported by:	makc
Pointyhat to:	swills
Original commitRevision:351481 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Saturday, 30 Nov 2013
07:51 ak search for other commits by this committer
- Fix build with clang [1]
- Improve options description [1]
- Update maintainer email [1]
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Convert to options helpers when possible

PR:	ports/184290 (based on) [1]
Submitted by:	Benjamin Lutz <mail@maxlor.com> (maintainer) [1]
Original commitRevision:335266 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Wednesday, 18 Sep 2013
08:38 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:327535 
Thursday, 18 Apr 2013
07:55 ak search for other commits by this committer
- Install the music and voice addons into the right place [1]
- Add Remix Packs addons [2]

PR:	ports/176986
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> [1], Sender Ghost
<lightside@gmx.com> [2]
Approved by:	maintainer timeout (4 weeks)
Feature safe:	yes
Original commitRevision:316024 
Saturday, 16 Feb 2013
21:02 pawel search for other commits by this committer
- Update to version 0.7.0
- Add LICENSE info
- Convert to OptionsNG

PR:		ports/175141
Submitted by:	Sender Ghost <lightside@gmx.com>
Approved by:	maintainer
Original commitRevision:312385 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
09:43 mva search for other commits by this committer
- 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)
Original commit
Monday, 25 Jan 2010
19:15 pav search for other commits by this committer
- 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)
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 22 Mar 2008
14:48 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Thursday, 4 Oct 2007
01:02 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 7 Mar 2007
12:18 miwi search for other commits by this committer
- Update to 0.6.2

PR:             110014
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Original commit
Thursday, 11 Jan 2007
07:42 miwi search for other commits by this committer
- Update to 0.6.1

PR:             ports/107815
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Original commit
Saturday, 30 Dec 2006
19:43 miwi search for other commits by this committer
- Update to 0.6.0

PR:             ports/107215
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - 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)
Original commit
Tuesday, 7 Feb 2006
22:20 pav search for other commits by this committer
- Update to 0.5.0

PR:             ports/92941
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Original commit
Friday, 11 Nov 2005
11:56 thierry search for other commits by this committer
Changes:

- Replace an instance of a hardcoded /usr/X11R6 with $X11BASE. This was
  detected by dosirak.kr.freebsd.org.

- Make use of the OPTIONS variable. Because of this, replace the
  MUSICADDON and VOICEADDON switches with WITH_MUSIC and WITH_VOICE.

- Add support for OpenAL as wished by Peter Thoenen (eol1 at yahoo com).

PR:             87958
Submitted by:   maintainer
Original commit
Wednesday, 6 Jul 2005
17:26 pav search for other commits by this committer
- Update to 0.4.0
- No longer builds on FreeBSD 4.X

PR:             ports/83043
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 20 Jan 2004
21:27 krion search for other commits by this committer
- Add new knobs from bsd.sdl.mk

Approved by:    portmgr
Original commit
Saturday, 20 Dec 2003
16:37 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Friday, 10 Oct 2003
19:28 krion search for other commits by this committer
* Fix Typo and spacing in Makefile
* Mark the port i386 only. If someone manages to compile it on
  another platform, please let me know.
* Remove dependency on SDL_mixer, as this library is no longer
  actually used by Ur-Quan  Masters
* Add switches for installing the voice and 3domusic add-on packages
* Modify wrapper script so to automatically take advantage of
  these add-on packages

PR:             57851
Submitted by:   maintainer
Original commit
Sunday, 28 Sep 2003
13:52 edwin search for other commits by this committer
Make sure the port can find all libraries even if LOCALBASE isn't
set in the environment.

Submitted by:   Stefan Farfeleder
Original commit
12:18 edwin search for other commits by this committer
New Port: games/uqm, Ur-Quan Masters

        Ur-Quan Masters is a port of the original Star Control 2
        for 3DO Consoles.

        WWW: http://sc2.sourceforge.net

PR:             ports/56763
Submitted by:   Benjamin Lutz <benlutz@datacomm.ch>
Original commit

Number of commits found: 49