svn commit: r467764 - in head/audio/flacon: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Apr 19 11:35:30 UTC 2018
Author: danfe
Date: Thu Apr 19 11:35:29 2018
New Revision: 467764
URL: https://svnweb.freebsd.org/changeset/ports/467764
Log:
Update `audio/flacon' to version 4.1.0.
Reported by: portscout
Modified:
head/audio/flacon/Makefile
head/audio/flacon/distinfo
head/audio/flacon/files/patch-CMakeLists.txt
head/audio/flacon/pkg-plist
Modified: head/audio/flacon/Makefile
==============================================================================
--- head/audio/flacon/Makefile Thu Apr 19 11:33:40 2018 (r467763)
+++ head/audio/flacon/Makefile Thu Apr 19 11:35:29 2018 (r467764)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flacon
-PORTVERSION= 4.0.0
+PORTVERSION= 4.1.0
DISTVERSIONPREFIX= v
CATEGORIES= audio
Modified: head/audio/flacon/distinfo
==============================================================================
--- head/audio/flacon/distinfo Thu Apr 19 11:33:40 2018 (r467763)
+++ head/audio/flacon/distinfo Thu Apr 19 11:35:29 2018 (r467764)
@@ -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
Modified: head/audio/flacon/files/patch-CMakeLists.txt
==============================================================================
--- head/audio/flacon/files/patch-CMakeLists.txt Thu Apr 19 11:33:40 2018 (r467763)
+++ head/audio/flacon/files/patch-CMakeLists.txt Thu Apr 19 11:35:29 2018 (r467764)
@@ -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")
Modified: head/audio/flacon/pkg-plist
==============================================================================
--- head/audio/flacon/pkg-plist Thu Apr 19 11:33:40 2018 (r467763)
+++ head/audio/flacon/pkg-plist Thu Apr 19 11:35:29 2018 (r467764)
@@ -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
More information about the svn-ports-all
mailing list