Bug 189794 - [PATCH] net/ipsumdump: update to 1.84
Summary: [PATCH] net/ipsumdump: update to 1.84
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 11:10 UTC by Bartek Rutkowski
Modified: 2014-05-18 08:30 UTC (History)
1 user (show)

See Also:


Attachments
ipsumdump-1.84.patch (1.55 KB, patch)
2014-05-14 11:10 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-14 11:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-14 11:10:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-18 08:24:19 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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-05-18 08:24:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!