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: x11-toolkits/p5-Gtk2/Makefile

Number of commits found: 71

Wednesday, 20 Dec 2023
15:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11-toolkits/p5-Gtk2: Unbreak

- Add missing dependencies
- Pet portclippy
commit hash: b29def853d252e2db4a184a278b8b09ecc0b476c commit hash: b29def853d252e2db4a184a278b8b09ecc0b476c commit hash: b29def853d252e2db4a184a278b8b09ecc0b476c commit hash: b29def853d252e2db4a184a278b8b09ecc0b476c b29def8
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
Monday, 31 Jul 2023
16:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11-toolkits/p5-Gtk2: Strip shared library

- Bump PORTREVISION for package change
commit hash: 94a922108814e6724536fb77543dce284b0f4457 commit hash: 94a922108814e6724536fb77543dce284b0f4457 commit hash: 94a922108814e6724536fb77543dce284b0f4457 commit hash: 94a922108814e6724536fb77543dce284b0f4457 94a9221
Tuesday, 11 Apr 2023
20:34 Rene Ladan (rene) search for other commits by this committer
all: return swills' ports to the pools after safeeping his ports bit.

With hat:	portmgr-secretary
commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d 4f538db
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-toolkits: remove 'Created by' lines

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

  *  1wardd@airmail.net
  *  Alexander Kabaev <ak03@gte.com>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Brian Buchanan <brian@CSUA.Berkeley.EDU>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dima Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Juli Mallett
  *  Kenjiro Cho <kjc@csl.sony.co.jp>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Marc Recht <marc@informatik.uni-bremen.de>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mike Meyer <mwm@mired.org>
  *  Olivier Duchateau
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Peter Hawkins <thepish@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Rene Ladan <rene@FreeBSD.org>
  *  Robert C. Noland III <rnoland@FreeBSD.org>
  *  Simon Barner <barner@gmx.de>
  *  Stephane Legrand <stephane@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Will Andrews <andrews@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  asami
  *  chinsan
  *  chuckr
  *  clsung@dragon2.net
  *  dmitry@karasik.eu.org
  *  fjoe@FreeBSD.org
  *  gahr
  *  gena
  *  ijliao
  *  mi
  *  minter@lunenburg.org
  *  nivit@users.sourceforge.net
  *  ports@c0decafe.net
  *  roland.jesse@gmx.net
  *  thierry@pompo.net
  *  vanilla

With hat:	portmgr
commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 71b6a9f
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
Monday, 6 Apr 2020
17:31 sunpoet search for other commits by this committer
Move devel/p5-Glib2 to devel/p5-Glib

- Bump PORTREVISION of dependent ports for dependency change
Original commitRevision:530897 
Friday, 8 Nov 2019
11:21 tobik search for other commits by this committer
x11*: Add missing USES={gl,gnome,mate}
Original commitRevision:517047 
Tuesday, 3 Sep 2019
17:52 swills search for other commits by this committer
x11-toolkits/p5-Gtk2: update to 1.24993
Original commitRevision:510966 
Monday, 16 Oct 2017
16:59 swills search for other commits by this committer
x11-toolkits/p5-Gtk2: update to 1.24992
Original commitRevision:452208 
Tuesday, 11 Apr 2017
13:08 swills search for other commits by this committer
x11-toolkits/p5-Gtk2: update to 1.24991
Original commitRevision:438257 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Saturday, 9 Apr 2016
20:58 swills search for other commits by this committer
x11-toolkits/p5-Gtk2: update to 1.2498
Original commitRevision:412870 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 30 Jun 2015
20:43 swills search for other commits by this committer
x11-toolkits/p5-Gtk2: update to 1.2495
Original commitRevision:391002 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Monday, 12 May 2014
15:29 swills search for other commits by this committer
- Update to 1.2491

PR:		ports/189597
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Original commitRevision:353834 
Monday, 5 May 2014
11:15 bapt search for other commits by this committer
Catch a couple of missing convertsion to :tu/:tl

Submitted by:	ak
With hat:	portmgr
Original commitRevision:352993 
Wednesday, 18 Dec 2013
17:02 swills search for other commits by this committer
- Update to 1.249
- Add LICENSE
- Update and sort *_DEPENDS
- Use USES=gmake
- Sort make knobs
- Support STAGEDIR

PR:		ports/184700
Submitted by:	sunpoet
Original commitRevision:336849 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Monday, 2 Sep 2013
09:36 az search for other commits by this committer
- convert to the new perl5 framework

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:325959 
Thursday, 20 Jun 2013
11:38 swills search for other commits by this committer
- Fix build in non-UTF8 enviroment

PR:		ports/179307
Submitted by:	pawel
Original commitRevision:321371 
Thursday, 21 Jun 2012
01:44 swills search for other commits by this committer
- Update to 1.243

