diff options
author | danfe <danfe@FreeBSD.org> | 2018-04-19 19:35:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-04-19 19:35:29 +0800 |
commit | 3ef2626233a4d38d9a7d75c6269367ceef77b8e0 (patch) | |
tree | c408f3019b3250a8bf5148bd39dca9240af45943 /audio | |
parent | dd61651ba806ee302ed25bd4ec20f77ce5a16e6d (diff) | |
download | freebsd-ports-gnome-3ef2626233a4d38d9a7d75c6269367ceef77b8e0.tar.gz freebsd-ports-gnome-3ef2626233a4d38d9a7d75c6269367ceef77b8e0.tar.zst freebsd-ports-gnome-3ef2626233a4d38d9a7d75c6269367ceef77b8e0.zip |
Update `audio/flacon' to version 4.1.0.
Reported by: portscout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flacon/Makefile | 2 | ||||
-rw-r--r-- | audio/flacon/distinfo | 6 | ||||
-rw-r--r-- | audio/flacon/files/patch-CMakeLists.txt | 18 | ||||
-rw-r--r-- | audio/flacon/pkg-plist | 3 |
4 files changed, 16 insertions, 13 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index a7e8bc3cd6e7..c1e52bf85722 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flacon -PORTVERSION= 4.0.0 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX= v CATEGORIES= audio diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index e061f46a6bd5..521556081878 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513612271 -SHA256 (flacon-flacon-v4.0.0_GH0.tar.gz) = 3e128d32e6bc0d1bf618a2312953f9a894cce2699d36abe5f9c38ff1b153dc32 -SIZE (flacon-flacon-v4.0.0_GH0.tar.gz) = 1294289 +TIMESTAMP = 1523983731 +SHA256 (flacon-flacon-v4.1.0_GH0.tar.gz) = 8e9b7e9b12b79d7dbe1b1e4f47d7561538a62a55ab752a7269736a77bf56dd70 +SIZE (flacon-flacon-v4.1.0_GH0.tar.gz) = 1579869 diff --git a/audio/flacon/files/patch-CMakeLists.txt b/audio/flacon/files/patch-CMakeLists.txt index 42a7eaec7eed..833997015b57 100644 --- a/audio/flacon/files/patch-CMakeLists.txt +++ b/audio/flacon/files/patch-CMakeLists.txt @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2016-01-29 18:07:49 UTC +--- CMakeLists.txt.orig 2018-04-17 16:48:51 UTC +++ CMakeLists.txt -@@ -324,7 +324,7 @@ configure_file( - add_custom_command(TARGET ${PROJECT_NAME} - COMMAND gzip -c ${CMAKE_CURRENT_BINARY_DIR}/flacon.1 > ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz - ) --install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION share/man/man1) -+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION man/man1) +@@ -314,7 +314,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + else() + install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin) + install(FILES ${QM_FILES} DESTINATION ${TRANSLATIONS_DIR}) +- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION share/man/man1) ++ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/flacon.1.gz DESTINATION man/man1) - # Add make dist target ************************** - if(NOT CPACK_PACKAGE_VERSION) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.desktop DESTINATION "share/applications") + install(FILES images/mainicon/flacon-16x16.png DESTINATION "share/icons/hicolor/16x16/apps" RENAME "flacon.png") diff --git a/audio/flacon/pkg-plist b/audio/flacon/pkg-plist index e4c926dd5318..c8063cf20ddd 100644 --- a/audio/flacon/pkg-plist +++ b/audio/flacon/pkg-plist @@ -12,6 +12,7 @@ share/icons/hicolor/scalable/apps/flacon.svg %%DATADIR%%/translations/flacon_cs.qm %%DATADIR%%/translations/flacon_cs_CZ.qm %%DATADIR%%/translations/flacon_de.qm +%%DATADIR%%/translations/flacon_el.qm %%DATADIR%%/translations/flacon_es.qm %%DATADIR%%/translations/flacon_es_MX.qm %%DATADIR%%/translations/flacon_et.qm @@ -21,8 +22,10 @@ share/icons/hicolor/scalable/apps/flacon.svg %%DATADIR%%/translations/flacon_it.qm %%DATADIR%%/translations/flacon_ja_JP.qm %%DATADIR%%/translations/flacon_lt.qm +%%DATADIR%%/translations/flacon_ms_MY.qm %%DATADIR%%/translations/flacon_nb.qm %%DATADIR%%/translations/flacon_nl.qm +%%DATADIR%%/translations/flacon_nl_BE.qm %%DATADIR%%/translations/flacon_pl.qm %%DATADIR%%/translations/flacon_pl_PL.qm %%DATADIR%%/translations/flacon_pt_BR.qm |