[72583] trunk/dports/devel/automoc/Portfile

michaelld at macports.org michaelld at macports.org
Thu Oct 21 05:27:40 PDT 2010


Revision: 72583
          http://trac.macports.org/changeset/72583
Author:   michaelld at macports.org
Date:     2010-10-21 05:27:37 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
Changes to use kde 1.1 portgroup.

Modified Paths:
--------------
    trunk/dports/devel/automoc/Portfile

Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile	2010-10-21 12:26:17 UTC (rev 72582)
+++ trunk/dports/devel/automoc/Portfile	2010-10-21 12:27:37 UTC (rev 72583)
@@ -1,11 +1,15 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4   1.0
+# use KDE4 portgroup, except for depends_build on this port
+# See dports/_resources/port1.0/group/kde4-1.1.tcl for more info.
+PortGroup           kde4   1.1
+depends_build-delete port:automoc
 
 name                automoc
 version             0.9.88
-revision            1
+revision            2
 categories          devel kde kde4
 maintainers         nomaintainer
 description         A tool which automatically creates .moc files and compiles them in.
@@ -19,12 +23,6 @@
                     sha1    d864c3dda99d8b5f625b9267acfa1d88ff617e3a \
                     rmd160  8545f159092c9237f8c0f0f14b0dca9bfeac5c19
 
-# depends_build, not depends_build-append should be used here. 
-# See dports/_resources/port1.0/group/kde4-1.0.tcl for reason.
-depends_build       port:cmake
-
-configure.args-append   ../${distname}
-
 livecheck.type		regex
 livecheck.url		http://ftp.gtlib.cc.gatech.edu/pub/kde/stable/${name}4/
 livecheck.regex		"\(\\d+(?:\\.\\d+)*)\/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/4f7d9c93/attachment.html>


More information about the macports-changes mailing list