Commit graph

57 commits

Author SHA1 Message Date
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Ruslan Makhmatkhanov
7854a2d850 audio/exaile: correct bsdisks dependency 2019-12-26 16:31:26 +00:00
Ruslan Makhmatkhanov
217c81bc87 audio/exaile: actualize port options
- drop no more supported HAL dependency
- introduce non-default bsdisks dependency for hardware detection
- add CDDB and UDISKS2 knobs to options list
- bump PORTREVISION to track dependency change
2019-12-26 16:24:04 +00:00
Ruslan Makhmatkhanov
f9463854b6 audio/exaile: update to 4.0.0
Release notes: https://github.com/exaile/exaile/wiki/Exaile-4.0-release-notes
2019-12-26 14:51:19 +00:00
Dmitry Marakasov
7be4583569 - Update WWW
Approved by:	portmgr blanket
2019-11-28 09:40:27 +00:00
Tobias Kortkamp
6a379e2d3a a-b: Add missing USES={gnome,php,sdl,xorg} 2019-11-08 09:27:56 +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
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Ruslan Makhmatkhanov
484b696c12 audio/exaile: update to 3.4.5 2015-05-01 18:07:02 +00:00
Ruslan Makhmatkhanov
2a2762bc97 audio/exaile: update to 3.4.4
- update to 3.4.4
- install man-page
2015-04-02 18:28:27 +00:00
Ruslan Makhmatkhanov
708fe4e2d2 audio/exaile: update to 3.4.3 2014-12-31 09:51:49 +00:00
Ruslan Makhmatkhanov
8bb7551e9d Grab maintainership 2014-12-22 17:41:54 +00:00
Frederic Culot
5bcd3062f5 - Reassign to the heap after jsa@'s bit was taken in for safekeeping 2014-10-23 13:06:38 +00:00
Ruslan Makhmatkhanov
0c4ab614b9 audio/exaile: update to 3.4.0.2
- update to 3.4.0.2
- switch to github
- add LICENSE_FILE
- modernize port
- stop building and installing an manpage, because of:
  1. It can't be built on package cluster, because exaile refuses to start under
     root user.
  2. It needs pygtk2 and friends on build phase just to create the manpage! I'd
     rethink the process, or at least included the prebuilt version of manpage to
     the source tarball.

PR:		194144
Approved by:	maintainer timeout (14 days)
2014-10-18 08:20:22 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Ruslan Makhmatkhanov
2cbb04c05e - update to 3.3.2
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)

changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.

- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox

PR:		183843
Submitted by:	rm (myself)
Approved by:	jsa (maintainer, by mail)
2013-11-27 06:25:56 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Martin Wilke
6ec3e9fd05 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 14:51:23 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Ruslan Makhmatkhanov
0eec3b593b - update to 3.3.1
changelog:
https://launchpad.net/exaile/3.3.x/3.3.1

PR:		174042
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks+)
2012-12-19 20:14:05 +00:00
Ruslan Makhmatkhanov
5654168e6d - update to 3.3.0
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
  to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist

changelog:
- see first news article on www.exaile.org

PR:		171911
Submitted by:	rm (myself)
Approved by:	jsa (maintainer)
2012-09-25 07:04:59 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Joseph S. Atkinson
43719fbe50 Update to 0.3.2.2.
Approved by:	kwm (mentor)
2011-07-19 11:50:18 +00:00
Joseph S. Atkinson
2853485e83 Include support for AAC formats.
PR:		ports/155887
Submitted by:	miwi
Approved by:	kwm (mentor)
2011-04-08 22:18:22 +00:00
Joseph S. Atkinson
c85140d562 Update to 0.3.2.1.
This release removes the SHOUTcast plugin for similar reasons you can read
about here: http://www.videolan.org/press/2010-1.html

Approved by:	wxs (mentor)
2011-02-13 21:20:16 +00:00
Joseph S. Atkinson
4e2ca55c11 Update my email address to my new @FreeBSD.org addy
Approved by:	wxs (mentor)
2010-07-25 11:18:55 +00:00
Wesley Shields
d9812e6386 Update to 0.3.2
PR:		ports/148154
Submitted by:	Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
Feature safe:	yes
2010-06-28 23:37:21 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Wesley Shields
31489bbc48 - Update to 0.3.1.1
PR:		ports/145466
Submitted by:	Joseph S. Atkinson <jsa@wickedmachine.net>
2010-04-16 13:18:08 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
176e5b4e58 - Update to 0.3.1.0
PR:		144787
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2010-03-18 01:04:07 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Philip M. Gollucci
d8ec343b2f - Fix OPTIONs
PR:             ports/142020
Submitted by:   Thomas Zander <thomas.e.zander@googlemail.com>
Approved by:    "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer)
2010-01-08 01:21:20 +00:00
Pav Lucistnik
7d8136e754 - Add dependency on librsvg2 to prevent crashes on runtime
PR:		ports/140984
Submitted by:	Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
2009-12-18 22:04:56 +00:00
Dmitry Marakasov
742e7a7ef5 - Update to 0.3.0.2
PR:		140439
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2009-11-27 23:20:20 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Ion-Mihai Tetcu
92292f4e9c Add confilicts with the new -devel port and bump PORTREVISION.
PR:		ports/131629
Submitted by:	Joseph S. Atkinson (maintainer)
2009-03-05 09:13:37 +00:00
Mark Linimon
5425e73773 Assign maintainership to submitter of last PR. 2009-01-25 23:59:24 +00:00
Martin Wilke
20e390610a - Update to 0.2.14
PR:		127955
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2008-10-19 14:13:49 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Edwin Groothuis
6527ef2070 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)
2008-06-06 13:08:29 +00:00
Andrew Pantyukhin
76c5f77b20 - Update to 0.2.13
Prodded by:	Joseph S. Atkinson <jsatkinson@embarqmail.com>
2008-04-04 11:51:55 +00:00
Andrew Pantyukhin
61863cebe0 - Update to 0.2.10
- Disable translations (msgfmt problems)
- Rely on dbus and disable mmkeys
2007-08-01 07:12:04 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00