[70607] trunk/dports/net/meanwhile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 14 20:22:15 PDT 2010


Revision: 70607
          http://trac.macports.org/changeset/70607
Author:   ryandesign at macports.org
Date:     2010-08-14 20:22:13 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
meanwhile: update to 1.0.2, autoreconf for a proper universal build, move docs to standard MacPorts location

Modified Paths:
--------------
    trunk/dports/net/meanwhile/Portfile
    trunk/dports/net/meanwhile/files/patch-doc-Makefile.in
    trunk/dports/net/meanwhile/files/patch-samples-Makefile.in

Modified: trunk/dports/net/meanwhile/Portfile
===================================================================
--- trunk/dports/net/meanwhile/Portfile	2010-08-15 03:11:50 UTC (rev 70606)
+++ trunk/dports/net/meanwhile/Portfile	2010-08-15 03:22:13 UTC (rev 70607)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    meanwhile
-version                 1.0.1
+version                 1.0.2
 categories              net
 platforms               darwin
 maintainers             nomaintainer
@@ -16,7 +16,9 @@
 homepage                http://meanwhile.sourceforge.net/
 master_sites            sourceforge
 
-checksums               md5     85587678afdf7bf1f5ea3bdefec093ba
+checksums               md5     bf4ced109a367b4c5d71fe63c043270e \
+                        sha1    e0e9836581da3c4a569135cb238eaa566c324540 \
+                        rmd160  2ae78a2f5586c1a106c462c19018872308dd6af0
 
 patchfiles              patch-doc-Makefile.in \
                         patch-samples-Makefile.in
@@ -27,3 +29,10 @@
 depends_lib             port:gettext \
                         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                         port:libiconv
+
+# Universal dylibs, please
+use_autoreconf          yes
+
+post-destroot {
+    move ${destroot}${prefix}/share/doc/${name}-doc-${version} ${destroot}${prefix}/share/doc/${name}
+}

Modified: trunk/dports/net/meanwhile/files/patch-doc-Makefile.in
===================================================================
--- trunk/dports/net/meanwhile/files/patch-doc-Makefile.in	2010-08-15 03:11:50 UTC (rev 70606)
+++ trunk/dports/net/meanwhile/files/patch-doc-Makefile.in	2010-08-15 03:22:13 UTC (rev 70607)
@@ -1,6 +1,6 @@
---- doc/Makefile.in	2005-12-16 18:27:40.000000000 +0100
-+++ doc/Makefile.in	2005-12-29 08:56:17.000000000 +0100
-@@ -171,9 +171,9 @@
+--- doc/Makefile.in.orig	2005-12-29 19:55:16.000000000 -0600
++++ doc/Makefile.in	2010-08-14 21:59:17.000000000 -0500
+@@ -172,9 +172,9 @@
  target_alias = @target_alias@
  noinst_DATA = Doxyfile
  @ENABLE_DOXYGEN_TRUE at htmldoc_DATA = html/*

Modified: trunk/dports/net/meanwhile/files/patch-samples-Makefile.in
===================================================================
--- trunk/dports/net/meanwhile/files/patch-samples-Makefile.in	2010-08-15 03:11:50 UTC (rev 70606)
+++ trunk/dports/net/meanwhile/files/patch-samples-Makefile.in	2010-08-15 03:22:13 UTC (rev 70607)
@@ -1,6 +1,6 @@
---- samples/Makefile.in	2005-12-16 18:27:41.000000000 +0100
-+++ samples/Makefile.in	2005-12-29 09:00:18.000000000 +0100
-@@ -187,7 +187,7 @@
+--- samples/Makefile.in.orig	2005-12-29 19:55:17.000000000 -0600
++++ samples/Makefile.in	2010-08-14 21:59:17.000000000 -0500
+@@ -188,7 +188,7 @@
  	README \
  	$(SAMPLES_SRC)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/3f724710/attachment.html>


More information about the macports-changes mailing list