diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-16 15:20:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-16 15:20:20 +0000 |
commit | 374ebe12d966d1d1a64b94c88173ee70423fd5fb (patch) | |
tree | f4ad4ce83073d0d4432a25a92500599af98fd71a /multimedia/gpodder/Makefile | |
parent | 2410e46bc76fccdc76bdf7f27173c654326fe285 (diff) |
- fix network interface detection failure, introduced in 3.4.0. There is
upstream bug-report [1] and the issue is patched partially in upstream's
repository, but it has some problems so I stick with own workaround until
the new release
- add missing runtime dependency on audio/py-eyed3, while here
- bump PORTREVISION
[1] https://bugs.gpodder.org/show_bug.cgi?id=1730
Reported by: Stephan Schindel <sts@tp1.rub.de> (via ports@)
Notes
Notes:
svn path=/head/; revision=310498
Diffstat (limited to 'multimedia/gpodder/Makefile')
-rw-r--r-- | multimedia/gpodder/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile index ca68f3fd54eb..29ebd361500f 100644 --- a/multimedia/gpodder/Makefile +++ b/multimedia/gpodder/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpodder PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= http://gpodder.org/src/ @@ -16,7 +17,8 @@ BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}mygpoclient>=1.4:${PORTSDIR}/devel/py-mygpoclient \ - ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus + ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}eyed3>=0:${PORTSDIR}/audio/py-eyed3 OPTIONS_DEFINE= GTK2 NOTIFY MUTAGEN OGG2MP3 OPTIONS_DEFAULT=GTK2 |