[88106] trunk/dports/aqua/nomacs/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 19 00:34:46 PST 2011


Revision: 88106
          http://trac.macports.org/changeset/88106
Author:   ryandesign at macports.org
Date:     2011-12-19 00:34:44 -0800 (Mon, 19 Dec 2011)
Log Message:
-----------
nomacs: fix license; fix maintainers; rewrite master_sites to avoid redirects; don't overwrite qt4 portgroup's dependencies; disable universal variant; enable verbose building

Modified Paths:
--------------
    trunk/dports/aqua/nomacs/Portfile

Modified: trunk/dports/aqua/nomacs/Portfile
===================================================================
--- trunk/dports/aqua/nomacs/Portfile	2011-12-19 08:17:01 UTC (rev 88105)
+++ trunk/dports/aqua/nomacs/Portfile	2011-12-19 08:34:44 UTC (rev 88106)
@@ -6,8 +6,9 @@
 
 name                    nomacs
 version                 0.2.3
-license                 GPL-3
-maintainers             pvanek nomaintainer
+revision                1
+license                 GPL-3+
+maintainers             pvanek openmaintainer
 description             nomacs image viewer application bundle
 long_description        nomacs is a free image viewer. nomacs is small, fast and able to \
                         handle the most common image formats. Additionally it is possible \
@@ -17,7 +18,7 @@
 categories              aqua graphics
 platforms               darwin
 homepage                http://nomacs.org
-master_sites            sourceforge:nomacs
+master_sites            sourceforge:project/nomacs/nomacs-${version}
 use_bzip2               yes
 distname                ${name}-${version}-source
 worksrcdir              ${name}-${version}
@@ -26,17 +27,20 @@
                         sha1    7795c7c4e24f6d48da1682565dac84a85d324912 \
                         rmd160  4eee826e4a5cc077d8d4206061b5dbdea460f7d3
 
-depends_build           port:cmake
+depends_build-append    port:cmake
 
-depends_lib             port:exiv2 \
+depends_lib-append      port:exiv2 \
                         port:libraw \
                         port:opencv
 
+# opencv is not universal
+universal_variant       no
 
 configure.cmd           cmake
 configure.pre_args      -DCMAKE_INSTALL_PREFIX=${applications_dir}
 configure.args          -DCMAKE_LIBRARY_PATH=${prefix}/lib \
                         -DCMAKE_INCLUDE_PATH=${prefix}/include \
+                        -DCMAKE_VERBOSE_MAKEFILE=ON \
                         ${qt_cmake_defines} .
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111219/f306af4c/attachment.html>


More information about the macports-changes mailing list