aboutsummaryrefslogtreecommitdiffstats
path: root/net/btqueue/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-06-25 15:48:20 +0800
committerkrion <krion@FreeBSD.org>2004-06-25 15:48:20 +0800
commitd299f221d3163ced7ea1224bf41321ecf42929a8 (patch)
treeb9a168c0af7481b9f58e33c55ac176928074b503 /net/btqueue/Makefile
parentd7667a87fd139ec05e8f672fbc6b9ffabf52569a (diff)
downloadfreebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.tar.gz
freebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.tar.zst
freebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.zip
Update to version 0.0.10
PR: ports/68305 Submitted by: maintainer
Diffstat (limited to 'net/btqueue/Makefile')
-rw-r--r--net/btqueue/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/btqueue/Makefile b/net/btqueue/Makefile
index 1f25bbfe6ad..a9a53c47255 100644
--- a/net/btqueue/Makefile
+++ b/net/btqueue/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= btqueue
-PORTVERSION= 0.0.8
+PORTVERSION= 0.0.10
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= BTQueue-${PORTVERSION}
@@ -19,6 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS=yes
.include <bsd.port.mk>