[28913] trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 11 07:09:28 PDT 2007


Revision: 28913
          http://trac.macosforge.org/projects/macports/changeset/28913
Author:   dluke at macports.org
Date:     2007-09-11 07:09:27 -0700 (Tue, 11 Sep 2007)

Log Message:
-----------
Version bump, update neon to 0.26.4 (also use subversion-style DYLD_LIBRARY_PATH setting for test target, thanks nox!)

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
c8fed718-8f51-4de5-9efe-445163856910:/local:28787
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:28228
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
40426cdb-d25d-4106-b89a-567fc1e9311f:/local/trunk:22799
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
c8fed718-8f51-4de5-9efe-445163856910:/local:28932
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
e4b2a6a8-e742-4924-8f8a-3771363e925e:/local/trunk:25771
f2dd1c64-7982-4318-98ce-263798263e0a:/local:28228
fd7794eb-1723-4a49-8be4-c69b2a184b6d:/local/trunk:24020

Modified: trunk/dports/www/neon/Portfile
===================================================================
--- trunk/dports/www/neon/Portfile	2007-09-11 13:58:47 UTC (rev 28912)
+++ trunk/dports/www/neon/Portfile	2007-09-11 14:09:27 UTC (rev 28913)
@@ -1,13 +1,13 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 name            neon
-version         0.26.3
-revision	1
+version         0.26.4
 categories      www
 maintainers     dluke at geeklair.net
 description     An HTTP and WebDAV client library with a C interface
 platforms       darwin freebsd
+
 long_description \
     neon is an HTTP and WebDAV client library with a C language API.    \
     It provides a high-level interface to HTTP and WebDAV methods and a \
@@ -15,9 +15,7 @@
     implementation of new methods.
 
 homepage        http://www.webdav.org/neon/
-master_sites    macports \
-                http://www.webdav.org/neon/
-checksums       md5 6e52cd9c03e372026d6eccbfb80f09ef
+master_sites    ${homepage}
 
 depends_lib     port:expat \
                 port:gettext \
@@ -25,14 +23,30 @@
                 port:openssl \
                 port:zlib
 
+checksums       md5 2d11fff51ffa856fc6b5d4bd801d6cc4
+
 configure.args  --with-ssl \
                 --enable-shared \
                 --with-expat \
-		--without-gssapi \
-                --mandir=\\\${prefix}/share/man
+                --without-gssapi \
+                --mandir=${prefix}/share/man
 
-destroot.destdir    prefix=${destroot}${prefix}
+pre-test {
+	set x {}
 
-test.env    DYLD_LIBRARY_PATH=`find ${worksrcpath} -type d -name .libs | xargs echo | sed -e 's/ /:/g'`
+	fs-traverse dir ${worksrcpath} {
+		if {[file tail ${dir}] == ".libs" && [file isdirectory ${dir}]} {
+			lappend x ${dir}
+			continue
+		}
+	}
+
+	test.env-append DYLD_LIBRARY_PATH=[join ${x} ":"]
+}
+
 test.run    yes
 test.target check
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070911/c870d40e/attachment.html


More information about the macports-changes mailing list