[83266] trunk/dports/devel/Drizzle/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 29 04:11:47 PDT 2011


Revision: 83266
          http://trac.macports.org/changeset/83266
Author:   ryandesign at macports.org
Date:     2011-08-29 04:11:42 -0700 (Mon, 29 Aug 2011)
Log Message:
-----------
Drizzle: update to 30; use app portgroup

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

Modified: trunk/dports/devel/Drizzle/Portfile
===================================================================
--- trunk/dports/devel/Drizzle/Portfile	2011-08-29 09:56:28 UTC (rev 83265)
+++ trunk/dports/devel/Drizzle/Portfile	2011-08-29 11:11:42 UTC (rev 83266)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem                  1.0
+PortGroup                   app 1.0
 
 name                        Drizzle
-version                     29
+version                     30
 categories                  devel
 platforms                   darwin
 maintainers                 ryandesign
@@ -25,8 +26,8 @@
 extract.suffix              .jar
 extract.only
 
-checksums                   sha1    e7416af2fa987b75323865bf680849fa98913b88 \
-                            rmd160  2eca2f13d89daa00b1983e907530bd639835b65d
+checksums                   rmd160  d343759590a826344f44d3999fed990e12cb380a \
+                            sha256  32ce0e9bceea7cf55c6a381a10b3942e5f3904f7aa08ea6735c1413386ef4667
 
 extract.mkdir               yes
 
@@ -48,12 +49,11 @@
     xinstall ${worksrcpath}/${distfiles} ${javadir}drizzle.jar
     
     xinstall ${worksrcpath}/drizzle ${destroot}${prefix}/bin/
-    
-    set appdir ${destroot}${applications_dir}/${name}.app/Contents/MacOS
-    xinstall -d ${appdir}
-    xinstall ${worksrcpath}/drizzleapp ${appdir}/${name}
 }
 
+app.executable              ${worksrcpath}/drizzleapp
+app.identifier              net.homeunix.dusty.Drizzle
+
 livecheck.type              regex
 livecheck.url               http://sourceforge.net/projects/drizzle/files/
 livecheck.regex             /${name}(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110829/0b71b97c/attachment.html>


More information about the macports-changes mailing list