From 0c267c08e2e3fc46d9369a65723363860cb5e897 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Thu, 23 May 2024 16:30:16 +0400 Subject: [PATCH] xcowsay: update to 1.6 --- x11/xcowsay/Portfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/x11/xcowsay/Portfile b/x11/xcowsay/Portfile index 496906cf8ed3a..0adb0d28891cc 100644 --- a/x11/xcowsay/Portfile +++ b/x11/xcowsay/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup nickg xcowsay 1.4 v +github.setup nickg xcowsay 1.6 v github.tarball_from releases categories x11 license GPL-3+ @@ -13,12 +13,10 @@ description xcowsay displays a cute cow and message on your desktop. long_description xcowsay displays a cute cow and message on your desktop. \ It was inspired by the original cowsay. -checksums rmd160 d9e7cdc0c52f6ae03aa9eb7b967bc79c768c2822 \ - sha256 c7e261ba0262c3821c106ccb6d6f984e3c2da999ad10151364e55d1c699f8e51 +checksums rmd160 1913b5d8a86be3cbc025cf9f26202394a552b79a \ + sha256 46ace864ff28d2d21f4b7058f0295e18d0041a120c1078a951fa43c4e0f5c8c5 \ + size 292845 depends_build-append port:pkgconfig -depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ - path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2 \ - port:xorg-libXmu \ - port:xrender +depends_lib path:lib/pkgconfig/gtk+-3.0.pc:gtk3