Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 19:41:24 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529827 - in head/net-mgmt/bgpq: . files
Message-ID:  <202003291941.02TJfO6C061696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Mar 29 19:41:23 2020
New Revision: 529827
URL: https://svnweb.freebsd.org/changeset/ports/529827

Log:
  net-mgmt/bgpq: Mark DEPRECATED in lieu of net-mgmt/bgpq3 or net-mgmt/bgpq4
  
  - Make patches makepatch compatible

Modified:
  head/net-mgmt/bgpq/Makefile
  head/net-mgmt/bgpq/files/patch-Makefile.in

Modified: head/net-mgmt/bgpq/Makefile
==============================================================================
--- head/net-mgmt/bgpq/Makefile	Sun Mar 29 19:10:07 2020	(r529826)
+++ head/net-mgmt/bgpq/Makefile	Sun Mar 29 19:41:23 2020	(r529827)
@@ -13,6 +13,9 @@ LICENSE=	BSD2CLAUSE BSD4CLAUSE # latter for utils.c
 LICENSE_COMB=	multi
 LICENSE_FILE_BSD2CLAUSE=	${WRKSRC}/COPYRIGHT
 
+DEPRECATED=	Use net-mgmt/bgpq3 or net-mgmt/bgpq4
+EXPIRATION_DATE=2020-04-30
+
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
 

Modified: head/net-mgmt/bgpq/files/patch-Makefile.in
==============================================================================
--- head/net-mgmt/bgpq/files/patch-Makefile.in	Sun Mar 29 19:10:07 2020	(r529826)
+++ head/net-mgmt/bgpq/files/patch-Makefile.in	Sun Mar 29 19:41:23 2020	(r529827)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2005-04-05 20:44:00.000000000 +0800
-+++ Makefile.in	2014-06-20 16:47:42.798934507 +0800
+--- Makefile.in.orig	2005-04-05 12:44:00 UTC
++++ Makefile.in
 @@ -25,8 +25,8 @@ clean:
  	@rm -f config.cache 
  



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