Hi All,

here is an update for nomacs. Tested @amd64.

Regards,

Rafael Sadowski


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/nomacs/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile    25 Dec 2016 14:34:39 -0000      1.5
+++ Makefile    24 Mar 2017 19:34:06 -0000
@@ -4,8 +4,7 @@ COMMENT =               small and fast Qt image viewe
 
 GH_ACCOUNT =   nomacs
 GH_PROJECT =   nomacs
-GH_TAGNAME =   3.4
-REVISION =     0
+GH_TAGNAME =   3.6.0
 
 CATEGORIES =           graphics
 
@@ -13,9 +12,7 @@ HOMEPAGE =            http://www.nomacs.org
 
 MAINTAINER =           Rafael Sadowski <raf...@sizeofvoid.org>
 
-SHARED_LIBS +=  nomacsCore                0.0 # 3.3
-SHARED_LIBS +=  nomacsGui                 0.0 # 3.3
-SHARED_LIBS +=  nomacsLoader              0.0 # 3.3
+SHARED_LIBS +=  nomacsCore                1.0 # 3.3
 
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/nomacs/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    13 Sep 2016 08:21:36 -0000      1.3
+++ distinfo    24 Mar 2017 19:34:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (nomacs-3.4.tar.gz) = VS7aiK7epIgxzjVAleOq1HiStLUCn0JBcb7baCccKi8=
-SIZE (nomacs-3.4.tar.gz) = 30026261
+SHA256 (nomacs-3.6.0.tar.gz) = bViYtR1iDA3keQ6bB4vSxSfGIBLRAMqEmjfOdO+ivVQ=
+SIZE (nomacs-3.6.0.tar.gz) = 29493578
Index: patches/patch-cmake_UnixBuildTarget_cmake
===================================================================
RCS file: /cvs/ports/graphics/nomacs/patches/patch-cmake_UnixBuildTarget_cmake,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-cmake_UnixBuildTarget_cmake
--- patches/patch-cmake_UnixBuildTarget_cmake   13 Sep 2016 08:21:36 -0000      
1.3
+++ patches/patch-cmake_UnixBuildTarget_cmake   24 Mar 2017 19:34:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-cmake_UnixBuildTarget_cmake,v 1.3 2016/09/13 08:21:36 kirby 
Exp $
---- cmake/UnixBuildTarget.cmake.orig   Fri Jul 22 13:43:37 2016
-+++ cmake/UnixBuildTarget.cmake        Mon Jul 25 17:55:33 2016
-@@ -83,7 +83,11 @@ install(FILES src/img/nomacs.svg DESTINATION share/pix
+--- cmake/UnixBuildTarget.cmake.orig   Thu Mar 23 16:18:04 2017
++++ cmake/UnixBuildTarget.cmake        Fri Mar 24 07:19:31 2017
+@@ -78,7 +78,11 @@ install(FILES src/img/nomacs.svg DESTINATION share/pix
  #  translations
  install(FILES ${NOMACS_QM} DESTINATION share/nomacs/translations)
  #  manpage
Index: patches/patch-cmake_Unix_cmake
===================================================================
RCS file: /cvs/ports/graphics/nomacs/patches/patch-cmake_Unix_cmake,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-cmake_Unix_cmake
--- patches/patch-cmake_Unix_cmake      27 Jun 2016 05:25:40 -0000      1.2
+++ patches/patch-cmake_Unix_cmake      24 Mar 2017 19:34:06 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-cmake_Unix_cmake,v 1.2 2
 
 - Avoid forced linkage with libstdc++.
 
---- cmake/Unix.cmake.orig      Mon May  2 22:16:21 2016
-+++ cmake/Unix.cmake   Mon May  2 22:18:57 2016
-@@ -70,6 +70,7 @@ if(ENABLE_RAW)
+--- cmake/Unix.cmake.orig      Thu Mar 23 16:18:04 2017
++++ cmake/Unix.cmake   Fri Mar 24 07:19:31 2017
+@@ -66,6 +66,7 @@ if(ENABLE_RAW)
        if(NOT LIBRAW_FOUND)
                message(FATAL_ERROR "libraw not found. It's mandatory when used 
with ENABLE_RAW enabled")
        else()
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/nomacs/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   13 Sep 2016 08:21:36 -0000      1.3
+++ pkg/PLIST   24 Mar 2017 19:34:06 -0000
@@ -1,8 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.3 2016/09/13 08:21:36 kirby Exp $
 @bin bin/nomacs
 @lib lib/libnomacsCore.so.${LIBnomacsCore_VERSION}
-@lib lib/libnomacsGui.so.${LIBnomacsGui_VERSION}
-@lib lib/libnomacsLoader.so.${LIBnomacsLoader_VERSION}
 @man man/man1/nomacs.1
 share/applications/nomacs.desktop
 share/nomacs/
@@ -28,6 +26,8 @@ share/nomacs/translations/nomacs_ru.qm
 share/nomacs/translations/nomacs_sk.qm
 share/nomacs/translations/nomacs_sl.qm
 share/nomacs/translations/nomacs_sr.qm
+share/nomacs/translations/nomacs_sv.qm
+share/nomacs/translations/nomacs_tr.qm
 share/nomacs/translations/nomacs_uk.qm
 share/nomacs/translations/nomacs_zh.qm
 share/pixmaps/

Reply via email to