Skip to content

Commit

Permalink
multimedia/butt: update 0.1.40 -> 0.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
opsec committed Apr 2, 2024
1 parent 034ea72 commit a34bb83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion multimedia/butt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= butt
PORTVERSION= 0.1.40
PORTVERSION= 0.1.41
CATEGORIES= multimedia graphics
MASTER_SITES= https://danielnoethen.de/butt/release/${PORTVERSION}/

Expand All @@ -20,6 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libopus.so:audio/opus \
libpng.so:graphics/png \
libportaudio.so:audio/portaudio \
libportmidi.so:audio/portmidi \
libsamplerate.so:audio/libsamplerate \
libvorbis.so:audio/libvorbis

Expand All @@ -30,6 +31,7 @@ GNU_CONFIGURE= yes
CFLAGS+= -I/usr/local/include
LDFLAGS+= -L/usr/local/lib -lintl
PLIST_FILES= bin/butt \
share/locale/ar/LC_MESSAGES/butt.mo \
share/locale/de/LC_MESSAGES/butt.mo \
share/locale/es/LC_MESSAGES/butt.mo \
share/locale/fr/LC_MESSAGES/butt.mo \
Expand Down
6 changes: 3 additions & 3 deletions multimedia/butt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1710623303
SHA256 (butt-0.1.40.tar.gz) = c1a835efb50843a6290642795d097162d4dd04514d3b9abe04b0ff0a25241a80
SIZE (butt-0.1.40.tar.gz) = 1572022
TIMESTAMP = 1711995085
SHA256 (butt-0.1.41.tar.gz) = c13ca98ea7763e9983480f2f49c30b9002f8e3113f58071c9bbe3b3d2f429550
SIZE (butt-0.1.41.tar.gz) = 1629934
1 change: 1 addition & 0 deletions multimedia/butt/files/patch-src_FLTK_fl__funcs.cpp
Expand Up @@ -5,6 +5,7 @@
#include <time.h>
#include <sys/stat.h>
+#include <sys/syslimits.h>
#include <pthread.h>

#ifndef WIN32
#include <sys/wait.h>

0 comments on commit a34bb83

Please sign in to comment.