[20452] trunk/dports/devel/missingh/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 2 23:51:32 PST 2006


Revision: 20452
          http://trac.macosforge.org/projects/macports/changeset/20452
Author:   gwright at macports.org
Date:     2006-11-02 23:51:32 -0800 (Thu, 02 Nov 2006)

Log Message:
-----------
Version bump to 0.16.0.

Modified Paths:
--------------
    trunk/dports/devel/missingh/Portfile

Modified: trunk/dports/devel/missingh/Portfile
===================================================================
--- trunk/dports/devel/missingh/Portfile	2006-11-03 07:43:36 UTC (rev 20451)
+++ trunk/dports/devel/missingh/Portfile	2006-11-03 07:51:32 UTC (rev 20452)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		missingh
-version		0.14.4
+version		0.16.0
 categories	devel
 maintainers	gwright at opendarwin.org
 platforms	darwin
@@ -17,9 +17,9 @@
 
 distfiles	${name}_${version}${extract.suffix}
 
-checksums	md5 b0ebb0963d47438748749863d327daa9
+checksums	md5 6f77f7a45be9c01992ed852b9179c9f9
 
-depends_build	bin:ghc:ghc
+depends_build	port:ghc
 
 worksrcdir	${name}
 
@@ -42,10 +42,17 @@
 
 destroot	{ cd ${worksrcpath}
 		  system "./setup copy --copy-prefix=${destroot}${prefix}"
-		}
+                  system "./Setup register   --gen-script"
+                  system "./Setup unregister --gen-script"
 
-post-activate	{ cd ${worksrcpath}
-		  catch {system "./setup unregister"}
-		  system "./setup register"
-		}
+                  file mkdir ${destroot}${prefix}/libexec/${name}
+                  file copy ${worksrcpath}/register.sh \
+                            ${destroot}${prefix}/libexec/${name}
+                  file copy ${worksrcpath}/unregister.sh \
+                            ${destroot}${prefix}/libexec/${name}
+                }
 
+post-activate   { system "${prefix}/libexec/${name}/register.sh" }
+
+#pre-deactivate { system "${prefix}/libexec/${name}/unregister.sh" }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061102/f47e96b3/attachment.html


More information about the macports-changes mailing list