[88953] trunk/dports/erlang/mochiweb/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 15 00:13:58 PST 2012


Revision: 88953
          http://trac.macports.org/changeset/88953
Author:   ryandesign at macports.org
Date:     2012-01-15 00:13:58 -0800 (Sun, 15 Jan 2012)
Log Message:
-----------
mochiweb: update to 2.3.0

Modified Paths:
--------------
    trunk/dports/erlang/mochiweb/Portfile

Modified: trunk/dports/erlang/mochiweb/Portfile
===================================================================
--- trunk/dports/erlang/mochiweb/Portfile	2012-01-15 08:09:54 UTC (rev 88952)
+++ trunk/dports/erlang/mochiweb/Portfile	2012-01-15 08:13:58 UTC (rev 88953)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 PortGroup       github 1.0
 
-github.setup    mochi mochiweb 16f560 v
-epoch           20100724
-revision        1
+github.setup    mochi mochiweb 2.3.0 v
+epoch           20111014
 categories      erlang www
 platforms       darwin
 maintainers     nomaintainer
@@ -17,20 +16,19 @@
 long_description \
     ${description}
 
-fetch.type      git
-git.branch      ${version}
-
 depends_lib     port:erlang
 
+checksums       rmd160  e32301af433948d0752e515187d56b3f6fed67b3 \
+                sha256  7bde6ab0fb9e202b3f55dda12409c2f300b87f8ded424853dd362bd925802a89
+
 use_configure no
 build.target-append edoc
 
 set libdir ${prefix}/lib/erlang/lib/${name}
 
 destroot {
-    xinstall -d ${destroot}${libdir}/priv
+    xinstall -d ${destroot}${libdir}
     copy ${worksrcpath}/ebin ${destroot}${libdir}/ebin
-    copy ${worksrcpath}/priv/skel ${destroot}${libdir}/priv/skel
     copy ${worksrcpath}/scripts ${destroot}${libdir}/scripts
     copy ${worksrcpath}/src ${destroot}${libdir}/src
 
@@ -43,4 +41,3 @@
 }
 
 test.run yes
-universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120115/e73b5cee/attachment.html>


More information about the macports-changes mailing list