svn commit: r529827 - in head/net-mgmt/bgpq: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Mar 29 19:51:34 UTC 2020


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 
  


More information about the svn-ports-all mailing list