[77387] trunk/dports/graphics/qiv

ryandesign at macports.org ryandesign at macports.org
Tue Mar 29 00:48:00 PDT 2011


Revision: 77387
          http://trac.macports.org/changeset/77387
Author:   ryandesign at macports.org
Date:     2011-03-29 00:48:00 -0700 (Tue, 29 Mar 2011)
Log Message:
-----------
qiv: update to 2.2.3, update homepage, fix livecheck; see #25779

Modified Paths:
--------------
    trunk/dports/graphics/qiv/Portfile
    trunk/dports/graphics/qiv/files/patch-Makefile.diff

Modified: trunk/dports/graphics/qiv/Portfile
===================================================================
--- trunk/dports/graphics/qiv/Portfile	2011-03-29 07:46:14 UTC (rev 77386)
+++ trunk/dports/graphics/qiv/Portfile	2011-03-29 07:48:00 UTC (rev 77387)
@@ -3,20 +3,23 @@
 PortSystem	 1.0
 
 name         qiv
-version      2.0
+version      2.2.3
 categories   graphics
 platforms    darwin
 maintainers  hilaiel.com:lloyd
 description  A very small and pretty fast gdk/Imlib image viewer
 long_description A very small and pretty fast gdk/Imlib image viewer \
                  for X.
-homepage     http://www.klografx.net/qiv/
-master_sites http://www.klografx.net/qiv/download/
-distfiles    ${name}-${version}-src.tgz
-checksums    md5 165d0c2f264718821f94732196b7f9e1
 
-depends_lib  port:imlib
+homepage            http://spiegl.de/qiv/
+master_sites        ${homepage}download/
+extract.suffix      .tgz
 
+checksums           sha1    0bf8cc9a7d8bdad6bbe9e6ba970890da902a27c8 \
+                    rmd160  b52168e67e6b8c65c924b4642944aa592f0bb4a0
+
+depends_lib         port:imlib2
+
 use_configure    no
 
 patchfiles   patch-Makefile.diff
@@ -26,3 +29,7 @@
 }
 
 build.args          CC="${configure.cc} ${configure.cc_archflags}"
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}

Modified: trunk/dports/graphics/qiv/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/qiv/files/patch-Makefile.diff	2011-03-29 07:46:14 UTC (rev 77386)
+++ trunk/dports/graphics/qiv/files/patch-Makefile.diff	2011-03-29 07:48:00 UTC (rev 77387)
@@ -1,5 +1,5 @@
---- Makefile.orig	2007-09-03 19:29:51.000000000 -0400
-+++ Makefile	2007-09-03 19:31:13.000000000 -0400
+--- Makefile.orig	2010-01-10 15:39:08.000000000 -0600
++++ Makefile	2011-03-29 02:30:01.000000000 -0500
 @@ -4,7 +4,7 @@
  #######################################################################
  
@@ -9,7 +9,7 @@
  
  # Font to use for statusbar in fullscreen mode
  STATUSBAR_FONT = "fixed"
-@@ -124,9 +124,11 @@
+@@ -127,9 +127,11 @@
  
  install: $(PROGRAM)
  	@echo "Installing QIV..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110329/c1ba22e2/attachment.html>


More information about the macports-changes mailing list