ports/118302: [PATCH] net/scamper: update to 20070523h

Matthew Luckie mjl at luckie.org.nz
Tue Dec 4 04:20:02 UTC 2007


The following reply was made to PR ports/118302; it has been noted by GNATS.

From: Matthew Luckie <mjl at luckie.org.nz>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/118302: [PATCH] net/scamper: update to 20070523h
Date: Tue, 4 Dec 2007 16:35:32 +1300

 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 at 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
 - 



More information about the freebsd-ports-bugs mailing list