[54231] trunk/dports/textproc/wbxml2/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 23 05:52:30 PDT 2009


Revision: 54231
          http://trac.macports.org/changeset/54231
Author:   jmr at macports.org
Date:     2009-07-23 05:52:29 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
wbxml2: remove maintainer by request, add modeline, general cleanup

Modified Paths:
--------------
    trunk/dports/textproc/wbxml2/Portfile

Modified: trunk/dports/textproc/wbxml2/Portfile
===================================================================
--- trunk/dports/textproc/wbxml2/Portfile	2009-07-23 12:17:53 UTC (rev 54230)
+++ trunk/dports/textproc/wbxml2/Portfile	2009-07-23 12:52:29 UTC (rev 54231)
@@ -1,29 +1,23 @@
+# -*- 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
+
 name              wbxml2
 version           0.9.0
 categories        textproc devel
 platforms         darwin
-maintainers       mit.edu:glasser
+maintainers       nomaintainer
 description       converts between XML and Wireless Binary XML (WBXML)
 long_description  ${description}
 homepage          http://libwbxml.aymerick.com/
 
-master_sites      sourceforge
-master_sites.mirror_subdir wbxmllib
+master_sites      sourceforge:wbxmllib
 
 distfiles  ${name}-${version}-src.tar.gz
 checksums md5 3f9b5bf104ec523b8eebe69f93919ded
 
-depends_lib lib:libexpat:expat bin:glibtoolize:libtool
+depends_lib port:expat
+depends_build port:autoconf port:automake port:libtool
 
-use_automake yes
-automake.args --add-missing
-
-use_autoconf yes
-
-pre-configure {
-    system "cd ${worksrcpath} && glibtoolize"
-    system "cd ${worksrcpath} && aclocal"
-    system "cd ${worksrcpath} && autoheader"
-}
+use_autoreconf yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090723/f03e6aff/attachment.html>


More information about the macports-changes mailing list