Date: Mon, 10 Sep 2018 08:58:05 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479374 - head/devel/upnp Message-ID: <201809100858.w8A8w5cp008448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809100858.w8A8w5cp008448>