Fix qtorrent with latest py-qt/py-sip.
PR: ports/79880 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
This commit is contained in:
parent
ac89ea25fa
commit
f299cc7cf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133283
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qtorrent
|
||||
PORTVERSION= 0.9.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://thegraveyard.org/files/
|
||||
|
||||
@ -27,4 +27,9 @@ pre-everything::
|
||||
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
|
||||
@${ECHO_MSG} "===>"
|
||||
|
||||
post-patch:
|
||||
.for i in torrentsettings torrentwindow
|
||||
@pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qtorrent
|
||||
PORTVERSION= 0.9.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://thegraveyard.org/files/
|
||||
|
||||
@ -27,4 +27,9 @@ pre-everything::
|
||||
@${ECHO_MSG} "===> python WITH_THREADS defined, it is default"
|
||||
@${ECHO_MSG} "===>"
|
||||
|
||||
post-patch:
|
||||
.for i in torrentsettings torrentwindow
|
||||
@pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user