On Dec 10, 2008, at 17:05, [EMAIL PROTECTED] wrote:

Revision: 43452
          http://trac.macports.org/changeset/43452
Author:   [EMAIL PROTECTED]
Date:     2008-12-10 15:05:24 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
Fixed dependancies.

"dependencies". :) I've been fixing your log messages.

Don't forget to list everything you change in your commit messages. For example here you also made whitespace changes. Ideally you would commit whitespace changes in a separate commit from other changes, so that it's easier to ignore the whitespace changes when looking through the revisions and more clearly see the changes that actually matter.


Modified Paths:
--------------
    trunk/dports/perl/p5-test-object/Portfile

Modified: trunk/dports/perl/p5-test-object/Portfile
===================================================================
--- trunk/dports/perl/p5-test-object/Portfile 2008-12-10 23:03:56 UTC (rev 43451) +++ trunk/dports/perl/p5-test-object/Portfile 2008-12-10 23:05:24 UTC (rev 43452)
@@ -1,15 +1,17 @@
 # $Id$

-PortSystem          1.0
-PortGroup           perl5 1.0
+PortSystem            1.0
+PortGroup             perl5 1.0

-perl5.setup         Test-Object 0.07
-maintainers         narf_tm openmaintainer
-description Thoroughly testing objects via registered handlers
-long_description    ${description}
+perl5.setup           Test-Object 0.07
+maintainers           narf_tm openmaintainer
+description Thoroughly testing objects via registered handlers
+long_description      ${description}

-platforms           darwin
+platforms             darwin

-checksums           md5 ab71791756faaabc3b4fad5bcc1df50f \
-                    sha1 7bd76d09c81aef0ef32e6f4edf042ba88e514f52 \
-                    rmd160 012db64b0895ce838a081c2c8cb6e7635a9814e4
+checksums             md5 ab71791756faaabc3b4fad5bcc1df50f \
+                      sha1 7bd76d09c81aef0ef32e6f4edf042ba88e514f52 \
+                      rmd160 012db64b0895ce838a081c2c8cb6e7635a9814e4
+
+depends_lib-append    port:p5-test-simple


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to