Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.28 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.28 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.28 28 Oct 2022 15:55:53 |
Yuri Victorovich (yuri) |
devel/py-pyxdg: Remove duplicate in favor of devel/py-xdg
Reported by: rhurlin@gwdg.de |
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.28 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.28 20 Jul 2022 19:44:12 |
Tobias C. Berner (tcberner) |
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866 |
0.28 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.28 25 Jun 2022 12:16:19 |
Baptiste Daroussin (bapt) |
devel/py-xdg: add missing distinfo in last commit |
0.28 25 Jun 2022 11:36:51 |
Baptiste Daroussin (bapt) |
devel/py-xdg: update to 0.28 |
0.27 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.27 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.27 07 Nov 2020 08:52:00 |
tcberner |
devel/py-xdg: Update to 0.27
PR: 250635
Submitted by: Neel Chauhan <neel@neelc.org> |
0.26 19 Jul 2019 14:48:39 |
swills |
devel/py-xdg: Update to 0.26
PR: 238452
Approved by: maintainer timeout (gnome@, >10 weeks) |
0.25_1 27 Feb 2018 13:03:48 |
mat |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
0.25_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 ) |
0.25_1 09 Feb 2017 05:30:11 |
fluffy |
devel/py-xdg: limit to use python2 only, for python3 already exist devel/py3-xdg
port.
This unbreak some depended ports like textproc/ibus, which also limited to
python2, when python3 sets as default
PR: 215921
Submitted by: myself
Approved by: gnome (kwm via irc) |
0.25 02 Jun 2016 15:53:11 |
rm |
devel/py-xdg: relax python version check
pyxdg support Python3 since version 0.20, so adjust out port accordingly.
While here, add NO_ARCH and sort USE_PYTHON values.
PR: 209896
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
With hat: gnome |
0.25 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.25 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.25 04 Mar 2014 16:42:13 |
kwm |
Update to 0.25.
Add license. pkg-descr WWW tab->space. |
0.19_1 01 Mar 2014 17:56:32 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.19 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) |
0.19 29 Oct 2013 17:05:51 |
kwm |
Restrict python to -2.7
Submitted by: mva@ |
0.19 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.19 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.19 15 Feb 2010 04:55:08 |
marcus |
Update to 0.19. |
0.18 01 Nov 2009 18:17:56 |
marcus |
Update to 0.18. |
0.17 22 Nov 2008 17:23:44 |
ahze |
Update to 0.17 |
0.16 16 Aug 2008 19:04:25 |
marcus |
Update to 0.16. |
0.15_3 03 Jul 2008 04:18:38 |
mezz |
Fix the fetch.
Reported by: pointyhat via pav |
0.15_3 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.15_2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.15_2 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.15 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.15 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.15 28 Aug 2005 14:55:38 |
ahze |
- Update to 0.15
- MAINTAINER -> gnome@ |
0.14_1 05 Jun 2005 19:34:58 |
ahze |
- Add some more icon paths, [LOCALBASE|X11BASE]/share/pixmaps
- Use X11BASE/etc/xdg for xdg path for now. LOCALBASE/etc/xdg will
be readded later.
- Bump PORTREVISION
Submitted by: mezz |
0.14 05 Jun 2005 16:45:56 |
ahze |
- Update to 0.14
Requested by: mezz for deskutils/smeg |
0.12 31 May 2005 02:20:36 |
ahze |
- Update to 0.12
- Add some new features to pkg-descr |
0.11 24 May 2005 11:06:07 |
ahze |
- Force commit for changes of distfile being re-rolled.
test-menu.py was changed to support this release and it is
not installed so it will not effect py-xdg if you already
installed py-xdg before distfile update.
Changes:
http://cvs.freedesktop.org/pyxdg/pyxdg/test/test-menu.py?r1=1.14&r2=1.15&sortby=date
Requested by: marcus |
0.11 24 May 2005 02:51:24 |
ahze |
- Rerolled distfile
Reported by: tjs@cdpa.nsysu.edu.tw |
0.11 23 May 2005 21:04:24 |
ahze |
- Update to 0.11 |
0.10 26 Apr 2005 01:43:22 |
ahze |
- Update to 0.10 |
0.9 02 Apr 2005 16:45:36 |
ahze |
- Update to 0.9
- Add patch work to add path to xdg stuff [1]
Requested by: mezz and marcus for a gnome menu editor [1] |
0.8 23 Nov 2004 23:45:12 |
ahze |
Remove freedesktop.org from MASTER_SITES since the distfile has
now shown up and does not match distinfo
Pointed out by: Pointy hat via kris
Approved by: adamw (implicit) |
0.8 20 Nov 2004 06:41:22 |
ahze |
Add MASTER_SITE_LOCAL to MASTER_SITES until
freedesktop.org is back in order
Approved by: adamw (implicit) |
0.8 29 Oct 2004 22:24:47 |
ahze |
Change email to new FreeBSD.org address
Approved by:adamw (mentor) |
0.8 26 Oct 2004 18:36:56 |
krion |
Update to 0.8
PR: ports/73046
Submitted by: maintainer |
0.7 12 Oct 2004 07:21:43 |
linimon |
Update to 0.7.
PR: ports/71599
Submitted by: Michael Johnson <ahze at ahze dot net> (maintainer) |
0.6 04 Aug 2004 10:11:57 |
krion |
Update to 0.6
PR: ports/69976
Submitted by: maintainer |
0.5 26 Jun 2004 00:41:44 |
mezz |
A python library to access freedesktop.org standards.
Currently supported are:
o Base Directory Specification
o Menu Specification
o Desktop Entry Specification
o Icon Theme Specification
WWW: http://freedesktop.org/Software/pyxdg
PR: ports/68332
Submitted by: michael johnson <ahze@ahze.net> |