diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-08-21 16:59:22 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-08-21 16:59:22 +0000 |
commit | e4c67dd8d9eb6a1e71f18ce7a1eb5752ecbb8c6f (patch) | |
tree | 50c6480b58e64acaf059dd83ae8e0aff5c0119c2 | |
parent | 2f15f9036bd4d05e038a2f875da8a543f7d3f1f9 (diff) | |
download | ports-e4c67dd8d9eb6a1e71f18ce7a1eb5752ecbb8c6f.tar.gz ports-e4c67dd8d9eb6a1e71f18ce7a1eb5752ecbb8c6f.zip |
Notes
-rw-r--r-- | net-p2p/ktorrent/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/ktorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/ktorrent2/distinfo | 6 |
4 files changed, 22 insertions, 14 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 8fc08abb71a6..6e6b755e5591 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/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/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 2ee64c767c64..0bf92d140ae5 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/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 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 |