aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/qtorrent
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-14 06:05:18 +0800
committerlofi <lofi@FreeBSD.org>2005-04-14 06:05:18 +0800
commitb2e24606a2f7f55ba4bc198f18d64bebf9c1a04d (patch)
tree3e68c92ee7f0543242fb4b470b3637be5e74af1e /net-p2p/qtorrent
parent4e70124d8883c1a441461056e58b5d2232a8f83e (diff)
downloadfreebsd-ports-gnome-b2e24606a2f7f55ba4bc198f18d64bebf9c1a04d.tar.gz
freebsd-ports-gnome-b2e24606a2f7f55ba4bc198f18d64bebf9c1a04d.tar.zst
freebsd-ports-gnome-b2e24606a2f7f55ba4bc198f18d64bebf9c1a04d.zip
Fix qtorrent with latest py-qt/py-sip.
PR: ports/79880 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Diffstat (limited to 'net-p2p/qtorrent')
-rw-r--r--net-p2p/qtorrent/Makefile7
1 files changed, 6 insertions, 1 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 <bsd.port.mk>