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: x11-clocks/wmtimer/Makefile
SVNWeb

Number of commits found: 44

Tue, 4 Jul 2023
[ 19:51 Rene Ladan (rene) search for other commits by this committer ]    commit hash:0ce030df52db400678e4c69238f73e054bcbcc14  commit hash:0ce030df52db400678e4c69238f73e054bcbcc14  commit hash:0ce030df52db400678e4c69238f73e054bcbcc14  0ce030d 
all: return uqs' ports to the pool after his commit-bit was safekept.

With hat:	portmgr-secretary
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8426708b4e4d495bb1ea7c35f1e41b40d69783e1  commit hash:8426708b4e4d495bb1ea7c35f1e41b40d69783e1  commit hash:8426708b4e4d495bb1ea7c35f1e41b40d69783e1  8426708  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
x11-clocks: remove 'Created by' lines

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

  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Brian Handy <handy@physics.montana.edu>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  David Leonard <leonard@dstc.edu.au>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Harold Gutch <logix@foobar.franken.de>
(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.
Mon, 14 Sep 2020
[ 19:41 uqs search for other commits by this committer ] Original commit   Revision:548677
Fix build with clang11 and point to Github upstream
Thu, 7 Nov 2019
[ 18:36 zeising search for other commits by this committer ] Original commit   Revision:517000 (Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Tue, 24 Mar 2015
[ 17:09 marino search for other commits by this committer ] Original commit   Revision:382126 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
5 ports categories: Remove $PTHREAD_LIBS

Categories: irc, x11-clocks, benchmarks, misc, textproc

approved by:	PTHREAD blanket
Fri, 4 Jul 2014
[ 23:18 adamw search for other commits by this committer ] Original commit   Revision:360683
Remove NOPORTDOCS.
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 11 Jan 2014
[ 12:51 vanilla search for other commits by this committer ] Original commit   Revision:339424 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Support stagedir.

Submitted by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 23:44 bapt search for other commits by this committer ] Original commit   Revision:327778 (Only the first 10 of 57 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:
x11-clocks)
Thu, 12 Sep 2013
[ 00:21 marino search for other commits by this committer ] Original commit   Revision:327018 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Add explicit dependency on pkgconf (27 ports)
Wed, 31 Jul 2013
[ 22:52 bapt search for other commits by this committer ] Original commit   Revision:324074
Fix build with clang
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
Fri, 26 Nov 2010
[ 08:01 uqs search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Use MASTER_SITE_SUBDIR instead of rolling my own.

Clue provided by:       pav
Thu, 25 Nov 2010
[ 19:00 uqs search for other commits by this committer ] Original commit 
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
Mon, 31 May 2010
[ 08:03 uqs search for other commits by this committer ] Original commit 
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
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, 12 Sep 2009
[ 09:42 miwi search for other commits by this committer ] Original commit 
- Update to Maintianer Mail adress

PR:             138428
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Mon, 2 Mar 2009
[ 01:27 tabthorpe search for other commits by this committer ] Original commit 
- Pass maintainership to submitter

Submitted by:   Ulrich via freebsd-ports@
Fri, 6 Jun 2008
[ 14:09 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 24 Mar 2008
[ 17:00 beech search for other commits by this committer ] Original commit 
- Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Add PLIST_FILES
- Remove pkg-plist
- Bump portrevision
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}.
Fri, 14 Apr 2006
[ 22:53 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Reset pat due to no response to email about his status.

Hat:    portmgr
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Sat, 20 Nov 2004
[ 23:48 pat search for other commits by this committer ] Original commit 
Update to 2.92
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 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 1)
Mon, 28 Apr 2003
[ 21:49 pat search for other commits by this committer ] Original commit 
Update to 2.8
Sun, 20 Apr 2003
[ 19:48 marcus search for other commits by this committer ] Original commit 
Remove USE_GNOMENG.
Tue, 25 Mar 2003
[ 01:29 pat search for other commits by this committer ] Original commit 
Update to 2.6
Fri, 7 Mar 2003
[ 06:12 ade search for other commits by this committer ] Original commit  (Only the first 10 of 34 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.
Fri, 14 Feb 2003
[ 20:51 pat search for other commits by this committer ] Original commit 
Update to 2.5
Sun, 1 Sep 2002
[ 15:33 lioux search for other commits by this committer ] Original commit 
Deploy USE_GNOMENG infrastructure

PR:             42284
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Thu, 15 Nov 2001
[ 03:59 pat search for other commits by this committer ] Original commit  (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Maintainer is now committer so change to new email address.    
Sat, 13 Oct 2001
[ 19:04 lioux search for other commits by this committer ] Original commit 
update to 2.4    
Fri, 28 Sep 2001
[ 03:02 lioux search for other commits by this committer ] Original commit 
update to 2.3    
Thu, 3 May 2001
[ 02:30 lioux search for other commits by this committer ] Original commit 
The PORTDOCS installation missed the WRKSRC modification. Fix it.   Also, add a
warning to avoid it in the future.    
Tue, 1 May 2001
[ 18:16 lioux search for other commits by this committer ] Original commit 
New port: Multi-Function timer dockapp for WindowMaker    

Number of commits found: 44