[80776] trunk/dports/www/serf/Portfile

blair at macports.org blair at macports.org
Sat Jul 16 22:52:19 PDT 2011


Revision: 80776
          http://trac.macports.org/changeset/80776
Author:   blair at macports.org
Date:     2011-07-16 22:52:18 -0700 (Sat, 16 Jul 2011)
Log Message:
-----------
serf: replace with serf0.

Modified Paths:
--------------
    trunk/dports/www/serf/Portfile

Modified: trunk/dports/www/serf/Portfile
===================================================================
--- trunk/dports/www/serf/Portfile	2011-07-17 05:48:47 UTC (rev 80775)
+++ trunk/dports/www/serf/Portfile	2011-07-17 05:52:18 UTC (rev 80776)
@@ -4,8 +4,10 @@
 
 name                    serf
 version                 0.7.2
+revision                1
 categories              www
 maintainers             blair
+replaced_by             serf0
 description             C-based HTTP client library
 
 long_description        The serf library is a C-based HTTP client library \
@@ -16,35 +18,12 @@
                         provide high performance operation.
 
 homepage                http://code.google.com/p/serf/
-master_sites            http://serf.googlecode.com/files/
-use_bzip2               yes
-use_parallel_build      yes
-checksums               md5 66ed12163b14b704888e628ee38e9581 \
-                        sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \
-                        rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32
-
 platforms               darwin
+distfiles
 
-depends_lib             port:apr port:apr-util port:openssl
-
-configure.args          --with-apr=${prefix}/bin/apr-1-config \
-                        --with-apr-util=${prefix}/bin/apu-1-config
-
-configure.ccache        no
-
-test.run                yes
-test.target             check
-
-post-destroot {
-        set sharedir ${destroot}${prefix}/share
-        set docdir ${sharedir}/doc/${name}
-
-        xinstall -m 755 -d ${docdir}
-
-        foreach f {CHANGES LICENSE NOTICE README} {
-                file copy ${worksrcpath}/${f} ${docdir}
-        }
+pre-configure {
+        ui_error "Please use serf0 or serf1 instead."
+        return -code error "obsolete port"
 }
 
-livecheck.type  regex
-livecheck.regex $name-(\\d+(?:\\.\\d+)*)
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110716/dd6a8ceb/attachment.html>


More information about the macports-changes mailing list