[55951] trunk/dports/kde/kdeutils4/Portfile

snc at macports.org snc at macports.org
Fri Aug 21 11:45:09 PDT 2009


Revision: 55951
          http://trac.macports.org/changeset/55951
Author:   snc at macports.org
Date:     2009-08-21 11:45:07 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
updated version, ticket #20756. added missing dependency and took maintainership with jeremy_laine

Modified Paths:
--------------
    trunk/dports/kde/kdeutils4/Portfile

Modified: trunk/dports/kde/kdeutils4/Portfile
===================================================================
--- trunk/dports/kde/kdeutils4/Portfile	2009-08-21 18:24:54 UTC (rev 55950)
+++ trunk/dports/kde/kdeutils4/Portfile	2009-08-21 18:45:07 UTC (rev 55951)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,9 +5,9 @@
 PortGroup           kde4   1.0
 
 name                kdeutils4
-version             4.2.4
+version             4.3.0
 categories          kde kde4
-maintainers         nomaintainer
+maintainers         snc m4x.org:jeremy_laine
 description         Useful utilities provided by KDE4.
 long_description    Useful utilities like an archiving tool and a calculator.
 platforms           darwin
@@ -14,13 +15,13 @@
 master_sites        kde:stable/${version}/src/
 use_bzip2           yes
 distname            kdeutils-${version}
-checksums           md5     e7214cb1e84d2e6793d3dbeb8f33a3fe
+checksums           md5     9d17d3d7bf25be5af1cbd4abf04e4c99 \
+                    sha1    a607174ae8cc2907b59a00f44e48aba2b95c5fc8 \
+                    rmd160  e550550c051fc0519bff11df61456f4abc511722
 
-#patchfiles          patch_libzipplugin.diff
-#patch.dir           ${workpath}/${distname}
-
 depends_lib-append  port:kdelibs4 port:kdebase4-runtime \
-                    port:libzip port:gmp port:libarchive
+                    port:libzip port:gmp port:libarchive \
+                    port:kdelibs4-experimental
 
 configure.args-append	../${distname}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090821/cb7021c7/attachment.html>


More information about the macports-changes mailing list