Ticket #51761: change-processing-maintainer.diff

File change-processing-maintainer.diff, 2.0 KB (added by numeratus, 8 years ago)
  • Portfile

    Only in .: .Portfile.swp
    Only in .: .change-processing-maintainer.diff.swp
    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/processing/Portfile ./Portfile
    old new  
    1 # $Id: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $
     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: Portfile 99643 2012-11-13 04:26:02Z singingwolfboy@macports.org $
    23
    34PortSystem          1.0
     5PortGroup           github 1.0
     6
     7github.setup        processing processing 3.1.1 processing-0250-
    48
    5 name                processing
    6 version             1.2.1
    79categories          lang
    8 platforms           darwin freebsd linux
    9 license             BSD
    10 maintainers         nomaintainer
     10platforms           darwin
     11license             GPL-2
     12
     13maintainers         guenael.com:macports \
     14                    openmaintainer
    1115description         open source programming language and environment for people \
    1216                    who want to create images, animations, and interactions
    1317long_description    \
     
    1822    tool for generating finished professional work. Today, there are tens of \
    1923    thousands of students, artists, designers, researchers, and hobbyists who \
    2024    use Processing for learning, prototyping, and production.
    21 
    2225homepage            http://processing.org
    23 fetch.type          svn
    24 svn.url             http://${name}.googlecode.com/svn/tags/${name}-${version}
     26
     27checksums           rmd160  e964f47e8ba1f9de3ae969c8adfffc645187be0c \
     28                    sha256  372f61b4ce8894651c5d5e214a668a32b918edbddc340fa71ff880e747ad121d
    2529
    2630depends_build       port:apache-ant
    2731use_configure       no