- Update to 1.35
PR: ports/155389 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
This commit is contained in:
parent
b0d1bb6f74
commit
922c16ace6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270544
4 changed files with 3 additions and 22 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bitflu
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.35
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
@ -48,10 +48,6 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
||||
${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/fluconvert.pl \
|
||||
${PREFIX}/bin/fluconvert.pl
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/dumptorrent.pl \
|
||||
${PREFIX}/bin/dumptorrent.pl
|
||||
${MKDIR} ${PREFIX}/${PLUGINSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/plugins/Bitflu/*.pm ${PREFIX}/${PLUGINSDIR}/
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
|
@ -62,8 +58,6 @@ do-install:
|
|||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/tools/fluconvert-README.txt \
|
||||
${DOCSDIR}/fluconvert-README.txt
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (bitflu-1.10.tgz) = f51e85a3dc355ea223510ad1043e8573
|
||||
SHA256 (bitflu-1.10.tgz) = 6563d22aef390aa7f12f6f01066eba9e79a99dc463e0d4a27512283c956d9e3f
|
||||
SIZE (bitflu-1.10.tgz) = 152259
|
||||
SHA256 (bitflu-1.35.tgz) = cf4255c4589ee66b35f674b9e6587b60380d9755fb776868dc4e420638cd2cf1
|
||||
SIZE (bitflu-1.35.tgz) = 154628
|
||||
|
|
|
@ -5,12 +5,4 @@
|
|||
* *
|
||||
* %%PREFIX%%/lib/perl5 (New location as of 0.80) *
|
||||
* *
|
||||
* If you have previously used a version of bitflu prior to 0.4x, you *
|
||||
* may want to convert your data to the new storage plugin (which was *
|
||||
* introduced along with the upstream bitflu re-write). Such conversions *
|
||||
* can be done using fluconvert. If the package is built with *
|
||||
* documentation, the instructions are installed at: *
|
||||
* *
|
||||
* %%DOCSDIR%%/fluconvert-README.txt *
|
||||
* *
|
||||
*************************************************************************
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
bin/bitflu
|
||||
bin/fluconvert.pl
|
||||
bin/dumptorrent.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fluconvert-README.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bitflu.config
|
||||
%%PLUGINSDIR%%/00_StorageFarabDb.pm
|
||||
%%PLUGINSDIR%%/00_StorageVFS.pm
|
||||
%%PLUGINSDIR%%/10_AdminHTTP.pm
|
||||
%%PLUGINSDIR%%/10_AdminTelnet.pm
|
||||
|
|
Loading…
Reference in a new issue