mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.2.7b
PR: ports/83021 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
This commit is contained in:
parent
d9d9462b28
commit
cddf265275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138581
@ -6,16 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyslsk
|
||||
PORTVERSION= 1.2.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.7b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
|
||||
|
||||
MAINTAINER= shoesoft@gmx.net
|
||||
COMMENT= Client for SoulSeek filesharing system
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
|
||||
@ -28,4 +27,11 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-b
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
.if exists(${PYTHON_SITELIBDIR}/wx/__init__.py)
|
||||
BROKEN= "pyslsk only works with py-wxPython >= 2.6, please deinstall old version first"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pyslsk-1.2.6.tar.gz) = 59fae6868c4bfb9568d21b27fa5ca051
|
||||
SIZE (pyslsk-1.2.6.tar.gz) = 99434
|
||||
MD5 (pyslsk-1.2.7b.tar.gz) = c7a112eef6f59c4e9602cd4a9b3d9a31
|
||||
SIZE (pyslsk-1.2.7b.tar.gz) = 100414
|
||||
|
@ -6,16 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyslsk
|
||||
PORTVERSION= 1.2.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.7b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
|
||||
|
||||
MAINTAINER= shoesoft@gmx.net
|
||||
COMMENT= Client for SoulSeek filesharing system
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
|
||||
@ -28,4 +27,11 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-b
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-install:
|
||||
.if exists(${PYTHON_SITELIBDIR}/wx/__init__.py)
|
||||
BROKEN= "pyslsk only works with py-wxPython >= 2.6, please deinstall old version first"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pyslsk-1.2.6.tar.gz) = 59fae6868c4bfb9568d21b27fa5ca051
|
||||
SIZE (pyslsk-1.2.6.tar.gz) = 99434
|
||||
MD5 (pyslsk-1.2.7b.tar.gz) = c7a112eef6f59c4e9602cd4a9b3d9a31
|
||||
SIZE (pyslsk-1.2.7b.tar.gz) = 100414
|
||||
|
Loading…
Reference in New Issue
Block a user