[81772] trunk/dports/kde/kdegraphics4/Portfile

snc at macports.org snc at macports.org
Thu Aug 4 12:32:01 PDT 2011


Revision: 81772
          http://trac.macports.org/changeset/81772
Author:   snc at macports.org
Date:     2011-08-04 12:32:01 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
kdegraphics4: stub, #30493

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

Modified: trunk/dports/kde/kdegraphics4/Portfile
===================================================================
--- trunk/dports/kde/kdegraphics4/Portfile	2011-08-04 19:27:30 UTC (rev 81771)
+++ trunk/dports/kde/kdegraphics4/Portfile	2011-08-04 19:32:01 UTC (rev 81772)
@@ -6,34 +6,19 @@
 
 name                kdegraphics4
 version             4.6.0
-revision            2
+revision            3
 categories          kde kde4
 maintainers         snc sharky michaelld
 description         KDE4 graphics applications
 long_description    KDE applications for managing and creating image files.
 platforms           darwin
 homepage            http://www.kde.org
-master_sites        kde:stable/${version}/src/
-use_bzip2           yes
-distname            kdegraphics-${version}
-checksums           rmd160  15a88c995972ab79f6bb53adb3b5a95020349826 \
-                    sha256  168d6eb84a2c06b4547e8764edaaa3670e603019e32833598a17d2b784524848
 
-depends_lib-append  port:kdebase4-runtime \
-                    port:exiv2 port:poppler \
-                    port:djvulibre port:chmlib \
-                    port:libspectre port:qca \
-                    port:ebook-tools \
-                    port:sane-backends port:gphoto2
+distfiles
 
-pre-configure {
-    if {![file exists ${prefix}/lib/libpoppler-qt4.dylib]} {
-        return -code error "Poppler must be installed with +qt4\
-                            and +quartz variants"
-    }
+pre-extract {
+    ui_error "${name} has been split into several separate ports"
+    return -code error "obsolete port"
 }
 
-configure.args-append   -DGWENVIEW_SEMANTICINFO_BACKEND=None
-
-livecheck.url       http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/
-livecheck.regex     kdegraphics-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
+livecheck.tpye      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/9af5b5c6/attachment.html>


More information about the macports-changes mailing list