[152944] trunk/dports/lang/processing/Portfile

khindenburg at macports.org khindenburg at macports.org
Tue Sep 20 19:36:42 PDT 2016


Revision: 152944
          https://trac.macports.org/changeset/152944
Author:   khindenburg at macports.org
Date:     2016-09-20 19:36:42 -0700 (Tue, 20 Sep 2016)
Log Message:
-----------
processing: update to 3.1.1; new maintainer #51761

Modified Paths:
--------------
    trunk/dports/lang/processing/Portfile

Modified: trunk/dports/lang/processing/Portfile
===================================================================
--- trunk/dports/lang/processing/Portfile	2016-09-21 02:16:31 UTC (rev 152943)
+++ trunk/dports/lang/processing/Portfile	2016-09-21 02:36:42 UTC (rev 152944)
@@ -1,13 +1,17 @@
-# $Id$
+# -*- 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
+# $Id$ 
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                processing
-version             1.2.1
+github.setup        processing processing 3.1.1 processing-0250-
+
 categories          lang
-platforms           darwin freebsd linux
-license             BSD
-maintainers         nomaintainer
+platforms           darwin
+license             GPL-2
+
+maintainers         guenael.com:macports \
+                    openmaintainer
 description         open source programming language and environment for people \
                     who want to create images, animations, and interactions
 long_description    \
@@ -18,11 +22,11 @@
     tool for generating finished professional work. Today, there are tens of \
     thousands of students, artists, designers, researchers, and hobbyists who \
     use Processing for learning, prototyping, and production.
-
 homepage            http://processing.org
-fetch.type          svn
-svn.url             http://${name}.googlecode.com/svn/tags/${name}-${version}
 
+checksums           rmd160  e964f47e8ba1f9de3ae969c8adfffc645187be0c \
+                    sha256  372f61b4ce8894651c5d5e214a668a32b918edbddc340fa71ff880e747ad121d
+
 depends_build       port:apache-ant
 use_configure       no
 build.dir           ${worksrcpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160920/b889c6c8/attachment.html>


More information about the macports-changes mailing list