Ticket #35308: Portfile.diff

File Portfile.diff, 1.7 KB (added by cooljeanius (Eric Gallager), 11 years ago)

diff between attached portfile and generated portfile

  • /opt/local/var/macports/sources/LocalPorts/perl/p5-net-smtp-ssl/

    old new  
    1 # $Id: $
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
     2# $Id$
    23
    34PortSystem          1.0
    45PortGroup           perl5 1.0
    56
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    77perl5.setup         Net-SMTP-SSL 1.01
    8 revision            3
    9 license             {Artistic-1 GPL}
    10 maintainers         nomaintainer
    11 distfiles           Net-SMTP-SSL-${perl5.moduleversion}.tar.gz
    12 master_sites        http://search.cpan.org/CPAN/authors/id/C/CW/CWEST/
     8#perl5.setup         Net-SMTP-SSL 1.01 ../by-authors/id/C/CW/CWEST
    139platforms           darwin
    14 worksrcdir          Net-SMTP-SSL-${perl5.moduleversion}
     10maintainers         nomaintainer
     11# Uncomment this line if you know there will be no arch-specific code:
     12#supported_archs     noarch
     13
     14description         Net::SMTP::SSL (no description available)
     15
     16long_description    ${description}
     17
     18checksums           sha256 13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289 \
     19                    rmd160 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb
     20
     21depends_lib-append  port:p5-io-socket-ssl
    1522
    16 description \
    17         Perl5 SSL support for Net::SMTP
    1823
    19 long_description \
    20         Implements the same API as Net::SMTP, but uses IO::Socket::SSL \
    21         for its network operations.
    22 
    23 checksums \
    24         md5 ba039288ebf7a343feecacd374da8c1a \
    25         sha1 2acccf803a6b0b5f71bd3ebed41434afb99d5e16 \
    26         rmd160 8848d5f28d6e7ce03481aa6f0b7bb6b193c0bddb
    27 
    28 if {${perl5.major} != ""} {
    29 supported_archs noarch
    30 }