View | Details | Raw Unified | Return to bug 250421 | Differences between
and this patch

Collapse All | Expand All

(-)audio/ncmpc/Makefile (-2 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ncmpc
4
PORTNAME=	ncmpc
5
PORTVERSION=	0.38
5
PORTVERSION=	0.41
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://www.musicpd.org/download/ncmpc/0/
7
MASTER_SITES=	https://www.musicpd.org/download/ncmpc/0/
8
8
9
MAINTAINER=	laurent@nilio.ca
9
MAINTAINER=	laurent@nilio.ca
10
COMMENT=	Ncurses client for the musicpd
10
COMMENT=	Ncurses client for the musicpd
(-)audio/ncmpc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1589327824
1
TIMESTAMP = 1602960213
2
SHA256 (ncmpc-0.38.tar.xz) = 2bc1aa38aacd23131895cd9aa3abd9d1ca5700857034d9f35209e13e061e27a2
2
SHA256 (ncmpc-0.41.tar.xz) = 8a732a58fbec8a634625372a1c5c39f40724d6ca59320300b36ac0f15bec13ac
3
SIZE (ncmpc-0.38.tar.xz) = 241780
3
SIZE (ncmpc-0.41.tar.xz) = 269280
(-)audio/ncmpc/files/patch-src_screen__utils.cxx (+10 lines)
Line 0 Link Here
1
--- src/screen_utils.cxx.orig	2020-10-17 18:44:29 UTC
2
+++ src/screen_utils.cxx
3
@@ -31,6 +31,7 @@
4
 #include "WaitUserInput.hxx"
5
 #endif
6
 
7
+#include <errno.h>
8
 #include <string.h>
9
 
10
 void
(-)audio/ncmpc/files/patch-src_signals.cxx (+11 lines)
Line 0 Link Here
1
--- src/signals.cxx.orig	2020-10-17 18:45:52 UTC
2
+++ src/signals.cxx
3
@@ -19,6 +19,8 @@
4
 
5
 #include "Instance.hxx"
6
 
7
+#include <signal.h>
8
+
9
 void
10
 Instance::OnSigwinch() noexcept
11
 {
(-)audio/ncmpc/pkg-plist (-1 lines)
Lines 1-6 Link Here
1
bin/ncmpc
1
bin/ncmpc
2
%%LYRICS%%lib/ncmpc/lyrics/10-hd.sh
2
%%LYRICS%%lib/ncmpc/lyrics/10-hd.sh
3
%%LYRICS%%lib/ncmpc/lyrics/20-lyricwiki.rb
4
%%MANPAGES%%man/man1/ncmpc.1.gz
3
%%MANPAGES%%man/man1/ncmpc.1.gz
5
%%NLS%%share/locale/cs/LC_MESSAGES/ncmpc.mo
4
%%NLS%%share/locale/cs/LC_MESSAGES/ncmpc.mo
6
%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo
5
%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo

Return to bug 250421