svn commit: r479374 - head/devel/upnp

Alexey Dokuchaev danfe at FreeBSD.org
Mon Sep 10 08:58:05 UTC 2018


Author: danfe
Date: Mon Sep 10 08:58:04 2018
New Revision: 479374
URL: https://svnweb.freebsd.org/changeset/ports/479374

Log:
  Instruct portscout to ignore the distfile for version 1.8.3 which had been
  released on 2017-11-14.  The latest version to date, 1.6.25, was released
  on 2018-02-10.

Modified:
  head/devel/upnp/Makefile

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Mon Sep 10 08:56:40 2018	(r479373)
+++ head/devel/upnp/Makefile	Mon Sep 10 08:58:04 2018	(r479374)
@@ -14,6 +14,8 @@ COMMENT=	Universal Plug and Play Software Development 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+PORTSCOUT=	skipv:1.8.3	# released on 2017-11-14; older than 1.6.25
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check


More information about the svn-ports-all mailing list