git: 4ed3005b0ef8 - main - net/ipsumdump: Unbreak fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 20:36:28 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ed3005b0ef8ce1453f915f6504e1690e62e22bd commit 4ed3005b0ef8ce1453f915f6504e1690e62e22bd Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2022-09-11 20:35:54 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2022-09-11 20:35:54 +0000 net/ipsumdump: Unbreak fetch Update MASTER_SITES and WWW. Also change PORTVERSION to DISTVERSION. PR: 266337 Reported by: diizzy --- net/ipsumdump/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile index eb3b9ef4f7f1..8ad90edd7d69 100644 --- a/net/ipsumdump/Makefile +++ b/net/ipsumdump/Makefile @@ -1,11 +1,11 @@ PORTNAME= ipsumdump -PORTVERSION= 1.86 +DISTVERSION= 1.86 CATEGORIES= net -MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/ +MASTER_SITES= https://read.seas.harvard.edu/~kohler/ipsumdump/ MAINTAINER= leres@FreeBSD.org COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file -WWW= http://www.cs.ucla.edu/~kohler/ipsumdump +WWW= https://read.seas.harvard.edu/~kohler/ipsumdump LICENSE= CLICK LICENSE_NAME= Click license