FreeBSD Bugzilla – Attachment 99626 Details for
Bug 138748
[PATCH] irc/bip: update to 0.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bip-0.8.2.patch
bip-0.8.2.patch (text/plain), 2.36 KB, created by
Sylvio César Teixeira Amorim
on 2009-09-12 06:20:01 UTC
(
hide
)
Description:
bip-0.8.2.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-09-12 06:20:01 UTC
Size:
2.36 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/irc/bip/Makefile,v >retrieving revision 1.9 >diff -u -u -r1.9 Makefile >--- Makefile 30 Aug 2009 23:34:02 -0000 1.9 >+++ Makefile 12 Sep 2009 04:51:40 -0000 >@@ -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 @@ > @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} > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/irc/bip/distinfo,v >retrieving revision 1.7 >diff -u -u -r1.7 distinfo >--- distinfo 30 Aug 2009 23:34:02 -0000 1.7 >+++ distinfo 12 Sep 2009 04:51:40 -0000 >@@ -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 >Index: files/pkg-message.in >=================================================================== >RCS file: /home/ncvs/ports/irc/bip/files/pkg-message.in,v >retrieving revision 1.1 >diff -u -u -r1.1 pkg-message.in >--- files/pkg-message.in 17 Dec 2007 03:48:51 -0000 1.1 >+++ files/pkg-message.in 12 Sep 2009 04:51:40 -0000 >@@ -1,4 +1,3 @@ >- > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > Your sample configuration files have been installed in: > %%EXAMPLESDIR%%/bip.conf >@@ -7,5 +6,4 @@ > copy bip.conf there and edit it for your settings. > > bip will not start if you don't do this. >- > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138748
: 99626