Hi All,

please find below a simple diff to update nomacs to the latest stable
version. Tested on amd64.

Ok? Comments?

Rafael Sadowski

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/nomacs/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile    27 Jul 2017 09:55:45 -0000      1.11
+++ Makefile    11 Nov 2017 10:30:27 -0000
@@ -4,16 +4,15 @@ COMMENT =             small and fast Qt image viewe
 
 GH_ACCOUNT =   nomacs
 GH_PROJECT =   nomacs
-GH_TAGNAME =   3.6.1
-REVISION =     0
+GH_TAGNAME =   3.8.0
 
 CATEGORIES =           graphics
 
 HOMEPAGE =             http://www.nomacs.org
 
-MAINTAINER =           Rafael Sadowski <raf...@sizeofvoid.org>
+MAINTAINER =           Rafael Sadowski <rsadow...@openbsd.org>
 
-SHARED_LIBS +=  nomacsCore                2.0 # 3.3
+SHARED_LIBS +=  nomacsCore                3.0 # 3.3
 
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
@@ -26,8 +25,6 @@ WANTLIB += ${COMPILER_LIBCXX}
 MODULES =              devel/cmake \
                        x11/qt5 \
 
-COMPILER =             gcc
-
 RUN_DEPENDS =          devel/desktop-file-utils
 
 LIB_DEPENDS =          archivers/quazip \
@@ -39,7 +36,8 @@ LIB_DEPENDS =         archivers/quazip \
                        x11/qt5/qtsvg
 
 CONFIGURE_ARGS =       -DUSE_SYSTEM_QUAZIP:Bool=ON \
-                       -DDISABLE_QT_DEBUG:Bool=ON
+                       -DDISABLE_QT_DEBUG:Bool=ON \
+                       -DENABLE_TRANSLATIONS:Bool=ON
 
 WRKDIST =              ${WRKDIR}/${PKGNAME}/ImageLounge
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/nomacs/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    18 Apr 2017 12:02:25 -0000      1.5
+++ distinfo    11 Nov 2017 10:30:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (nomacs-3.6.1.tar.gz) = CbKJysUaX9zMAqpKYEBbu9S1v9trKlLKWwyzsPeocGg=
-SIZE (nomacs-3.6.1.tar.gz) = 28604636
+SHA256 (nomacs-3.8.0.tar.gz) = 9DrRUH8okNsvuqDLEQ3jrF7+dUzy56BT6qv+1NXgaEU=
+SIZE (nomacs-3.8.0.tar.gz) = 32240476
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/nomacs/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 PLIST
--- pkg/PLIST   25 Mar 2017 08:39:51 -0000      1.4
+++ pkg/PLIST   11 Nov 2017 10:30:27 -0000
@@ -3,12 +3,15 @@
 @lib lib/libnomacsCore.so.${LIBnomacsCore_VERSION}
 @man man/man1/nomacs.1
 share/applications/nomacs.desktop
+share/metainfo/
+share/metainfo/nomacs.appdata.xml
 share/nomacs/
 share/nomacs/translations/
 share/nomacs/translations/nomacs_als.qm
 share/nomacs/translations/nomacs_ar.qm
 share/nomacs/translations/nomacs_az.qm
 share/nomacs/translations/nomacs_bg.qm
+share/nomacs/translations/nomacs_br_pt.qm
 share/nomacs/translations/nomacs_bs.qm
 share/nomacs/translations/nomacs_cs.qm
 share/nomacs/translations/nomacs_de.qm

Reply via email to