mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.2.4b
* fix for searches not returning any results - Fix optional dependencies - Quiet portlint PR: ports/59969 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
This commit is contained in:
parent
1688125db6
commit
6dc9a448a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95119
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyslsk
|
||||
PORTVERSION= 1.2.4a
|
||||
PORTVERSION= 1.2.4b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
|
||||
|
||||
@ -15,12 +15,15 @@ COMMENT= "Client for SoulSeek filesharing system"
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_BSDDB3)
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
|
||||
.endif
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pyslsk-1.2.4a.tar.gz) = 11fb897c32b2e049a9d77280f2a10cd4
|
||||
MD5 (pyslsk-1.2.4b.tar.gz) = 3ea76a19bc7c35de292f92b65ef14c7d
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyslsk
|
||||
PORTVERSION= 1.2.4a
|
||||
PORTVERSION= 1.2.4b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.sensi.org/~ak/pyslsk/
|
||||
|
||||
@ -15,12 +15,15 @@ COMMENT= "Client for SoulSeek filesharing system"
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython
|
||||
|
||||
.if !defined(WITHOUT_VORBIS)
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_BSDDB3)
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/bsddb3/__init__.py:${PORTSDIR}/databases/py-bsddb3
|
||||
.endif
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pyslsk-1.2.4a.tar.gz) = 11fb897c32b2e049a9d77280f2a10cd4
|
||||
MD5 (pyslsk-1.2.4b.tar.gz) = 3ea76a19bc7c35de292f92b65ef14c7d
|
||||
|
Loading…
Reference in New Issue
Block a user