summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-02 10:42:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-02 10:42:13 +0000
commit2b22fddd4ab4decce709d0da897c5d995218307e (patch)
tree46eeabfd211be9207e969c579e41e64422e58872 /net
parentAdd icoconvert, a small utility to convert Windows icon files into .xpm and .... (diff)
- Update to 7.5b2
Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
Notes
Notes: svn path=/head/; revision=108147
Diffstat (limited to 'net')
-rw-r--r--net/bnbt/Makefile12
-rw-r--r--net/bnbt/distinfo4
2 files changed, 7 insertions, 9 deletions
diff --git a/net/bnbt/Makefile b/net/bnbt/Makefile
index e16364f26482..0de271da601c 100644
--- a/net/bnbt/Makefile
+++ b/net/bnbt/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= bnbt
-PORTVERSION= 7.5b
+PORTVERSION= 7.5b2
CATEGORIES= net
MASTER_SITES= http://bnbt.go-dedicated.com/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
+DISTNAME= bnbt75b-2
MAINTAINER= flz@xbsd.org
COMMENT= A C++ BitTorrent Tracker
@@ -28,10 +28,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bnbt ${PREFIX}/bin
${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/footer.html ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/header.html ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/lesser.txt ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/readme.txt ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/users.txt ${DATADIR}
+.for i in footer.html header.html lesser.txt readme.txt users.txt
+ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DATADIR}
+.endfor
.include <bsd.port.mk>
diff --git a/net/bnbt/distinfo b/net/bnbt/distinfo
index 8644cda86953..b1d3d391764d 100644
--- a/net/bnbt/distinfo
+++ b/net/bnbt/distinfo
@@ -1,2 +1,2 @@
-MD5 (bnbt75b.zip) = 3a88e416afd61c71bc3607ae1f3c1a21
-SIZE (bnbt75b.zip) = 877902
+MD5 (bnbt75b-2.zip) = 57586cf9e487cc9f09e0e6f351c2a54a
+SIZE (bnbt75b-2.zip) = 861997