svn commit: r551716 - head/graphics/jp2a
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Oct 8 16:39:12 UTC 2020
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
More information about the svn-ports-all
mailing list