PR:             ports/169192
Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 1 Feb 2012
16:56 swills search for other commits by this committer
- Update to 1.242

PR:             ports/164518
Submitted by:   sunpoet
Original commit
Sunday, 1 Jan 2012
17:07 swills search for other commits by this committer
- Update to 1.241
- Add missing RUN_DEPENDS
Original commit
Saturday, 17 Sep 2011
06:49 sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
Original commit
Sunday, 10 Apr 2011
16:22 swills search for other commits by this committer
- Update to 1.223

PR:             ports/156300
Submitted by:   Zhihao Yuan <lichray at gmail.com>
Original commit
Thursday, 9 Dec 2010
02:36 swills search for other commits by this committer
- Takeover some of clsung's ports

Approved by:    pgollucci (mentor)
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
Wednesday, 4 Nov 2009
06:38 clsung search for other commits by this committer
- add p5-Pango to RUN_DEPENDS
- bump PORTREVISION
Original commit
Friday, 30 Oct 2009
06:54 clsung search for other commits by this committer
- Update to 1.221
Original commit
Saturday, 22 Aug 2009
00:39 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with X
Original commit
Friday, 21 Aug 2009
07:42 clsung search for other commits by this committer
- Update to 1.203
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 13 Jan 2009
20:31 pav search for other commits by this committer
- Fix plist: installs extra file after recent Gtk update

Reported by:    pointyhat
Original commit
Saturday, 27 Sep 2008
09:24 clsung search for other commits by this committer
- Update to 1.200
Original commit
Wednesday, 25 Jun 2008
07:09 clsung search for other commits by this committer
- Update to 1.183

Changes:        http://search.cpan.org/dist/Gtk2/ChangeLog
Original commit
Friday, 6 Jun 2008
14:16 edwin search for other commits by this committer
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)
Original commit
Saturday, 8 Sep 2007
01:12 linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Original commit
Wednesday, 15 Aug 2007
01:19 clsung search for other commits by this committer
- Update to 1.146
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
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
Monday, 26 Mar 2007
01:41 clsung search for other commits by this committer
- Update to 1.144
Original commit
Monday, 26 Feb 2007
00:31 clsung search for other commits by this committer
- Update to 1.143
Original commit
Friday, 2 Feb 2007
07:58 clsung search for other commits by this committer
- Update to 1.142
Original commit
Tuesday, 26 Dec 2006
03:12 clsung search for other commits by this committer
- Update to 1.141
Original commit
Wednesday, 6 Sep 2006
04:43 clsung search for other commits by this committer
- minor beautification

Submitted by:   infofarmer
Original commit
Monday, 14 Aug 2006
08:04 clsung search for other commits by this committer
- Respect DESTDIR

PR:             ports/101885
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Friday, 2 Jun 2006
01:19 clsung search for other commits by this committer
- Update to 1.122

PR:             98305
Submitted by:   Rong-En Fan <rafan_AT_infor dot org>
Original commit
Monday, 17 Apr 2006
07:15 clsung search for other commits by this committer
- update to 1.121
Original commit
Monday, 6 Feb 2006
06:37 clsung search for other commits by this committer
- update to 1.104
Original commit
Sunday, 22 Jan 2006
04:04 clsung search for other commits by this committer
- update to 1.103
- add SHA256
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Wednesday, 5 Oct 2005
08:17 clsung search for other commits by this committer
- update to 1.101
Original commit
Sunday, 20 Mar 2005
17:31 clsung search for other commits by this committer
- fix unfetchable (wrong directory in CPAN)
- remove redundant entry in distinfo

Noted by:   Sean McNeil <sean at mcneil dot com>
Original commit
Friday, 18 Mar 2005
07:05 clsung search for other commits by this committer
- update to 1.080
- from ChangeLog
  - Stable release 1.080.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Friday, 20 Aug 2004
02:56 clsung search for other commits by this committer
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
Original commit
Wednesday, 21 Jul 2004
01:08 ijliao search for other commits by this committer
upgrade to 1.043

PR:             69332
Submitted by:   maintainer
Original commit
Tuesday, 20 Apr 2004
08:13 ijliao search for other commits by this committer
upgrade to 1.042
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Thursday, 1 Apr 2004
02:33 ijliao search for other commits by this committer
upgrade to 1.040
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Friday, 2 Jan 2004
09:25 ijliao search for other commits by this committer
upgrade to 1.021

Approved by:    maintainer
Original commit
Wednesday, 29 Oct 2003
03:38 vanilla search for other commits by this committer
Add p5-Gtk2 1.00,
perl module for Gtk+ 2.x graphical user interface
library.

PR:             58607
Submitted by:   clsung@dragon2.net
Original commit

Number of commits found: 71