- Update to 20070523h Port maintainer (mjl@luckie.org.nz) is cc'd. Generated with FreeBSD Port Tools 0.77
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve. However, the submitter might consider updating the port to install the scamper man page that was not present in earlier versions.
Here's a more up to date scamper with the man page installed. diff -uNr scamper.orig/Makefile scamper/Makefile --- scamper.orig/Makefile Thu Apr 20 15:40:30 2006 +++ scamper/Makefile Tue Dec 4 16:32:06 2007 @@ -6,7 +6,7 @@ # PORTNAME= scamper -PORTVERSION= 20060331 +PORTVERSION= 20070523i CATEGORIES= net ipv6 MASTER_SITES= http://www.wand.net.nz/scamper/ DISTNAME= ${PORTNAME}-cvs-${PORTVERSION} @@ -14,6 +14,11 @@ MAINTAINER= mjl@luckie.org.nz COMMENT= Tool for IPv4 and IPv6 traceroute with path MTU discovery +MAN1= scamper.1 PLIST_FILES= bin/scamper + +do-install: + ${INSTALL} -o root -g wheel -m 4755 ${WRKSRC}/scamper ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/scamper.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff -uNr scamper.orig/distinfo scamper/distinfo --- scamper.orig/distinfo Thu Apr 20 15:40:30 2006 +++ scamper/distinfo Tue Dec 4 16:24:27 2007 @@ -1,3 +1,3 @@ -MD5 (scamper-cvs-20060331.tar.gz) = c2505d305e6bbc3d6b2de19307e19298 -SHA256 (scamper-cvs-20060331.tar.gz) = 2aafa5fceeda364798c114506c8419856c4b030536b20cfc4ea43f1c5386536b -SIZE (scamper-cvs-20060331.tar.gz) = 157238 +MD5 (scamper-cvs-20070523i.tar.gz) = 9f9228da76c0f74c38ea1711ec500e0c +SHA256 (scamper-cvs-20070523i.tar.gz) = 73d7b2267c0661bb6fb09aff159c3977e1671567f3a4066ac64aefd94876ef41 +SIZE (scamper-cvs-20070523i.tar.gz) = 208469 diff -uNr scamper.orig/files/patch-Makefile scamper/files/patch-Makefile --- scamper.orig/files/patch-Makefile Mon May 23 15:16:41 2005 +++ scamper/files/patch-Makefile Thu Jan 1 12:00:00 1970 @@ -1,10 +0,0 @@ ---- Makefile.orig Mon May 16 19:12:13 2005 -+++ Makefile Mon May 23 13:14:54 2005 -@@ -79,6 +79,6 @@ - - install: all - mv scamper scamper.bin -- install -m 4755 -o root scamper.bin scamper -+ install -m 4755 -o root scamper.bin ${PREFIX}/bin/scamper - rm -f scamper.bin -
State Changed From-To: feedback->open maintainer approved
miwi 2007-12-14 23:46:53 UTC FreeBSD ports repository Modified files: net/scamper Makefile distinfo Log: - Update to 20070523i PR: 118302 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer Revision Changes Path 1.5 +6 -1 ports/net/scamper/Makefile 1.5 +3 -3 ports/net/scamper/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!