Commit graph

76 commits

Author SHA1 Message Date
Kai Knoblich
6a4a5116bf Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
2019-02-01 18:55:18 +00:00
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Martin Wilke
d8c51ca219 - Update to 2.0.52
PR:		228678
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
2018-06-03 12:58:42 +00:00
Fernando Apesteguía
3727d1e46c Update games/anki to 2.0.51
PR:	226966
Submitted by:	freebsd_ports@k-worx.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14881
2018-03-28 19:12:26 +00:00
Yuri Victorovich
c5b0e0dc4e games/anki: Update to 2.0.50
Changelog is in:
https://apps.ankiweb.net/docs/changes.html

Also updated WWW.

PR:		226623
Submitted by:	owk <freebsd_ports@k-worx.org> (maintainer)
2018-03-15 15:51:20 +00:00
Yuri Victorovich
6c94d56b52 games/anki: Update to 2.0.48
This release contains minor bugfixes.

PR:		226438
Submitted by:	owk <freebsd_ports@k-worx.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-07 23:58:40 +00:00
Yuri Victorovich
fd31774bc8 games/anki: Update to 2.0.47
Maintainer's timeout expired: trebbu@googlemail.com
freebsd_ports@k-worx.org takes maintainership.

Port changes:
* Updated MASTER_SITES/added DISTNAME
* Added to SHEBANG_FILES
* Updated patches

PR:		225487
Submitted by:	owk <freebsd_ports@k-worx.org>
Approved by:	tcberner (mentor, implicit)
2018-03-05 09:10:37 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Mathieu Arnold
551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Tobias C. Berner
4c7d30bb70 Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
2017-02-04 13:37:15 +00:00
Rene Ladan
338f62891b games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION
PR:		215218
Submitted by:	rene
Approved by:	maintainer timeout (trebbu@googlemail.com, 16 days)
2016-12-27 11:54:01 +00:00
Dmitry Marakasov
60bd4fd519 - Update to 2.0.36
- While here, fix LICENSE and unhardcode PREFIX

PR:		211972
Submitted by:	yuri@rawbw.com
Approved by:	trebbu@googlemail.com (maintainer)
2016-08-23 15:08:24 +00:00
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jan Beich
e72d0c5258 games/anki: convert to target option helpers 2015-09-05 22:48:49 +00:00
Jan Beich
37f9302fe6 games/anki: update to 2.0.32
PR:		202908
Submitted by:	Bert Burgemeister <trebbu@googlemail.com> (maintainer)

ChangeLog:
- Fixed a syncing bug that could lead to lost reviews and sanity
  check errors when deleting a filtered deck before syncing.
- Make default note type titles consistent (thanks to Soren).
- Load saved searches in alphabetical order (thanks to Houssam).
- Fix some fields not being renamed in template when renaming
  field (thanks to Dave).
- Fixed an error message that could occur in add-ons (thanks to Thomas) .
- Add a few more media types in the file selector (thanks to Jonathan).
- Report an error if an add-on download is corrupt.
- Fix sync error being shown twice.
- Updated translations, thanks to the translators.
2015-09-05 22:48:36 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Dmitry Marakasov
cd73789345 - Pass maintainership to submitter
PR:		194943
Submitted by:	trebbu@googlemail.com
2014-11-29 02:10:14 +00:00
Dmitry Marakasov
0fc8a0e545 - Update to 2.0.31
PR:		194943
Submitted by:	trebbu@googlemail.com
2014-11-24 23:56:32 +00:00
Dmitry Marakasov
075372439e - Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
2014-10-31 16:11:33 +00:00
Dmitry Marakasov
c10e6dec62 - Drop @dirrm* from plist
- Convert to USES=python
- Add LICENSE_FILE
2014-10-09 14:00:40 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Rusmir Dusko
79b1531ca2 - Update to 2.0.28 2014-07-28 22:00:17 +00:00
Rusmir Dusko
909dbfce86 - Update to 2.0.26
- Transfer maintainership to games@ team
2014-04-27 12:05:37 +00:00
Rusmir Dusko
4de709f387 - Update to 2.0.24 2014-04-12 17:39:33 +00:00
Rusmir Dusko
47bd567e1a - Update to 2.0.22 2014-01-31 21:24:58 +00:00
Rusmir Dusko
cd042a944d - Update to 2.0.21
- Add USES shebangfix and SHEBANG_FILES
2014-01-23 11:57:04 +00:00
Rusmir Dusko
22f9063a48 - Change REINPLACE_CMD, make PREFIX safe
Reported by:	makc
2014-01-20 10:32:52 +00:00
Rusmir Dusko
5ba0399099 - Update to 2.0.20
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Use REINPLACE_CMD instead of simple patches
2014-01-15 15:45:13 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Rusmir Dusko
9313a366e5 - Bump PORTREVISION
- Use patches  instead of REINPLACE_CMD, for upstream
- Cleanup Makefile, add patches, use Port Makefile
- Change pkg-plist, adjust NLS

Approved by:	pawel / wg (mentors, implicit)
2013-12-12 21:10:36 +00:00
Rusmir Dusko
483ede7128 - Update to 2.0.19
- Fix NLS, add Option
- Break lines around 80 characters

Reviewed by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	pawel / wg (mentors, implicit)
2013-12-12 11:44:25 +00:00
Rusmir Dusko
0f06cd2d90 - Update to 2.0.18
Approved by:	pawel / wg (mentors, implicit)
2013-11-19 17:09:51 +00:00
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Rusmir Dusko
a9546cb301 - Update to 2.0.14
Approved by:	pawel (mentor)
2013-10-18 21:35:18 +00:00
Rusmir Dusko
80f0656871 - Update to 2.0.13
- Change maintainer email to @FreeBSD.org
- Add dependencies for audio/lame and multimedia/mplayer
- Support STAGEDIR

Approved by:	wg/pawel (mentors)
2013-10-15 21:15:42 +00:00
William Grzybowski
1e6f5e0052 www/py-beautifulsoup32: bump port revision
- Bump port revision due to package name change
- Catch up package name of ports that depend on it
2013-10-02 23:38:51 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Pawel Pekala
58d40a63d2 Update to version 2.0.12
PR:		ports/180812
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 14:05:55 +00:00
William Grzybowski
f5c14ce459 games/anki: update to 2.0.11
- Update to 2.0.11
- USES desktop-file-utils and shared-mime-info

PR:		ports/179106
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
2013-07-13 16:09:29 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Martin Wilke
8f348ee109 - Update to 2.0.8
PR:		175988
Submitted by:	maintainer
2013-02-10 08:00:25 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Ruslan Makhmatkhanov
a0054f26b3 - update to 2.0.7
PR:		175706
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-02-01 14:10:45 +00:00
Niclas Zeising
7ceb9c4d35 Update to 2.0.6
Simplify makefile, add python to category and numeros other improvments.
Pass maintainership to submitter.

PR:		ports/175366
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	kwm, miwi (mentors, implicit)
2013-01-24 10:09:30 +00:00
Marcelo Araujo
52fe4e2e94 - Update to 2.0.4.
- Trim header.

PR:		ports/172506
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:44:59 +00:00