Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/pydbus-common |
Commit | Credits | Log message |
1.3.2 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
1.3.2 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 ) |
1.2.18 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 ) |
1.2.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.8 17 Dec 2018 09:30:09 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.2.8 03 Oct 2018 18:21:58 |
tcberner |
Update devel/py-dbus to 1.2.8
Approved by: gnome (kwm), antoine
Differential Revision: https://reviews.freebsd.org/D15997 |
1.2.0_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.2.0 23 Jul 2015 19:03:55 |
kwm |
Update dbus python bindings to 1.2.0.
Remove obsolete $MCom$ tags |
1.1.1_1 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
1.1.1_1 25 May 2014 13:47:03 |
kwm |
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.
Submitted by: Gustau Perez
Obtained from: gnome devel repo. |
1.1.1 13 Mar 2014 05:22:12 |
miwi |
- Stage support
- Convert gmake to USES |
1.1.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.1.1 29 Oct 2013 17:05:51 |
kwm |
Restrict python to -2.7
Submitted by: mva@ |
1.1.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.1 18 Jul 2013 03:41:39 |
miwi |
- Unbreak build |
1.1.1 25 Jun 2013 11:09:26 |
kwm |
Update to 1.1.1.
Obtained from: GNOME dev repo |
0.84.0 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.84.0 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.84.0 13 Sep 2011 16:11:22 |
kwm |
Update to 0.84.0.
Break CPPFLAGS our of CONFIGURE_ENV. |
0.83.2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.83.2 19 Dec 2010 07:25:25 |
marcus |
Update to 0.83.2. |
0.83.1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.83.1_1 03 Oct 2010 16:07:08 |
mezz |
Disable build the api document. It will build if epydoc exists in system and
it can cause a few users to get build failure for some reason.
PR: ports/150441
Reported by: Chris <chris@geonumerical.org> |
0.83.1_1 31 May 2010 22:52:40 |
marcus |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257 |
0.83.1 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
0.83.0_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.83.0_1 27 Jul 2008 17:40:25 |
mezz |
Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION.
Reported by: QA Tindy |
0.83.0 25 Jul 2008 22:41:28 |
mezz |
-Update to 0.83.0.
-NOPORTDOCS -> NOPORTEXAMPLES on example files. |
0.82.4_1 06 Jun 2008 13:21:59 |
edwin |
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) |
0.82.4 19 Dec 2007 13:57:58 |
ahze |
Update to 0.82.4 |
0.82.3 10 Oct 2007 16:27:27 |
ahze |
Update to 0.82.3 |
0.82.2 18 Aug 2007 21:14:59 |
marcus |
Handle the case when py-docutils is installed, and register HTML documentation
plist entries.
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
0.82.2 18 Aug 2007 18:45:29 |
marcus |
Cleanup doc installation to prevent potential installation failures. |
0.82.2 06 Aug 2007 14:43:16 |
ahze |
Update WWW line to point to http://dbus.freedesktop.org/doc/dbus-python/ |
0.82.2 06 Aug 2007 14:04:56 |
ahze |
Update to 0.82.2 |
0.82.1 12 Jul 2007 12:09:38 |
ahze |
Update to 0.82.1 |
0.82.0 29 Jun 2007 20:53:49 |
marcus |
Update to 0.82.0. |
0.81.1 09 Jun 2007 18:56:06 |
marcus |
Update to 0.81.1. |
0.80.2_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}. |
0.80.2_2 20 Mar 2007 22:11:54 |
pav |
- Fix plist |
0.80.2_1 19 Mar 2007 05:14:07 |
marcus |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico. |
0.71 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
0.62 14 Jun 2006 05:03:44 |
marcus |
Update to 0.62. |
0.61_1 20 May 2006 17:44:55 |
marcus |
Add a missing dependency on py-libxml2. |
0.61 28 Apr 2006 01:37:06 |
jylefort |
The system daemon is running as messagebus:messagebus, so it does not
have the permission to remove its pid file and socket on exit. Put
these files in the /var/run/dbus directory, owned by
messagebus:messagebus.
Remove the files and directory on package deinstall. |
0.61 15 Mar 2006 05:31:15 |
marcus |
Update to 0.61. |
0.60_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.60_4 17 Feb 2006 20:12:30 |
marcus |
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE). |
0.60_3 15 Feb 2006 04:39:47 |
marcus |
Sync the configure options with devel/dbus. |
0.60_2 14 Feb 2006 17:51:17 |
marcus |
* Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message
PR: 92844
Submitted by: leeym |
0.60 31 Dec 2005 18:43:11 |
marcus |
Update to 0.60. |
0.36.1 28 Aug 2005 07:44:58 |
marcus |
Update to 0.36.1. |
0.35.2 20 Aug 2005 00:46:19 |
marcus |
This port triggers a gcc bug on ia64, so ignore on that platform.
Reported by: pointyhat via kris
Approved by: portmgr (implicit) |
0.35 16 Jul 2005 07:40:19 |
marcus |
Update to 0.35. |
0.34_1 03 Jul 2005 05:50:49 |
marcus |
Remove a leftover directory.
Reported by: pointyhat via kris |
0.33 01 Jul 2005 06:35:11 |
marcus |
Sync with dbus-0.34. |
0.32 02 Apr 2005 21:06:37 |
marcus |
Update to 0.32. |
0.23.2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.23 22 Jan 2005 01:01:01 |
marcus |
Update to 0.23. |
0.22_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.22 14 Aug 2004 04:48:26 |
marcus |
Update to 0.22. |
0.21_2 08 Aug 2004 18:01:17 |
marcus |
Fix the Python bindings build on -CURRENT, and make sure the Python
bindings are properly linked to libdbus-1.
Reported by: olgeni |
0.21_2 05 Aug 2004 03:34:51 |
marcus |
Add a missing BUILD_DEPENDS on pyrex.
Reported by: pointyhat |
0.21_2 27 Jul 2004 00:18:49 |
marcus |
Add py-dbus, Python bindings for the D-BUS messaging system. |