diff options
author | markus <markus@FreeBSD.org> | 2006-08-22 00:59:22 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-08-22 00:59:22 +0800 |
commit | a185460968997a3ca69fc3929cdc13466b44713b (patch) | |
tree | abe5335e23c53218996d8e079f9b7f87483a32f5 /net-p2p/ktorrent2 | |
parent | c3b78f0b999b924bf640376cf36ac35780d31af4 (diff) | |
download | freebsd-ports-gnome-a185460968997a3ca69fc3929cdc13466b44713b.tar.gz freebsd-ports-gnome-a185460968997a3ca69fc3929cdc13466b44713b.tar.zst freebsd-ports-gnome-a185460968997a3ca69fc3929cdc13466b44713b.zip |
- Update to version 2.0.1
- Mark BROKEN on 4.x [1]
Submitted by: pointyhat via kris [1]
Diffstat (limited to 'net-p2p/ktorrent2')
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/ktorrent2/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index 8fc08abb71a6..6e6b755e5591 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ktorrent -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ @@ -24,7 +24,11 @@ USE_GMAKE= yes post-patch: @${TOUCH} ${WRKSRC}/config.h.in @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|x-bittorrent.desktop||g' \ - ${WRKSRC}/apps/ktorrent/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo index 2ee64c767c64..0bf92d140ae5 100644 --- a/net-p2p/ktorrent2/distinfo +++ b/net-p2p/ktorrent2/distinfo @@ -1,3 +1,3 @@ -MD5 (ktorrent-2.0.tar.gz) = c756408fb2629c480d959254f75762df -SHA256 (ktorrent-2.0.tar.gz) = c23c6ca8be0e537ea7fcd11ef84ed4361c1d27b0355a27564dcab751c6aeb6b0 -SIZE (ktorrent-2.0.tar.gz) = 2685501 +MD5 (ktorrent-2.0.1.tar.gz) = 170f1cf149163dbcd0d50f2387a02f12 +SHA256 (ktorrent-2.0.1.tar.gz) = d203212fd800c01c3ba67afb2b8780f7631861ed5413636cf2926285586afca4 +SIZE (ktorrent-2.0.1.tar.gz) = 2687333 |