From f299cc7cf271d5996734c1017c2b0e9c21ea073c Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 13 Apr 2005 22:05:18 +0000 Subject: [PATCH] Fix qtorrent with latest py-qt/py-sip. PR: ports/79880 Submitted by: Heiner Eichmann --- net-p2p/qtorrent/Makefile | 7 ++++++- net/qtorrent/Makefile | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index a9907c6d122f..b45b37e535cd 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -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 diff --git a/net/qtorrent/Makefile b/net/qtorrent/Makefile index a9907c6d122f..b45b37e535cd 100644 --- a/net/qtorrent/Makefile +++ b/net/qtorrent/Makefile @@ -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