This brings fish up to the latest. Full changelog here:
  https://fishshell.com/release_notes.html

Enable tests while we are here.

OK?

diff --git a/shells/fish/Makefile b/shells/fish/Makefile
index e0cc8fd22e9..bab4e0e15c1 100644
--- a/shells/fish/Makefile
+++ b/shells/fish/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =              friendly interactive shell
 
-V =                    3.0.0
+V =                    3.0.2
 DISTNAME =             fish-$V
 
 CATEGORIES =           shells
@@ -51,7 +51,7 @@ CONFIGURE_ENV =               
CPPFLAGS="-I${LOCALBASE}/include" \
 
 FAKE_FLAGS =           SYSCONFDIR=${PREFIX}/share/examples/fish
 
-NO_TEST =              yes
+TEST_TARGET =          test
 
 pre-configure:
        sed -i 's/getopt/gnugetopt/' ${WRKSRC}/share/functions/*.fish
@@ -69,4 +69,8 @@ post-install:
        mv ${DESTDIR}/etc/fish/config.fish ${PREFIX}/share/examples/fish/
        rm -Rf ${DESTDIR}/etc/fish
 
+# Encountered 196 errors in low-level tests
+do-test:
+       cd ${WRKSRC} && ${MAKE_PROGRAM} DESTDIR=${DESTDIR} test
+
 .include <bsd.port.mk>
diff --git a/shells/fish/distinfo b/shells/fish/distinfo
index de50069365a..8500b8e9f05 100644
--- a/shells/fish/distinfo
+++ b/shells/fish/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fish-3.0.0.tar.gz) = 6p3TYUuwNGgpznMZQ3xqk+Ph3947f2pGm1Q7DSxo8s8=
-SIZE (fish-3.0.0.tar.gz) = 6472393
+SHA256 (fish-3.0.2.tar.gz) = FHKMzGuOBT0BUm670IIspOsCNeZIfoMuwdDSLxOVQw4=
+SIZE (fish-3.0.2.tar.gz) = 6477869

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

Reply via email to