Commit Graph

49 Commits

Author SHA1 Message Date
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Wen Heping
f540e8e006 - Update to 1.42.0
PR:		234418
Submitted by:	duchateau.olivier@gmail.com
2018-12-27 02:50:27 +00:00
Sunpoet Po-Chuan Hsieh
9231ec97e1 Update to 1.41.1
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2018-08-13 18:20:46 +00:00
Martin Wilke
7d8049bac1 - Update to 1.41.0
PR:		229941
Submitted by:	ndowens.fbsd@yandex.com
Sponsored by:	iXsystems Inc.
2018-07-27 18:35:10 +00:00
Sunpoet Po-Chuan Hsieh
761c0dea4a Update to 1.40.0
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2018-01-26 18:12:21 +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
Sunpoet Po-Chuan Hsieh
598ff83747 Update to 1.39
- Simplify SHEBANG_FILES

Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-11-07 21:02:13 +00:00
Sunpoet Po-Chuan Hsieh
24fbe2b435 Update to 1.38
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-06-02 18:35:44 +00:00
Olivier Duchateau
8891d35141 - Update to 1.37
- Fix LICENSE

Changelog: https://github.com/quodlibet/mutagen/blob/release-1.37/NEWS
2017-02-25 14:05:25 +00:00
Sunpoet Po-Chuan Hsieh
827af78128 Update to 1.36.3
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-02-25 09:55:43 +00:00
Sunpoet Po-Chuan Hsieh
871bdb35b1 Update to 1.36.2
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-01-26 14:38:08 +00:00
Olivier Duchateau
76e74d9c32 Update to 1.36.1 2017-01-23 21:52:21 +00:00
Olivier Duchateau
db49f5a198 Update to 1.36
Changelog: https://github.com/quodlibet/mutagen/blob/release-1.36/NEWS
2016-12-23 12:54:54 +00:00
Olivier Duchateau
345e13cecc Update to 1.35.1 2016-11-12 18:40:58 +00:00
Ruslan Makhmatkhanov
1b9a79fdf7 audio/py-mutagen: add missing shebangfix
Correct my previos change by adding USES=shebangfix, that was
missed in manual merge.

With hat:		python
Pointyhat to:	rm
2016-08-21 12:56:38 +00:00
Ruslan Makhmatkhanov
6a9b64a2aa audio/py-mutagen: small changes
- make python version overridable, so we can reuse the Makefile
  from a slave port
- remove patch file, because it is too simple to not implement the
  replacing in Makefile
- utilize shebangfix against tools installed to ${PREFIX}/bin and
  mark this port concurrent-safe to get the tools prefixed with python version
- bump PORTREVISION because of package change

With hat:	python
2016-08-15 16:33:03 +00:00
Olivier Duchateau
b1d735391e Update to 1.34.1 2016-08-14 16:04:30 +00:00
Olivier Duchateau
a702c924ae Update to 1.34 2016-08-08 16:57:16 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Olivier Duchateau
f27be73c2b - Update to 1.33.2
- Adjust WWW entry, project moved to GitHub
2016-07-06 21:01:25 +00:00
Olivier Duchateau
169c16f9b9 Update to 1.33.1 2016-07-02 15:12:06 +00:00
Olivier Duchateau
0b2971bd28 Update to 1.32 2016-05-09 18:37:38 +00:00
Olivier Duchateau
9b9d541db4 - Update to 1.31
- Add NO_ARCH
- Re-assign to the Python team

Based on PR:	202767 (update to 1.30)
Submitted by:	myself
Approved by:	maintainer, timeout
2015-09-10 15:02:33 +00:00
Olivier Duchateau
af7674f559 Update to 1.29
PR:		200080
Submitted by:	myself
Approved by:	Peter Johnson (maintainer, timeout 3 weeks)
2015-05-30 14:42:15 +00:00
Olivier Duchateau
968cc70424 Update to 1.28
PR:		198606
Submitted by:	myself
Approved by:	maintainer (timeout 3 weeks)
2015-04-07 16:11:22 +00:00
Ruslan Makhmatkhanov
b441aa7806 audio/py-mutagen: version update
- update to 1.27

PR:		196823
Submitted by:	olivierd
Approved by:	maintainer timeout (1 month)
2015-02-21 22:24:52 +00:00
Thomas Zander
fff0f28ec0 - Update to 1.26
- Replace pkg-plist by USE_PYTHON= autoplist
- Remove post-patch target, already fixed in files/patch-setup.py
- Update WWW entry in pkg-descr

