[49292] trunk/dports/aqua/Books/Portfile

snc at macports.org snc at macports.org
Mon Apr 6 17:34:44 PDT 2009


Revision: 49292
          http://trac.macports.org/changeset/49292
Author:   snc at macports.org
Date:     2009-04-06 17:34:43 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
updated version, fixed tree violation

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

Modified: trunk/dports/aqua/Books/Portfile
===================================================================
--- trunk/dports/aqua/Books/Portfile	2009-04-06 19:53:00 UTC (rev 49291)
+++ trunk/dports/aqua/Books/Portfile	2009-04-07 00:34:43 UTC (rev 49292)
@@ -4,7 +4,7 @@
 PortSystem		1.0
 
 name			Books
-version			3.2.2
+version			3.2.4
 categories		aqua
 maintainers		snc openmaintainer
 description		Books provides a virtual card catalog for your personal library.
@@ -15,7 +15,7 @@
 					books by attributes such as title and author. Books also \
 					includes built-in searching for quick book information \
 					retrieval, and XML support for importing and exporting \
-					collection information in HTML and XML. 
+					collection information in HTML and XML.
 
 platforms       darwin
 homepage		http://books.aetherial.net/
@@ -40,20 +40,18 @@
 }
 }
 
-checksums		md5 4c832de22a99f8b30e10cd988a8dd36d \
-				sha1 e086b62972a243465bd5d1d223c93b4ac0e44f83 \
-				rmd160 4a0cf32a8d79daf92fbf80c6e92f5048fe9e82ef
+checksums		md5 66321a4a3ff617c045cde42f66b77404 \
+				sha1 33a5b2ca49203793e6fc6aa17eed97b68db40f6d \
+				rmd160 c2e6b35aa2b4d5f0b66abb2780deb1b715bd358d
 
-worksrcdir		${name}
+worksrcdir		${name}.app
 
-prefix          ${applications_dir}
 universal_variant no
 use_configure   no
 build {}
 destroot {
-    set appPath ${destroot}${applications_dir}
-    xinstall -d ${appPath}
-    file copy ${worksrcpath}.app ${appPath}
+    xinstall -d ${destroot}${applications_dir}
+    move ${worksrcpath}  ${destroot}${applications_dir}
 }
 
 livecheck.check	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/d96b5ea4/attachment.html>


More information about the macports-changes mailing list