[90717] trunk/dports/www

pixilla at macports.org pixilla at macports.org
Tue Mar 13 11:26:49 PDT 2012


Revision: 90717
          http://trac.macports.org/changeset/90717
Author:   pixilla at macports.org
Date:     2012-03-13 11:26:48 -0700 (Tue, 13 Mar 2012)
Log Message:
-----------
www/raptor:
- Obsolete raptor replaced_by raptor2
www/raptor2:
- Remove raptor dependency.
- Revbump.

Modified Paths:
--------------
    trunk/dports/www/raptor/Portfile
    trunk/dports/www/raptor2/Portfile

Modified: trunk/dports/www/raptor/Portfile
===================================================================
--- trunk/dports/www/raptor/Portfile	2012-03-13 18:21:36 UTC (rev 90716)
+++ trunk/dports/www/raptor/Portfile	2012-03-13 18:26:48 UTC (rev 90717)
@@ -1,38 +1,13 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
+replaced_by         raptor2
+PortGroup           obsolete 1.0
+
 name                raptor
 version             1.4.21
-revision            2
-description         Raptor RDF Parser Toolkit
-long_description    Raptor is an open source C library that provides a set of \
-                    parsers and serializers that generate Resource Description \
-                    Framework (RDF) triples by parsing syntaxes or serializing \
-                    the triples into a syntax.
-maintainers         pixilla openmaintainer
+revision            3
 license             {LGPL-2.1+ Apache-2}
 categories          www
-platforms           darwin
-homepage            http://librdf.org/raptor/
-master_sites        http://download.librdf.org/source/
-checksums           md5     992061488af7a9e2d933df6b694bb876 \
-                    sha1    f8a82c6e9a342d0cc9772a02562c5e29c2c9b737 \
-                    rmd160  f2ee591e3e9e008b496d6b7bf78f1293173bf7ed
-depends_lib         port:curl \
-                    port:libiconv \
-                    port:libxml2 \
-                    port:libxslt \
-                    port:openssl \
-                    port:zlib
-
-post-destroot {
-    delete ${destroot}${prefix}/bin/rapper
-    delete ${destroot}${prefix}/share
-}
-test.run            yes
-test.target         check
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/www/raptor2/Portfile
===================================================================
--- trunk/dports/www/raptor2/Portfile	2012-03-13 18:21:36 UTC (rev 90716)
+++ trunk/dports/www/raptor2/Portfile	2012-03-13 18:26:48 UTC (rev 90717)
@@ -5,6 +5,7 @@
 
 name                raptor2
 version             2.0.6
+revision            1
 set major           [lindex [split ${version} .] 0]
 description         Raptor RDF Parser Toolkit
 long_description    Raptor is an open source C library that provides a set of \
@@ -28,10 +29,6 @@
                     port:openssl \
                     port:zlib
 
-# We have removed the conflicting files from raptor.
-# Temporarily depend on raptor so raptor gets upgraded first.
-depends_build       port:raptor
-
 test.run            yes
 test.target         check
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120313/ac7fb4b7/attachment-0001.html>


More information about the macports-changes mailing list