Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.16_3 22 Nov 2024 22:31:54 |
Charlie Li (vishwin) |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
0.3.16_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
0.3.16_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.3.16_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
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 ) |
0.3.16 01 Nov 2022 14:24:08 |
Jan Beich (jbeich) |
devel/d-feet: drop libxml2 dependency after 369d4f98effe
xmllint was only used by autotools via YELP_HELP_INIT from textproc/yelp-tools. |
0.3.16 01 Nov 2022 14:24:07 |
Jan Beich (jbeich) |
devel/d-feet: drop unused intltool dependency after 369d4f98effe
intltool-update was only used by autotools and replaced by gettext in meson.
https://gitlab.gnome.org/GNOME/d-feet/-/commit/6cc2cada7b13 |
0.3.16 01 Nov 2022 14:24:07 |
Jan Beich (jbeich) |
devel/d-feet: drop unused py3kplist after 369d4f98effe
Python 2 is no longer supported, so pkg-plist doesn't need magic. |
0.3.16 01 Nov 2022 14:24:07 |
Jan Beich (jbeich) |
devel/d-feet: update to 0.3.16
Changes: https://gitlab.gnome.org/GNOME/d-feet/-/compare/0.3.15...0.3.16 |
0.3.15 01 Nov 2022 14:24:07 |
Jan Beich (jbeich) |
devel/d-feet: drop redundant absolute-to-relative link after 369d4f98effe |
0.3.15 01 Nov 2022 14:24:06 |
Jan Beich (jbeich) |
devel/d-feet: assign to gnome@ team
Part of GNOME umbrella. Still maintained upstream but probably
deprecated in favor of d-spy. |
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) |
0.3.15 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 ) |
0.3.15 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.3.15 24 Jan 2022 12:35:07 |
Jan Beich (jbeich) |
devel/d-feet: unbreak build with Meson 0.61.0
data/meson.build:15:5: ERROR: Function does not take positional arguments.
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1 |
0.3.15 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.3.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.15 05 Apr 2020 10:42:29 |
0mp |
Update to 0.3.15
- Switch build system to Meson.
- Give the port back to the pool after 3 consecutive maintainer timeouts.
Release notes:
https://gitlab.gnome.org/GNOME/d-feet/-/blob/0.3.15/NEWS |
0.3.11_3 03 Apr 2020 14:39:27 |
0mp |
Lint, sort & clean up
Approved by: portmgr blanket |
0.3.11_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.3.11_1 23 Nov 2018 20:29:25 |
swills |
devel/d-feet: Add missing pygobject3 dependency
PR: 232831
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintaimer timeout (thinker@codemud.net, >2 weeks) |
0.3.11 11 Dec 2017 16:48:54 |
antoine |
Fix packaging with python3 |
0.3.11 12 Nov 2016 20:05:42 |
rm |
devel/d-feet: update to 0.3.11
- define LICENSE (GPLv2)
- actualize port comment and description, correct WWW url
- set NO_ARCH and define minimal python version required
PR: 213868
Approved by: maintainer timeout (2 weeks) |
0.3.10 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.3.10 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.10 18 Feb 2016 19:12:02 |
kwm |
Update d-feet to 0.3.10.
This update unbreaks the port.
PR: 206806
Approved by: maintainer timeout (18 days) |
0.1.12_1 14 May 2015 10:15:09 |
mat |
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 |
0.1.12_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.1.12_1 28 Jan 2014 00:13:11 |
bapt |
Support stage
Convert to PYDISTUTILS_AUTOPLIST
Cosmetic changes |
0.1.12_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.1.12_1 25 Apr 2013 17:24:33 |
bapt |
Remove USE_GTK which does nothing since 20080721
Remove useless inclusion of pre.mk/post.mk |
0.1.12_1 17 Mar 2013 13:55:05 |
danfe |
In categories starting with 'c' and 'd', remove empty lines from pkg-plist
(except for `databases/tdbc' and `devel/py-mercurialserver', where it looks
like they're being used deliberately). |
0.1.12_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.12 29 Jan 2011 14:27:07 |
miwi |
D-Feet is a D-Bus debugger written in PyGtk+ by John (J5) Palmieri.
Current Features
* View names on any bus
* View exported objects, interfaces, methods and signals
* View the full command line of services on the bus
WWW: http://live.gnome.org/DFeet/
PR: ports/150489
Submitted by: Thinker K.F. Li <thinker at eeebox.branda.to>
Feature safe: yes |