svn commit: r499428 - head/net/linuxigd

Tobias Kortkamp tobik at FreeBSD.org
Sat Apr 20 07:25:32 UTC 2019


Author: tobik
Date: Sat Apr 20 07:25:30 2019
New Revision: 499428
URL: https://svnweb.freebsd.org/changeset/ports/499428

Log:
  Deprecate net/linuxigd
  
  It does not build with libupnp >= 1.8 and upstream is dead.
  net/miniupnpd is a maintained alternative.
  
  PR:		234669

Modified:
  head/net/linuxigd/Makefile

Modified: head/net/linuxigd/Makefile
==============================================================================
--- head/net/linuxigd/Makefile	Sat Apr 20 06:10:38 2019	(r499427)
+++ head/net/linuxigd/Makefile	Sat Apr 20 07:25:30 2019	(r499428)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/linux-igd/linux-igd/${PORTNAME}-${POR
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Linux UPnP Internet Gateway Device
 
+DEPRECATED=		Abandonware; use net/miniupnpd instead
+EXPIRATION_DATE=	2019-05-08
+
 LIB_DEPENDS=	libupnp.so:devel/upnp
 
 USE_RC_SUBR=	linuxigd


More information about the svn-ports-head mailing list