From root@poudriere.ithil.palantiri.org  Wed May 14 10:07:59 2014
Return-Path: <root@poudriere.ithil.palantiri.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B4BD969C;
	Wed, 14 May 2014 10:07:59 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 2A7352FCB;
	Wed, 14 May 2014 10:07:58 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s4EA7tQ0087107
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Wed, 14 May 2014 12:07:55 +0200 (CEST)
	(envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
	by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s4EA7s35087086;
	Wed, 14 May 2014 12:07:55 +0200 (CEST)
	(envelope-from root)
Message-Id: <201405141007.s4EA7s35087086@poudriere.ithil.palantiri.org>
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: [PATCH] net/ipsumdump: update to 1.84
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189794
>Category:       ports
>Synopsis:       [PATCH] net/ipsumdump: update to 1.84
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 10:10:00 UTC 2014
>Closed-Date:    Sun May 18 07:24:21 UTC 2014
>Last-Modified:  Sun May 18 07:30:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 14 10:10:03 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189794 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 18 07:24:20 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189794 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189794: commit references a PR
Date: Sun, 18 May 2014 07:24:19 +0000 (UTC)

 Author: miwi
 Date: Sun May 18 07:24:15 2014
 New Revision: 354398
 URL: http://svnweb.freebsd.org/changeset/ports/354398
 QAT: https://qat.redports.org/buildarchive/r354398/
 
 Log:
   - Update to 1.84
   - Pet portlint
   
   PR:		189794
   Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
 
 Modified:
   head/net/ipsumdump/Makefile
   head/net/ipsumdump/distinfo
   head/net/ipsumdump/pkg-descr
 
 Modified: head/net/ipsumdump/Makefile
 ==============================================================================
 --- head/net/ipsumdump/Makefile	Sun May 18 07:12:26 2014	(r354397)
 +++ head/net/ipsumdump/Makefile	Sun May 18 07:24:15 2014	(r354398)
 @@ -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 @@ USES=		gmake perl5
  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 @@ CATEGORIES+=	ipv6
  
  post-install:
  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 +	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
  
  .include <bsd.port.mk>
 
 Modified: head/net/ipsumdump/distinfo
 ==============================================================================
 --- head/net/ipsumdump/distinfo	Sun May 18 07:12:26 2014	(r354397)
 +++ head/net/ipsumdump/distinfo	Sun May 18 07:24:15 2014	(r354398)
 @@ -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
 
 Modified: head/net/ipsumdump/pkg-descr
 ==============================================================================
 --- head/net/ipsumdump/pkg-descr	Sun May 18 07:12:26 2014	(r354397)
 +++ head/net/ipsumdump/pkg-descr	Sun May 18 07:24:15 2014	(r354398)
 @@ -8,4 +8,4 @@ traffic based on its contents, anonymize
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
