mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.8.2
PR: ports/138748 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Feature safe: yes
This commit is contained in:
parent
a6da8c7f19
commit
02032fa8f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241492
3 changed files with 12 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bip
|
||||
PORTVERSION= 0.8.1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://bip.t1r.net/downloads/ \
|
||||
http://distfiles.gentoo.org/distfiles/ \
|
||||
|
@ -37,13 +37,17 @@ post-install:
|
|||
@cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${INSTALL} -d ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${INSTALL} -d ${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for examples in ${PORTEXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/${examples} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (bip-0.8.1.tar.gz) = c05486f2601b2eb7481d7ca62c65388a
|
||||
SHA256 (bip-0.8.1.tar.gz) = e464d8ab7c2a98c11a09d6acb166dd71c12245b651893d2a02ed0f57429d0bb8
|
||||
SIZE (bip-0.8.1.tar.gz) = 203866
|
||||
MD5 (bip-0.8.2.tar.gz) = 3f3a66f6179456ba7efb1970a89f46dd
|
||||
SHA256 (bip-0.8.2.tar.gz) = 3367f4e6a3a352fd756db478d4a92378e370318a4c961ae03b0a1b40f46a1cfd
|
||||
SIZE (bip-0.8.2.tar.gz) = 208502
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
Your sample configuration files have been installed in:
|
||||
%%EXAMPLESDIR%%/bip.conf
|
||||
|
@ -7,5 +6,4 @@ You must create a directory named .bip in your home directory,
|
|||
copy bip.conf there and edit it for your settings.
|
||||
|
||||
bip will not start if you don't do this.
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
|
Loading…
Add table
Reference in a new issue