[55923] trunk/dports/kde/kdesdk4/Portfile

snc at macports.org snc at macports.org
Fri Aug 21 07:30:19 PDT 2009


Revision: 55923
          http://trac.macports.org/changeset/55923
Author:   snc at macports.org
Date:     2009-08-21 07:30:16 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
updated version, added livecheck

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

Modified: trunk/dports/kde/kdesdk4/Portfile
===================================================================
--- trunk/dports/kde/kdesdk4/Portfile	2009-08-21 14:18:12 UTC (rev 55922)
+++ trunk/dports/kde/kdesdk4/Portfile	2009-08-21 14:30:16 UTC (rev 55923)
@@ -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,7 +5,7 @@
 PortGroup           kde4   1.0
 
 name                kdesdk4
-version             4.2.4
+version             4.3.0
 categories          kde kde4
 maintainers         nomaintainer
 description         Utilities to ease development with the KDE4 platform
@@ -14,9 +15,12 @@
 master_sites        kde:stable/${version}/src/
 use_bzip2           yes
 distname            kdesdk-${version}
-checksums           md5     fb0672edb1e24859614935764ef4e8d3
+checksums           md5     eda2376a54d66899bf7beb60cc0843b1
 
 depends_lib-append  port:kdelibs4 port:kdebase4-runtime
 
-configure.args-append	../${distname}
+configure.args-append   ../${distname}
 
+livecheck.check     regex
+livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
+livecheck.regex     kdesdk-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090821/307ac97e/attachment.html>


More information about the macports-changes mailing list