[26320] trunk/dports/fuse

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 19 10:43:08 PDT 2007


Revision: 26320
          http://trac.macosforge.org/projects/macports/changeset/26320
Author:   eridius at macports.org
Date:     2007-06-19 10:43:08 -0700 (Tue, 19 Jun 2007)

Log Message:
-----------
Switch to using the port: syntax for deps

Modified Paths:
--------------
    trunk/dports/fuse/fuse-bindings-python/Portfile
    trunk/dports/fuse/libfuse/Portfile
    trunk/dports/fuse/ntfs-3g/Portfile
    trunk/dports/fuse/sshfs/Portfile

Modified: trunk/dports/fuse/fuse-bindings-python/Portfile
===================================================================
--- trunk/dports/fuse/fuse-bindings-python/Portfile	2007-06-19 17:36:57 UTC (rev 26319)
+++ trunk/dports/fuse/fuse-bindings-python/Portfile	2007-06-19 17:43:08 UTC (rev 26320)
@@ -24,7 +24,7 @@
 livecheck.regex     "<pubDate>(.*?)</pubDate>"
 livecheck.version   Fri, 11 May 2007 13:23:06 +0000
 
-depends_lib-append      lib:libfuse:libfuse bin:pkg-config:pkgconfig
+depends_lib-append      port:libfuse port:pkgconfig
 
 platform darwin {
     depends_run     port:fusefs

Modified: trunk/dports/fuse/libfuse/Portfile
===================================================================
--- trunk/dports/fuse/libfuse/Portfile	2007-06-19 17:36:57 UTC (rev 26319)
+++ trunk/dports/fuse/libfuse/Portfile	2007-06-19 17:43:08 UTC (rev 26320)
@@ -20,7 +20,7 @@
 
 livecheck.distname  fuse-2.X
 
-depends_lib         bin:pkg-config:pkgconfig
+depends_lib         port:pkgconfig
 
 platform darwin {
     depends_run         port:fusefs

Modified: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	2007-06-19 17:36:57 UTC (rev 26319)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2007-06-19 17:43:08 UTC (rev 26320)
@@ -26,7 +26,7 @@
 livecheck.check     regex
 livecheck.regex     {<a href="ntfs-3g-(.+?)\.tgz">}
 
-depends_lib         lib:libfuse:libfuse bin:pkg-config:pkgconfig
+depends_lib         port:libfuse port:pkgconfig
 
 platform darwin {
     depends_run         port:fusefs

Modified: trunk/dports/fuse/sshfs/Portfile
===================================================================
--- trunk/dports/fuse/sshfs/Portfile	2007-06-19 17:36:57 UTC (rev 26319)
+++ trunk/dports/fuse/sshfs/Portfile	2007-06-19 17:43:08 UTC (rev 26320)
@@ -26,7 +26,7 @@
 
 livecheck.distname  sshfs-fuse
 
-depends_lib         lib:libglib-2.0:glib2 lib:libfuse:libfuse bin:pkg-config:pkgconfig
+depends_lib         port:glib2 port:libfuse port:pkgconfig
 
 configure.cflags    -DSSH_NODELAY_WORKAROUND -O2
 

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


More information about the macports-changes mailing list