Skip to content

Commit

Permalink
multimedia/gpodder: Fix build with setuptools 58.0.0+
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

With hat:	python
  • Loading branch information
sunpoet committed Jun 3, 2022
1 parent b41d799 commit 92b2762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multimedia/gpodder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= gpodder
DISTVERSION= 3.10.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia python

MAINTAINER= rm@FreeBSD.org
Expand Down
5 changes: 4 additions & 1 deletion multimedia/gpodder/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ bin/gpodder-migrate2tres
%%PYTHON_SITELIBDIR%%/gpodder/__pycache__/vimeo.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/gpodder/__pycache__/youtube.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
%%PYTHON_SITELIBDIR%%/gpodder/__pycache__/youtube.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info
%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/PKG-INFO
%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt
%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt
%%PYTHON_SITELIBDIR%%/gpodder-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info/top_level.txt
%%PYTHON_SITELIBDIR%%/gpodder/build_info.py
%%PYTHON_SITELIBDIR%%/gpodder/deviceplaylist.py
%%GTK3%%%%PYTHON_SITELIBDIR%%/gpodder/gtkui/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Expand Down

0 comments on commit 92b2762

Please sign in to comment.