Ticket #12188: Portfile.rb-hoe_1.2.1.patch

File Portfile.rb-hoe_1.2.1.patch, 956 bytes (added by chris@…, 17 years ago)

patch to bring Portfile from 1.2.0 to 1.2.1

  • Portfile

    old new  
    22
    33PortSystem                      1.0
    44PortGroup                       ruby 1.0
    5 ruby.setup                      hoe 1.2.0 gem {} rubyforge_gem:seattlerb
     5ruby.setup                      hoe 1.2.1 gem {} rubyforge_gem:seattlerb
    66maintainers                     pguyot@kallisys.net
    77description                     Hoe is a way to write Rakefiles much easier and cleaner.
    88long_description        Hoe is a simple rake/rubygems helper for project \
    99                                        Rakefiles. It generates all the usual tasks for projects \
    1010                                        including rdoc generation, testing, packaging, and \
    1111                                        deployment.
    12 checksums                       md5 6d481b25bb688470805e8261325a23c9 \
    13                                         sha1 ec66f9086d9d42bd502a1216a265a39a281e5e5a \
    14                                         rmd160 d5448003e9e81548e904c7ad0953eba69b21dccf
     12checksums                       md5 c6ca4f087d6c90ba9dfcd20756ba7ef5 \
     13                                        sha1 69188de75e84064210f155ce50109ebf21711036 \
     14                                        rmd160 df8b5590240fb1292b26e81ccbb46f6d7b206578
    1515
    1616depends_lib-append \
    1717                                        port:rb-rake \