Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 06:49:56 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554343 - in head/www/litmus: . files
Message-ID:  <202011070649.0A76nuLF021085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Nov  7 06:49:55 2020
New Revision: 554343
URL: https://svnweb.freebsd.org/changeset/ports/554343

Log:
  www/litmus: fix build with newer www/neon version

Modified:
  head/www/litmus/Makefile
  head/www/litmus/files/patch-configure

Modified: head/www/litmus/Makefile
==============================================================================
--- head/www/litmus/Makefile	Sat Nov  7 05:24:06 2020	(r554342)
+++ head/www/litmus/Makefile	Sat Nov  7 06:49:55 2020	(r554343)
@@ -2,7 +2,7 @@
 
 PORTNAME=	litmus
 PORTVERSION=	0.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://www.webdav.org/neon/litmus/
 

Modified: head/www/litmus/files/patch-configure
==============================================================================
--- head/www/litmus/files/patch-configure	Sat Nov  7 05:24:06 2020	(r554342)
+++ head/www/litmus/files/patch-configure	Sat Nov  7 06:49:55 2020	(r554343)
@@ -5,7 +5,7 @@
      if test "$ne_cv_lib_neon" = "yes"; then
         ne_cv_lib_neonver=no
 -       for v in 25 26 27 28 29; do
-+       for v in 25 26 27 28 29 30; do
++       for v in 25 26 27 28 29 30 31; do
            case $ne_libver in
            0.$v.*) ne_cv_lib_neonver=yes ;;
            esac
@@ -14,7 +14,7 @@
      if test "$ne_cv_lib_neon" = "yes"; then
         ne_cv_lib_neonver=no
 -       for v in 25 26 27 28 29; do
-+       for v in 25 26 27 28 29 30; do
++       for v in 25 26 27 28 29 30 31; do
            case $ne_libver in
            0.$v.*) ne_cv_lib_neonver=yes ;;
            esac



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