Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2014 12:07:55 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/189794: [PATCH] net/ipsumdump: update to 1.84
Message-ID:  <201405141007.s4EA7s35087086@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405141010.s4EAA04N096006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189794
>Category:       ports
>Synopsis:       [PATCH] net/ipsumdump: update to 1.84
>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:   Wed May 14 10:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r265535: Wed May  7 16:01:11
>Description:
- Update to 1.84
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/ipsumdump/1.84/

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- ipsumdump-1.84.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354034)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipsumdump
-PORTVERSION=	1.82
-PORTREVISION=	2
+PORTVERSION=	1.84
 CATEGORIES=	net
 MASTER_SITES=	http://www.cs.ucla.edu/~kohler/ipsumdump/
 
@@ -14,7 +13,7 @@
 GNU_CONFIGURE=	yes
 USE_PERL5=	build
 
-PORTDOCS=	README
+PORTDOCS=	README.md
 PLIST_FILES=	bin/ipaggcreate bin/ipsumdump bin/ipaggmanip \
 		man/man1/${PORTNAME}.1.gz man/man1/ipaggmanip.1.gz \
 		man/man1/ipaggcreate.1.gz
@@ -36,6 +35,6 @@
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 354034)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ipsumdump-1.82.tar.gz) = 149a08324990fafa04b8d3dea2bf9e2d9f977891aba68ad6cf97647cc6c19c4f
-SIZE (ipsumdump-1.82.tar.gz) = 861437
+SHA256 (ipsumdump-1.84.tar.gz) = 709e02d143fb254e25540502a933a15f10acf3e484fe5a81321dd5b8fb506929
+SIZE (ipsumdump-1.84.tar.gz) = 913686
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 354034)
+++ pkg-descr	(working copy)
@@ -8,4 +8,4 @@
 multiple dumps by timestamp.  Also, it can optionally create a tcpdump file
 containing actual packet data.
 
-WWW: http://www.cs.ucla.edu/~kohler/ipsumdump/
+WWW: http://www.cs.ucla.edu/~kohler/ipsumdump
--- ipsumdump-1.84.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405141007.s4EA7s35087086>