Ticket #52999: php-uuid.diff

File php-uuid.diff, 688 bytes (added by ryandesign (Ryan Carsten Schmidt), 8 years ago)
  • php/php-uuid/Portfile

    diff --git a/php/php-uuid/Portfile b/php/php-uuid/Portfile
    index c2072b6..c299f14 100644
    a b  
    11# -*- 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$
    32
    43PortSystem              1.0
    54PortGroup               php 1.1
    platforms darwin 
    1110maintainers             pixilla
    1211license                 LGPL-2.1+
    1312
    14 php.branches            5.3 5.4 5.5 5.6 7.0
     13php.branches            5.3 5.4 5.5 5.6 7.0 7.1
    1514php.pecl                yes
    1615
    1716description             A wrapper around libuuid from the ext2utils project.