Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 08:14:41 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552717 - head/net/iplog
Message-ID:  <202010190814.09J8EfN8021746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Mon Oct 19 08:14:40 2020
New Revision: 552717
URL: https://svnweb.freebsd.org/changeset/ports/552717

Log:
  net/iplog: correct EXPIRATION_DATE
  
  Reported by:	rene@

Modified:
  head/net/iplog/Makefile

Modified: head/net/iplog/Makefile
==============================================================================
--- head/net/iplog/Makefile	Mon Oct 19 07:57:45 2020	(r552716)
+++ head/net/iplog/Makefile	Mon Oct 19 08:14:40 2020	(r552717)
@@ -11,7 +11,7 @@ MAINTAINER=	udo@schweigert-muc.de
 COMMENT=	TCP/IP traffic logging tool
 
 DEPRECATED=	Unmaintained and dead upstream. Does not build with modern compilers.
-EXPIRATION_DATE=2021-12-18
+EXPIRATION_DATE=2020-12-18
 
 USES=		gmake
 GNU_CONFIGURE=	yes



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