FreeBSD Bugzilla – Attachment 33688 Details for
Bug 55048
[MAINTAINER] net/smokeping: update to 1.23
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
smokeping-1.23.patch
smokeping-1.23.patch (text/plain), 6.82 KB, created by
Lars Thegler
on 2003-07-30 15:00:17 UTC
(
hide
)
Description:
smokeping-1.23.patch
Filename:
MIME Type:
Creator:
Lars Thegler
Created:
2003-07-30 15:00:17 UTC
Size:
6.82 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/smokeping/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 29 Jun 2003 17:50:07 -0000 1.14 >+++ Makefile 30 Jul 2003 13:17:05 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= smokeping >-PORTVERSION= 1.21 >+PORTVERSION= 1.23 > CATEGORIES= net www > MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ > >@@ -31,7 +31,7 @@ > smokeping.cgi.1 smokeping_config.1 smokeping_install.1 telnetIOSPing.pm.1 > > PKGMESSAGE= ${WRKDIR}/pkg-message >-DOCDIR= ${PREFIX}/share/doc/smokeping >+ > DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO > DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ > EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \ >@@ -71,17 +71,19 @@ > > do-install: > @${INSTALL_SCRIPT} ${WRKSRC}/bin/smokeping ${PREFIX}/bin >+.if !defined(NOPORTDOCS) > .for file in ${MAN1} > @${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1 > .endfor >- @${MKDIR} ${DOCDIR} >+ @${MKDIR} ${DOCSDIR} > .for file in ${DOC1} >- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR} >+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} > .endfor > .for file in ${DOC2} >- @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCDIR} >- @${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt ${DOCDIR} >+ @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt ${DOCSDIR} > .endfor >+.endif > @${MKDIR} ${PREFIX}/etc/smokeping > .for file in ${ETC1} > @${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/net/smokeping/distinfo,v >retrieving revision 1.9 >diff -u -r1.9 distinfo >--- distinfo 29 Jun 2003 17:50:07 -0000 1.9 >+++ distinfo 30 Jul 2003 13:17:05 -0000 >@@ -1 +1 @@ >-MD5 (smokeping-1.21.tar.gz) = ae33364826cec30610e1e5dc930bd1bf >+MD5 (smokeping-1.23.tar.gz) = 12161de246e5a6aabed3a54c0fb26b2e >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/smokeping/pkg-plist,v >retrieving revision 1.8 >diff -u -r1.8 pkg-plist >--- pkg-plist 29 Jun 2003 17:50:07 -0000 1.8 >+++ pkg-plist 30 Jul 2003 13:17:05 -0000 >@@ -12,58 +12,58 @@ > @unexec if cmp -s %D/etc/smokeping/config-echoping %D/etc/smokeping/config-echoping.dist; then rm -f %D/etc/smokeping/config-echoping; fi > etc/smokeping/config-echoping.dist > @exec [ -f %B/config-echoping ] || cp %B/%f %B/config-echoping >-share/doc/smokeping/CHANGES >-share/doc/smokeping/CONTRIBUTORS >-share/doc/smokeping/COPYING >-share/doc/smokeping/COPYRIGHT >-share/doc/smokeping/README >-share/doc/smokeping/TODO >-share/doc/smokeping/Curl.pm.html >-share/doc/smokeping/Curl.pm.txt >-share/doc/smokeping/DNS.pm.html >-share/doc/smokeping/DNS.pm.txt >-share/doc/smokeping/EchoPing.pm.html >-share/doc/smokeping/EchoPing.pm.txt >-share/doc/smokeping/EchoPingChargen.pm.html >-share/doc/smokeping/EchoPingChargen.pm.txt >-share/doc/smokeping/EchoPingDiscard.pm.html >-share/doc/smokeping/EchoPingDiscard.pm.txt >-share/doc/smokeping/EchoPingHttp.pm.html >-share/doc/smokeping/EchoPingHttp.pm.txt >-share/doc/smokeping/EchoPingHttps.pm.html >-share/doc/smokeping/EchoPingHttps.pm.txt >-share/doc/smokeping/EchoPingIcp.pm.html >-share/doc/smokeping/EchoPingIcp.pm.txt >-share/doc/smokeping/EchoPingSmtp.pm.html >-share/doc/smokeping/EchoPingSmtp.pm.txt >-share/doc/smokeping/FPing.pm.html >-share/doc/smokeping/FPing.pm.txt >-share/doc/smokeping/FPing6.pm.html >-share/doc/smokeping/FPing6.pm.txt >-share/doc/smokeping/IOSPing.pm.html >-share/doc/smokeping/IOSPing.pm.txt >-share/doc/smokeping/ParseConfig.pm.html >-share/doc/smokeping/ParseConfig.pm.txt >-share/doc/smokeping/RemoteFPing.pm.html >-share/doc/smokeping/RemoteFPing.pm.txt >-share/doc/smokeping/Smokeping.pm.html >-share/doc/smokeping/Smokeping.pm.txt >-share/doc/smokeping/base.pm.html >-share/doc/smokeping/base.pm.txt >-share/doc/smokeping/basefork.pm.html >-share/doc/smokeping/basefork.pm.txt >-share/doc/smokeping/basevars.pm.html >-share/doc/smokeping/basevars.pm.txt >-share/doc/smokeping/smokeping.cgi.html >-share/doc/smokeping/smokeping.cgi.txt >-share/doc/smokeping/smokeping.html >-share/doc/smokeping/smokeping.txt >-share/doc/smokeping/smokeping_config.html >-share/doc/smokeping/smokeping_config.txt >-share/doc/smokeping/smokeping_install.html >-share/doc/smokeping/smokeping_install.txt >-share/doc/smokeping/telnetIOSPing.pm.html >-share/doc/smokeping/telnetIOSPing.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/CHANGES >+%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/TODO >+%%PORTDOCS%%%%DOCSDIR%%/Curl.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/Curl.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/DNS.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/DNS.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPing.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPing.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingChargen.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingChargen.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingDiscard.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingDiscard.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttp.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttp.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttps.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingHttps.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingIcp.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingIcp.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingSmtp.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/EchoPingSmtp.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/FPing.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/FPing.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/FPing6.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/FPing6.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/IOSPing.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/IOSPing.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/ParseConfig.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/ParseConfig.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/RemoteFPing.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/RemoteFPing.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/Smokeping.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/Smokeping.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/base.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/base.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/basefork.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/basefork.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/basevars.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/basevars.pm.txt >+%%PORTDOCS%%%%DOCSDIR%%/smokeping.cgi.html >+%%PORTDOCS%%%%DOCSDIR%%/smokeping.cgi.txt >+%%PORTDOCS%%%%DOCSDIR%%/smokeping.html >+%%PORTDOCS%%%%DOCSDIR%%/smokeping.txt >+%%PORTDOCS%%%%DOCSDIR%%/smokeping_config.html >+%%PORTDOCS%%%%DOCSDIR%%/smokeping_config.txt >+%%PORTDOCS%%%%DOCSDIR%%/smokeping_install.html >+%%PORTDOCS%%%%DOCSDIR%%/smokeping_install.txt >+%%PORTDOCS%%%%DOCSDIR%%/telnetIOSPing.pm.html >+%%PORTDOCS%%%%DOCSDIR%%/telnetIOSPing.pm.txt > smokeping/htdocs/smokeping.cgi > smokeping/lib/ISG/ParseConfig.pm > smokeping/lib/ISG/VppGateway.pm >@@ -95,5 +95,5 @@ > @dirrm smokeping/lib/probes > @dirrm smokeping/lib/ISG > @dirrm smokeping/lib >-@dirrm share/doc/smokeping >+%%PORTDOCS%%@dirrm %%DOCSDIR%% > @unexec rmdir %D/smokeping 2>/dev/null || true
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 55048
: 33688