mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update net-p2p/bnbt to 8.5.
- Try to remove /var/lob/bnbt at deinstall. - Add a pointer to the configuration wiki page in pkg-message.
This commit is contained in:
parent
764e348a35
commit
a01d7533aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206501
4 changed files with 17 additions and 14 deletions
|
@ -6,25 +6,23 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bnbt
|
PORTNAME= bnbt
|
||||||
PORTVERSION= 8.1b3
|
PORTVERSION= 8.5
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net-p2p
|
CATEGORIES= net-p2p
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= http://opensource.depthstrike.com/${PORTNAME}/
|
||||||
MASTER_SITE_SUBDIR= bnbt
|
DISTNAME= ${SNAPSHOT}-${PORTNAME}${PORTVERSION:C/\.//}-src
|
||||||
DISTNAME= bnbt81b-3-sf
|
SNAPSHOT= 20060727
|
||||||
|
|
||||||
MAINTAINER= flz@FreeBSD.org
|
MAINTAINER= flz@FreeBSD.org
|
||||||
COMMENT= A C++ BitTorrent Tracker
|
COMMENT= A C++ BitTorrent Tracker
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_BZIP= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_DOS2UNIX= yes
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
USE_RC_SUBR= bnbt.sh
|
USE_RC_SUBR= bnbt.sh
|
||||||
|
|
||||||
PORTDOCS= footer.html header.html lesser.txt readme.txt users.txt
|
PORTDOCS= footer.html header.html
|
||||||
|
|
||||||
.if defined(WITH_MYSQL)
|
.if defined(WITH_MYSQL)
|
||||||
ALL_TARGET= bnbtmysql
|
ALL_TARGET= bnbtmysql
|
||||||
|
@ -49,7 +47,7 @@ do-install:
|
||||||
${MKDIR} ${PREFIX}/etc/${PORTNAME}
|
${MKDIR} ${PREFIX}/etc/${PORTNAME}
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for i in ${PORTDOCS}
|
.for i in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/$i ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (bnbt81b-3-sf.zip) = 2935ffe0f51090a79d5bd76566af3b2b
|
MD5 (20060727-bnbt85-src.tar.gz) = 6198ce819b9edad13194f54f6715084a
|
||||||
SHA256 (bnbt81b-3-sf.zip) = d9d431f86b5abbf89907c567c2ca7bf3020fe86c2585645c2888d51bcc5c842f
|
SHA256 (20060727-bnbt85-src.tar.gz) = 50a9c897f9bfc3a238fd74eb234b231225dfd2652592573002a93efce9ae9840
|
||||||
SIZE (bnbt81b-3-sf.zip) = 741026
|
SIZE (20060727-bnbt85-src.tar.gz) = 87105
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
************************************************************
|
************************************************************
|
||||||
Bnbt has been successfully installed.
|
BNBT has been successfully installed.
|
||||||
|
|
||||||
|
For more information on how to configure BNBT:
|
||||||
|
|
||||||
|
http://wiki.depthstrike.com/index.php/BNBT:Documentation:Configuration
|
||||||
|
|
||||||
In order to run bnbt, add the following lines to /etc/rc.conf:
|
In order to run bnbt, add the following lines to /etc/rc.conf:
|
||||||
bnbt_enable="YES"
|
bnbt_enable="YES"
|
||||||
|
|
|
@ -2,3 +2,4 @@ bin/bnbt
|
||||||
@exec mkdir -p /var/log/bnbt
|
@exec mkdir -p /var/log/bnbt
|
||||||
@exec mkdir -p %D/etc/bnbt
|
@exec mkdir -p %D/etc/bnbt
|
||||||
@dirrmtry etc/bnbt
|
@dirrmtry etc/bnbt
|
||||||
|
@dirrmtry /var/log/bnbt
|
||||||
|
|
Loading…
Add table
Reference in a new issue