Date: Thu, 12 Nov 2009 16:59:52 GMT From: dikshie <dikshie@sfc.wide.ad.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/140507: update net-mgmt/sjitter Message-ID: <200911121659.nACGxqUY007279@www.freebsd.org> Resent-Message-ID: <200911121700.nACH07Z2021839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140507 >Category: ports >Synopsis: update net-mgmt/sjitter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 12 17:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: dikshie >Release: FreeBSD-8.0RC2 >Organization: Keio Univ >Environment: FreeBSD totoro.sfc.wide.ad.jp 8.0-RC2 FreeBSD 8.0-RC2 #38: Sat Nov 7 02:15:39 JST 2009 dikshie@totoro.sfc.wide.ad.jp:/usr/obj/usr/src/sys/T41-8 i386 >Description: 1.request to take maintainership. 2.update to 0.18.1b. thank you! >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-11-13 00:58:43.000000000 +0900 +++ Makefile 2009-11-13 01:32:36.000000000 +0900 @@ -6,30 +6,22 @@ # PORTNAME= sjitter -PORTVERSION= 0.14b +PORTVERSION= 0.18.1b CATEGORIES= net-mgmt net -MASTER_SITES= http://www.alcasat.net/dev/sjitter/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.18.1/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= A client/server jitter measurement utility -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${PORTNAME} +GNU_CONFIGURE= yes USE_GMAKE= yes -MAN1= sjitter.1 -MANCOMPRESSED= yes - PLIST_FILES= sbin/sjitters sbin/sjitterc -post-patch: - @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \ - s,^LDFLAGS,LDFLAGS+,g ; \ - s,^CFLAGS,CFLAGS+,g" ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sjitters ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/sjitterc ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/sjitter.1.gz ${PREFIX}/man/man1 .include <bsd.port.mk> --- distinfo.orig 2009-11-13 00:58:34.000000000 +0900 +++ distinfo 2009-11-13 01:15:31.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (sjitter-0.14b.tgz) = d2ca93bfc6edd3f9818aeb75d2bde65a -SHA256 (sjitter-0.14b.tgz) = f06fc65afcbebd27db901b77f2c0c75da580b862b65f7bc35cd16a46391d4f5b -SIZE (sjitter-0.14b.tgz) = 8070 +MD5 (sjitter-0.18.1b.tgz) = 4e18dbfcb04a09cd265aa0ab47aaffca +SHA256 (sjitter-0.18.1b.tgz) = c16101d863dfed85395980ca39a0ead59507d9cbe3e9ae9020ecabaa86dee743 +SIZE (sjitter-0.18.1b.tgz) = 196357 --- pkg-descr.orig 2009-11-13 00:58:56.000000000 +0900 +++ pkg-descr 2009-11-13 01:34:00.000000000 +0900 @@ -1,4 +1,4 @@ Sjitter is a command line client/server to measure jitter (based on RFC 1889), one way UDP delay and bandwidth. -WWW: http://www.alcasat.net/dev/sjitter/ +WWW: http://www.nicolargo.com/dev/sjitter/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911121659.nACGxqUY007279>