[92693] trunk/dports/aqua/ManOpen

jmr at macports.org jmr at macports.org
Thu May 3 18:23:03 PDT 2012


Revision: 92693
          https://trac.macports.org/changeset/92693
Author:   jmr at macports.org
Date:     2012-05-03 18:23:03 -0700 (Thu, 03 May 2012)
Log Message:
-----------
ManOpen: update to 2.6 (fixes #30380)

Modified Paths:
--------------
    trunk/dports/aqua/ManOpen/Portfile

Removed Paths:
-------------
    trunk/dports/aqua/ManOpen/files/

Modified: trunk/dports/aqua/ManOpen/Portfile
===================================================================
--- trunk/dports/aqua/ManOpen/Portfile	2012-05-04 00:31:33 UTC (rev 92692)
+++ trunk/dports/aqua/ManOpen/Portfile	2012-05-04 01:23:03 UTC (rev 92693)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           xcode 1.0
 
 name                ManOpen
-version             2.5.1
-revision            1
+version             2.6
 categories          aqua textproc
+license             BSD
 maintainers         waqar openmaintainer
 description         GUI application for viewing Unix manual pages,
 long_description    \
@@ -17,21 +18,14 @@
     provided to other applications to open selected files/titles     \
     or do apropos searches using the selected text.
 homepage            http://www.clindberg.org/projects/ManOpen.html
-platforms           macosx
 master_sites        http://www.clindberg.org/projects
 distname            ${name}-${version}.s
 worksrcdir          ${name}-${version}
-checksums           md5     0f704085d6cece271860a521922292f5 \
-                    sha1    387a482f3bb0e6c7573a2bea9327be4aede31a48 \
-                    rmd160  689d06f7afb5ecfd945ef47bd355bfdbfb1d70da
-patchfiles          patch-ManOpen_ManDocument.m.diff
-use_configure       no
-use_parallel_build  no
-destroot     {
-    xinstall -d -m 755 ${destroot}${applications_dir}
-    file copy ${build.dir}/${name}.app                 \
-        ${destroot}${applications_dir}/${name}.app
-    file copy ${build.dir}/openman ${destroot}${prefix}/bin
-    file copy ${build.dir}/openman.tproj/openman.1            \
+checksums           rmd160 2c789a7f9d618fc5ad92909d23dbe522d4a53965 \
+                    sha256 80e02a66840bd410a55f04e3c53eeae45027afce6e57a2d0d014671a0fb0550b
+
+post-destroot     {
+    move ${destroot}${applications_dir}/openman ${destroot}${prefix}/bin
+    move ${destroot}${applications_dir}/openman.1            \
         ${destroot}${prefix}/share/man/man1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/625e11ed/attachment.html>


More information about the macports-changes mailing list