Fix qtorrent with latest py-qt/py-sip.

PR: ports/79880
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
This commit is contained in:
Michael Nottebrock 2005-04-13 22:05:18 +00:00
parent ac89ea25fa
commit f299cc7cf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133283
2 changed files with 12 additions and 2 deletions

View File

@ -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>

View File

@ -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>