Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15_1 11 Jun 2024 15:26:13 |
Rene Ladan (rene) |
deskutils/griffith: Remove expired port
2024-06-04 deskutils/griffith: Depends on expired databases/py-sqlalchemy12 |
0.15_1 04 May 2024 14:03:57 |
Rene Ladan (rene) |
deskutils/griffith: expire on 2024-06-04 for databases/py-sqlalchemy12 |
0.15_1 08 Jan 2024 16:30:29 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
0.15 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
0.15 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.15 08 Feb 2023 07:23:14 |
Yasuhiro Kimura (yasu) |
deskutils/griffith: Replace reference to PY_PILLOW with its value
Since this port works with Python 3.7 and later, the value of
PY_PILLOW doesn't change. So replace reference to it with its value. |
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.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.15 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.15 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
0.15 13 Jan 2019 12:16:01 |
swills |
deskutils/griffith: update to 0.15
This moves it to the fork on GitLab since it seems upstream abandoned
the project.
PR: 234915
Submitted by: John Cheetham <jcheetham19@gmail.com> |
0.13_7 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.13_6 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.13_6 21 Apr 2017 14:10:01 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH |
0.13_6 13 Dec 2016 19:47:24 |
rene |
Update sqlalchemy dependency of deskutils/griffith and games/childsplay
to version 1.0
sqlalchemy 0.8 is no longer supported upstream. |
0.13_5 08 Nov 2016 21:30:21 |
antoine |
Remove broken option |
0.13_5 21 Aug 2016 16:57:22 |
rene |
Update sqlalchemy dependency to not depend on an expired version |
0.13_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.13_4 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.13_4 22 Jun 2015 19:13:42 |
rm |
deskutils/griffith: drop dependency on py-xml
According to griffith changelog, dependency on py-xml had retired upstream since
version 0.9.7, so we not need it too. |
0.13_3 12 Jun 2015 19:43:17 |
pawel |
Remove PYGNOMEEXTRAS option, USE_GNOME=pygnomeextras was removed in r372768 |
0.13_3 10 Nov 2014 19:33:37 |
marino |
deskutils/griffith: Set LXML option by default
This port is unmaintained. The referenced PR indicates that LXML
dependency is not actually optional and run-time files if it's not
installed. If true, it should be installed unconditionally, but as
a half-measure, I'll just switch the option to fix it for standard
binary packages, and let the future maintainer look into this more.
PR: 194151
Submitted by: ktullavik (gmail) |
0.13_2 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.13_2 04 Oct 2014 17:27:23 |
wg |
deskutils/griffith: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit) |
0.13_1 25 Mar 2014 12:30:16 |
pawel |
- Add staging support
- Use options helpers, update description to current standards
- Convert USE_GMAKE, USE_XZ to USES |
0.13_1 25 Feb 2014 12:44:10 |
tota |
- Repocopy print/py-reportlab to print/py-reportlab1
to preserve version 1.x and to update to 3.0
print/py-reportlab:
- Update print/py-reportlab to 3.0 based on print/py-reportlab2
- Support STAGEDIR
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Set CONFLICTS
- Add PORTSCOUT
- Replace tab with a single space after WWW: in pkg-descr
print/py-reportlab1:
- Support STAGEDIR
- Add PKGNAMESUFFIX not to duplicate ports with the same name (Only the first 15 lines of the commit message are shown above ) |
0.13 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.13 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
0.13 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.13 13 Jun 2013 20:45:23 |
antoine |
- Trim Makefile header
- Add directories missing from pkg-plist |
0.13 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.13 01 Jun 2012 16:59:20 |
bapt |
Convert to new options framework |
0.13 28 Jan 2012 17:49:18 |
miwi |
- Update to 0.13
PR: 164152
Submitted by: Ports Fury |
0.12.1_2 07 Sep 2011 19:50:46 |
eadler |
- emulators/wahcade: eliminate py-elementtree dependency [0]
- security/zenmap: eliminate py-pysqlite2x dependency [1]
- deskutils/griffith: eliminate py-pysqlite2x dependency [2]
PR: ports/160049 [0], ports/160071 [1], ports/160161 [2]
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [0,1,2]
Approved by: bapt (mentor) |
0.12.1_1 25 Jun 2011 07:35:30 |
nivit |
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot |
0.12.1_1 23 Jun 2011 14:20:04 |
nivit |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION |
0.12.1 27 Mar 2011 10:33:27 |
miwi |
- Update to 0.12.1
PR: 155813
Submitted by: Ports Fury |
0.11_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.11_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.11_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.11_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.11 21 Jan 2010 21:14:42 |
miwi |
- Update to 0.11
PR: 142978
Submitted by: Ports Fury |
0.10 29 Dec 2009 11:12:43 |
miwi |
- Update to 0.10
PR: 142039
Submitted by: Ports Fury |
0.9.9_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.9.9 13 Jan 2009 00:13:55 |
miwi |
- Update to 0.9.9
PR: 130404
Submitted by: Wen Heping <wenheping@gmail.com> |
0.9.5_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.9.5_1 06 Jun 2008 13:18:34 |
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.9.5 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9.5 29 Oct 2007 16:35:05 |
sat |
- Update to 0.9.5 |
0.9.4 13 Aug 2007 12:47:20 |
sat |
- 0.9.4 |
0.9.3.1 18 Jul 2007 15:35:21 |
sat |
- Update to 0.9.3.1
Submitted by: Bogdan Potishuk <bogdan.potishuk@gmail.com> |
0.9.2_1 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.9.2 21 Apr 2007 09:11:10 |
sat |
- Add mirrors to all my berlios-hosted ports
Prompted by: pointyhat via kris, fenner's survey |
0.9.2 03 Mar 2007 18:56:47 |
sat |
Add port deskutils/griffith:
Griffith is a movie collection manager application. Adding items to the
movie collection is as quick and easy as typing the film title and
selecting a supported source. Griffith will then try to fetch all the
related information from the Web.
WWW: http://griffith.vasconunes.net/ |