aboutsummaryrefslogtreecommitdiff
path: root/audio/gtick
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-09-09 10:57:58 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-09-09 10:57:58 +0000
commit37a2f66b58c9e6e73500e5cafc46ae79fa9e03fb (patch)
tree015304a010670418a66e7b51e56045e3c6bc769d /audio/gtick
parentce23e82aac2365ff3de64b3f5a9277d34097c246 (diff)
downloadports-37a2f66b58c9e6e73500e5cafc46ae79fa9e03fb.tar.gz
ports-37a2f66b58c9e6e73500e5cafc46ae79fa9e03fb.zip
Update to 0.5.5
Notes
Notes: svn path=/head/; revision=548077
Diffstat (limited to 'audio/gtick')
-rw-r--r--audio/gtick/Makefile9
-rw-r--r--audio/gtick/distinfo5
-rw-r--r--audio/gtick/files/patch-src-optionlexer.l11
3 files changed, 8 insertions, 17 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile
index 0813f32cc255..4db5faf24228 100644
--- a/audio/gtick/Makefile
+++ b/audio/gtick/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gtick
-PORTVERSION= 0.5.4
-PORTREVISION= 2
+PORTVERSION= 0.5.5
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/
@@ -12,12 +11,14 @@ COMMENT= Metronome application
LICENSE= GPLv3
-LIB_DEPENDS= libsndfile.so:audio/libsndfile \
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libsndfile.so:audio/libsndfile \
libpulse-simple.so:audio/pulseaudio
USES= desktop-file-utils gnome pkgconfig
GNU_CONFIGURE= yes
-USE_GNOME= gtk20
+USE_GNOME= cairo gtk20
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/audio/gtick/distinfo b/audio/gtick/distinfo
index 3f17a4cbda33..c9f1d47e4462 100644
--- a/audio/gtick/distinfo
+++ b/audio/gtick/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gtick-0.5.4.tar.gz) = 409439e231892ffcfafc8d06a713c0f8c7e333920e1b885817d36e096db2fa7c
-SIZE (gtick-0.5.4.tar.gz) = 641902
+TIMESTAMP = 1599591257
+SHA256 (gtick-0.5.5.tar.gz) = e24331b2c903557b2a7d863cfef04dfe7624ee3d62861bfd06dd4317ee7bdc48
+SIZE (gtick-0.5.5.tar.gz) = 659596
diff --git a/audio/gtick/files/patch-src-optionlexer.l b/audio/gtick/files/patch-src-optionlexer.l
deleted file mode 100644
index 60046a94bff9..000000000000
--- a/audio/gtick/files/patch-src-optionlexer.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/optionlexer.l.orig 2007-08-14 20:12:44 UTC
-+++ src/optionlexer.l
-@@ -40,7 +40,7 @@
- #include "optionlexer.h"
-
- char* option_filename;
--YYLTYPE option_lloc;
-+extern YYLTYPE option_lloc;
-
- void option_locate();
- %}