FreeBSD Bugzilla – Attachment 153944 Details for
Bug 198379
net/liboping: Update to 1.8.0, Fix MASTER_SITES, WWW, Request MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for net/liboping
2015-03-06.diff (text/plain), 2.99 KB, created by
Chris Hutchinson
on 2015-03-07 00:08:44 UTC
(
hide
)
Description:
svn diff for net/liboping
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2015-03-07 00:08:44 UTC
Size:
2.99 KB
patch
obsolete
>Index: liboping/Makefile >=================================================================== >--- liboping/Makefile (revision 380655) >+++ liboping/Makefile (working copy) >@@ -2,18 +2,27 @@ > # $FreeBSD$ > > PORTNAME= liboping >-PORTVERSION= 0.3.5 >+PORTVERSION= 1.8.0 > PORTREVISION= 1 > CATEGORIES= net >-MASTER_SITES= http://verplant.org/liboping/files/ \ >- http://matt.peterson.org/FreeBSD/ports/ >+MASTER_SITES= http://noping.cc/files/ > >-MAINTAINER= matt@peterson.org >-COMMENT= C library to generate ICMP echo requests >+MAINTAINER= portmaster@BSDforge.com >+COMMENT= Ping IPv4/6, and C library. Includes ncurses option > >+LICENSE= GPLv2 >+ >+USES= libtool ncurses perl5 shebangfix >+ > GNU_CONFIGURE= yes >-INSTALL_TARGET= install-strip >-USES= libtool >+INSTALL_TARGET=install-strip > USE_LDCONFIG= yes >+LDFLAGS+= -lcurses > >+pre-install: >+ ${STRIP_CMD} ${WRKSRC}/src/.libs/liboping.so.0.2.11 >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/mach/5.18/auto/Net/Oping/Oping.so >+ > .include <bsd.port.mk> >Index: liboping/distinfo >=================================================================== >--- liboping/distinfo (revision 380655) >+++ liboping/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (liboping-0.3.5.tar.gz) = 342f0c7518a029749d634b31d9d7e928268104d4d682ae36e03f15d122333df5 >-SIZE (liboping-0.3.5.tar.gz) = 336937 >+SHA256 (liboping-1.8.0.tar.gz) = 824792ae7fc5e9569bacc4167b89de31f6ba8476de44760f0bc272682e894b41 >+SIZE (liboping-1.8.0.tar.gz) = 388750 >Index: liboping/pkg-descr >=================================================================== >--- liboping/pkg-descr (revision 380655) >+++ liboping/pkg-descr (working copy) >@@ -1,7 +1,13 @@ > liboping is a C library to generate ICMP echo requests, better known as >-"ping packets". It is intended for use in network monitoring applications >+'ping packets'. It is intended for use in network monitoring applications > or applications that would otherwise need to fork ping(1) frequently. >-Included is a sample application, called oping, which demostrates the >+Included is a sample application, called oping, which demonstrates the > library's abilities. It is like ping, ping6, and fping rolled into one. > >-WWW: http://verplant.org/liboping/ >+Version 1.4.0, a second example application, noping, provides an >+ncurses-based front-end to liboping. Using curses windows it is able >+to display the ping statistics online 'live'. An aberrant behavior >+detection highlights all round-trip times that are unusually high or >+low. >+ >+WWW: http://noping.cc/ >Index: liboping/pkg-plist >=================================================================== >--- liboping/pkg-plist (revision 380655) >+++ liboping/pkg-plist (working copy) >@@ -1,9 +1,14 @@ >+bin/noping > bin/oping > include/oping.h > lib/liboping.a > lib/liboping.so > lib/liboping.so.0 >-lib/liboping.so.0.0.3 >+lib/liboping.so.0.2.11 >+%%SITE_ARCH%%/Net/Oping.pm >+%%SITE_ARCH%%/auto/Net/Oping/Oping.so >+%%PERL5_MAN3%%/Net::Oping.3.gz >+lib/pkgconfig/liboping.pc > man/man3/liboping.3.gz > man/man3/ping_construct.3.gz > man/man3/ping_get_error.3.gz
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 198379
:
153944
|
153945
|
153949
|
153950
|
153970
|
153971
|
154025