Index: head/net/linuxigd/Makefile =================================================================== --- head/net/linuxigd/Makefile (revision 499427) +++ head/net/linuxigd/Makefile (revision 499428) @@ -1,24 +1,27 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= linuxigd PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= net MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@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 USES= gmake post-extract: @${RM} ${WRKSRC}/iptc.? post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" .include