1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/musikcube: Update 0.96.4 -> 0.96.5

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2021-01-29 20:28:11 +00:00
parent 157fe92cc9
commit 5841c7f1f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563246
3 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= musikcube
DISTVERSION= 0.96.4
PORTREVISION= 1
DISTVERSION= 0.96.5
CATEGORIES= multimedia audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1610930210
SHA256 (clangen-musikcube-0.96.4_GH0.tar.gz) = c184fe12a62da15f6dfabab885a991f5ad49065fcc7e1bef2b2892b15ed7bb99
SIZE (clangen-musikcube-0.96.4_GH0.tar.gz) = 9474628
TIMESTAMP = 1611944934
SHA256 (clangen-musikcube-0.96.5_GH0.tar.gz) = ee00667ea172a557c00de485fbbaa3fde3eb5ec1867c94b5f1705c1b72807490
SIZE (clangen-musikcube-0.96.5_GH0.tar.gz) = 9474635

View File

@ -1,11 +1,11 @@
--- src/musikcube/CMakeLists.txt.orig 2021-01-17 23:53:19 UTC
--- src/musikcube/CMakeLists.txt.orig 2021-01-24 21:53:38 UTC
+++ src/musikcube/CMakeLists.txt
@@ -83,7 +83,7 @@ set_target_properties(musikcube PROPERTIES LINK_FLAGS
if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
find_package(PkgConfig)
- pkg_check_modules(NCURSES REQUIRED ncursesw panelw)
+ pkg_check_modules(NCURSES ncursesw panelw)
+ pkg_check_modules(NCURSES REQUIRED ncurses panel)
target_link_libraries(musikcube ${musikcube_LINK_LIBS} ${NCURSES_LIBRARIES} musikcore)
else()
target_link_libraries(musikcube ${musikcube_LINK_LIBS} curses panel musikcore)
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
if (${LINK_STATICALLY} MATCHES "true")