PR:		194927
Submitted by:	olivierd@FreeBSD.org
Approved by:	maintainer (timeout)
2014-11-29 09:14:05 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Marcus von Appen
715852b561 - Convert ports from audio/ to new USES=python
Reviewed by:	portmgr (implicit)
2014-10-19 07:33:09 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Mark Felder
26885f9b1d - Update to 1.22, required for next audio/beets update
- Support STAGE

Approved by:	swills (mentor)
2014-02-08 16:30:58 +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
Steve Wills
35f42460cc - Update to 1.21, required for my audio/beets port
- Remove patch, REINPLACE is better
- Passes portlint

PR:		ports/179297
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	maintainer timeout (johnson.peter@gmail.com, >2 weeks)
2013-06-22 14:49:53 +00:00
Martin Wilke
6952350f77 - Update to 1.20
PR:		154917
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer timeout
2011-03-17 15:46:55 +00:00
Li-Wen Hsu
13cfd27bfd - Update to 1.19
PR:		ports/144123
Submitted by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer)
2010-04-03 19:30:37 +00:00
Li-Wen Hsu
1bec665c3d - Update to 1.17
PR:		ports/139673
Submitted by:	Olivier Duchateau <duchateau.olivier AT gmail.com>
Approved by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer, with a updated patch)
2009-10-17 03:29:34 +00:00
Li-Wen Hsu
f77928a960 - Update to 1.14
- Add regression-test target

PR:		ports/128944
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	maintainer timeout
2009-03-21 06:41:24 +00:00
Li-Wen Hsu
0da9d42f13 - Update to 1.12
PR:		ports/116552
Submitted by:	Peter Johnson <johnson.peter AT gmail.com> (maintainer)
2007-09-23 05:28:31 +00:00
Martin Wilke
d8c54f9e9f - Update to 1.11
PR:		113353
Submitted by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
2007-06-06 10:37:08 +00:00
Dryice Dong Liu
fc910febd7 Add mirror site
PR:		ports/108534
Submitted by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by:	itetcu (mentor)
2007-01-31 03:42:30 +00:00
Martin Wilke
bdfc65d931 - Update to 1.10.1
PR:		108445
Submitted by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
2007-01-27 23:45:56 +00:00
Martin Wilke
a4ecc7b0f7 - Update to 1.10
PR:		ports/108234
Submitted by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
2007-01-23 16:15:56 +00:00
Martin Wilke
1db71b239e - Update to 1.9
PR:		ports/107738
Submitted by:	miwi
Approved by:	maintainer
2007-01-15 20:07:10 +00:00
Alexander Botero-Lowry
abd6f57467 - Update to 1.8
PR:		103965
Submitted by:	Peter Johnson <johnson.peter@gmail.com>
Approved by:	novel (mentor, implicit)
2006-10-04 06:00:32 +00:00
Alexander Botero-Lowry
c02cb48a18 - Update to 1.7.1
PR:		103601
Submitted by:	Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by:	novel (mentor)
2006-09-28 05:29:34 +00:00
Alexander Botero-Lowry
08eda4d136 - Update to 1.7
PR:			102630
Submitted by:		Peter Johnson <johnson.peter@gmail.com>
No response from:	maintainer
Approved by:		linimon (portmgr),
			novel (mentor)
2006-09-24 08:14:56 +00:00
Mark Linimon
b7f10f08c3 Reassign from inactive maintainer, to new maintainer who has been submitting
PRs for updates.

Hat:		portmgr
2006-09-23 20:42:42 +00:00
Stefan Walter
cb480d030f Update to 1.4.
PR:		98126
Submitted by:	Peter Johnson <johnson.peter@gmail.com>
Approved by:	maintainer
		arved (mentor)
2006-06-08 16:45:36 +00:00
Ion-Mihai Tetcu
cd6e120597 Re-add py-mutagen (after a few minutes of existance as audio/mutagen):
Mutagen is an audio metadata tag reader and writer implemented in
pure Python. It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4,
APEv2, and FLAC, and writing ID3v1.1, ID3v2.4, APEv2, and FLAC. It
can also read MPEG audio and Xing headers.

WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen

PR:		ports/97276 [1], ports/96897 [2]
Submitted by:	Byung-Hee HWANG <bh@izb.knu.ac.kr> [1]
		Peter Johnson <johnson.peter@gmail.com> [2]
Approved by:    tmclaugh (mentor)
2006-05-24 21:00:52 +00:00