[129150] trunk/dports/devel/astyle-dev/Portfile

petr at macports.org petr at macports.org
Sun Dec 7 11:53:17 PST 2014


Revision: 129150
          https://trac.macports.org/changeset/129150
Author:   petr at macports.org
Date:     2014-12-07 11:53:17 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
astyle-dev: make obsolete, replaced_by astyle, closes #43557

Modified Paths:
--------------
    trunk/dports/devel/astyle-dev/Portfile

Modified: trunk/dports/devel/astyle-dev/Portfile
===================================================================
--- trunk/dports/devel/astyle-dev/Portfile	2014-12-07 19:37:30 UTC (rev 129149)
+++ trunk/dports/devel/astyle-dev/Portfile	2014-12-07 19:53:17 UTC (rev 129150)
@@ -3,47 +3,11 @@
 
 PortSystem        1.0
 
+# This port can be removed after the 2015-12-07.
+replaced_by       astyle
+PortGroup         obsolete 1.0
+
 name              astyle-dev
 version           2.03b
-revision          2
+revision          3
 categories        devel
-platforms         darwin
-maintainers       nomaintainer
-
-description       source code beautifier for the C, C++, C# and Java programming languages (beta version)
-long_description  Artistic Style is a source code indenter, source code formatter, \
-                  and source code beautifier for the C, C++, C# and Java \
-                  programming languages.
-
-homepage          http://astyle.sourceforge.net
-master_sites      sourceforge::macosx
-
-fetch.type        svn
-svn.revision      361
-svn.url           https://svn.code.sf.net/p/astyle/code/trunk/AStyle/
-
-conflicts         astyle
-
-worksrcdir        AStyle/build/mac
-patchfiles        patch-Makefile.diff
-use_configure     no
-
-variant universal {}
-
-build.target      release
-build.args-append   prefix=${prefix} \
-                    CXX="${configure.cxx} [get_canonical_archflags cxx]"
-
-destroot.args-append \
-                    prefix=${prefix} \
-                    CXX="${configure.cxx} [get_canonical_archflags cxx]"
-
-variant lib description {Build and install the libraries} {
-    build.target-append shared static
-    destroot.target-append install-lib
-}
-
-variant java description {Build and install the JNI library} {
-    build.target-append java
-    destroot.target-append install-jnilib
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/2ea88fd1/attachment.html>


More information about the macports-changes mailing list