[39507] trunk/dports/perl/p5-sql-translator/Portfile

narf_tm at macports.org narf_tm at macports.org
Fri Aug 22 09:25:40 PDT 2008


Revision: 39507
          http://trac.macosforge.org/projects/macports/changeset/39507
Author:   narf_tm at macports.org
Date:     2008-08-22 09:25:40 -0700 (Fri, 22 Aug 2008)
Log Message:
-----------
Updated to 0.09001.

Modified Paths:
--------------
    trunk/dports/perl/p5-sql-translator/Portfile

Modified: trunk/dports/perl/p5-sql-translator/Portfile
===================================================================
--- trunk/dports/perl/p5-sql-translator/Portfile	2008-08-22 16:16:14 UTC (rev 39506)
+++ trunk/dports/perl/p5-sql-translator/Portfile	2008-08-22 16:25:40 UTC (rev 39507)
@@ -3,7 +3,7 @@
 PortSystem                1.0
 PortGroup                 perl5 1.0
 
-perl5.setup               SQL-Translator 0.0900
+perl5.setup               SQL-Translator 0.09001
 maintainers               narf_tm openmaintainer
 description               manipulate structured data definitions (SQL and more)
 long_description          SQL::Translator is a group of Perl modules that \
@@ -14,33 +14,39 @@
 
 platforms                 darwin
 
-checksums                 md5 3f7ee3cfbf2afa146aa48043b369f4f9 \
-                          sha1 f0ab0b68466f979a3ab6f6f935413c4f8d3d2f6c \
-                          rmd160 8b5eac9418fd0b79cbac066267a700ce3de6e74d
+checksums                 md5 323ae358c3b468b0686b4ddad8703944 \
+                          sha1 1747103ffd4684da3a83b9568587ca29cebc3616 \
+                          rmd160 c0a91694caff93ca073e4c3d8879b599f9a36586
 
 depends_lib-append        port:p5-class-accessor \
                           port:p5-class-base \
                           port:p5-class-data-inheritable \
                           port:p5-class-makemethods \
+                          port:p5-dbi \
+                          port:p5-digest-sha1 \
                           port:p5-log-log4perl \
                           port:p5-parse-recdescent \
-                          port:p5-template-toolkit \
+                          port:p5-test-differences \
+                          port:p5-test-exception \
+                          port:p5-yaml \
                           port:p5-io-stringy \
                           port:p5-spreadsheet-parseexcel \
+                          port:p5-template-toolkit \
                           port:p5-text-parsewords \
                           port:p5-text-recordparser \
                           port:p5-xml-writer \
-                          port:p5-xml-xpath \
-                          port:p5-test-exception \
-                          port:p5-test-differences \
-                          port:p5-yaml
+                          port:p5-xml-xpath
 
 perl5.use_module_build
 
 variant gd description {build with gd support} {
-    depends_lib-append port:p5-gd
+	depends_lib-append port:p5-gd
 }
 
+variant graph description {build with graph support} {
+	depends_lib-append port:p5-graph
+}
+
 variant graphviz description {build with graphviz support} {
-    depends_lib-append port:p5-graphviz
+	depends_lib-append port:p5-graphviz
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080822/b5338d2e/attachment.html 


More information about the macports-changes mailing list