Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 16:39:12 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551716 - head/graphics/jp2a
Message-ID:  <202010081639.098GdCJ3097186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct  8 16:39:11 2020
New Revision: 551716
URL: https://svnweb.freebsd.org/changeset/ports/551716

Log:
  Define PORTSCOUT to ignore 1.1.0. This version has too many flaws.

Modified:
  head/graphics/jp2a/Makefile

Modified: head/graphics/jp2a/Makefile
==============================================================================
--- head/graphics/jp2a/Makefile	Thu Oct  8 16:23:22 2020	(r551715)
+++ head/graphics/jp2a/Makefile	Thu Oct  8 16:39:11 2020	(r551716)
@@ -28,6 +28,9 @@ CONFIGURE_ENV+=	bashcompdir=${STAGEDIR}${PREFIX}/etc/b
 
 PLIST_FILES=	bin/jp2a man/man1/jp2a.1.gz etc/bash_completion.d/jp2a
 
+# version has too many flaws
+PORTSCOUT=	skipv:1.1.0
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/jp2a ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/jp2a.1 ${STAGEDIR}${MANPREFIX}/man/man1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010081639.098GdCJ3097186>