[123086] trunk/dports/lang/mdk

ryandesign at macports.org ryandesign at macports.org
Mon Aug 4 18:23:54 PDT 2014


Revision: 123086
          https://trac.macports.org/changeset/123086
Author:   ryandesign at macports.org
Date:     2014-08-04 18:23:54 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
mdk: update to 1.2.8 (#44385) and become maintainer

Modified Paths:
--------------
    trunk/dports/lang/mdk/Portfile

Removed Paths:
-------------
    trunk/dports/lang/mdk/files/

Modified: trunk/dports/lang/mdk/Portfile
===================================================================
--- trunk/dports/lang/mdk/Portfile	2014-08-05 01:12:39 UTC (rev 123085)
+++ trunk/dports/lang/mdk/Portfile	2014-08-05 01:23:54 UTC (rev 123086)
@@ -4,10 +4,10 @@
 PortSystem        1.0
 
 name              mdk
-version           1.2.5
+version             1.2.8
 categories        lang
 license           GPL-3
-maintainers       nomaintainer
+maintainers       ryandesign openmaintainer
 platforms         darwin
 description       A set of utilities for developing programs using MIX and \
                   MIXAL
@@ -23,8 +23,7 @@
                   MDK includes a MIXAL assembler (mixasm) and a MIX \
                   virtual machine (mixvm) with a command line \
                   interface. In addition, a GTK+ GUI to mixvm, called \
-                  gmixvm, and a Guile interpreter with an embedded MIX \
-                  virtual machine called mixguile, are provided. \
+                  gmixvm, is provided. \
                   \
                   Using these interfaces, you can debug your MIXAL \
                   programs at source code level, and read/modify the \
@@ -33,47 +32,31 @@
                   the file system).
 homepage          http://www.gnu.org/software/mdk/mdk.html
 master_sites      gnu:mdk/v${version}/
-checksums         md5 7dce75b47695ef90ff3abfaf4e3d77fc \
-                  sha1 2d314351bc4dc88bce4644c6d22fd1131996fb47
 
-use_automake      yes
-use_autoconf      yes
-depends_build     path:bin/pkg-config:pkgconfig \
-                  port:autoconf \
-                  port:automake \
-                  port:libtool
+checksums           rmd160  38b2e4eebd7cfbaab61bab92864af90d4e61859d \
+                    sha256  7bff1e10b829c6e1f3c278bfecbe82f0f658753ce80ea58b6f71c05f9490b0db
 
-depends_lib       port:guile \
-                  path:lib/pkgconfig/glib-2.0.pc:glib2 \
+depends_build       port:bison \
+                    port:intltool \
+                    port:pkgconfig
+
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                   port:gmp \
-                  port:bison \
                   port:gettext \
                   port:libiconv \
                   port:readline \
                   port:ncurses \
-                  port:libtool \
-                  port:intltool
+                    port:libtool
 
-patchfiles        patch-lib-Makefile.am \
-                  patch-lib-foo.c
+configure.args    --disable-gui
 
-configure.cflags-append ${configure.cppflags}
-configure.args    --disable-gui \
-                  --mandir=${prefix}/share/man \
-                  --infodir=${prefix}/share/info
-
-use_parallel_build no
 build.type        gnu
 
-post-extract {
-             system "touch ${worksrcpath}/lib/foo.c"
-             system "cd ${worksrcpath} && aclocal -I m4"
-}
-
 variant gui description "Build the GTK+ user interface" {
    configure.args-delete  --disable-gui
    depends_lib-append     port:gtk2 \
                           port:libglade2
 
-   patchfiles-append patch-mixgtk-Makefile.am
 }
+
+livecheck.regex     {v([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/d9c2ada9/attachment.html>


More information about the macports-changes mailing list