[89778] trunk/dports/devel/gvfs/Portfile

jmr at macports.org jmr at macports.org
Thu Feb 9 20:45:31 PST 2012


Revision: 89778
          http://trac.macports.org/changeset/89778
Author:   jmr at macports.org
Date:     2012-02-09 20:45:29 -0800 (Thu, 09 Feb 2012)
Log Message:
-----------
gvfs: correct license, remove archcheck

Modified Paths:
--------------
    trunk/dports/devel/gvfs/Portfile

Modified: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	2012-02-10 04:29:21 UTC (rev 89777)
+++ trunk/dports/devel/gvfs/Portfile	2012-02-10 04:45:29 UTC (rev 89778)
@@ -2,14 +2,14 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       archcheck 1.0
 
 name            gvfs
 version         1.6.7
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      devel
-license         LGPL-2+
+# trashlib code used in the daemon is GPL 
+license         {LGPL GPL-3}
 platforms       darwin
 description     The Gnome Virtual File System.
 
@@ -50,13 +50,6 @@
     port:libsoup \
     port:libxml2
 
-archcheck.files \
-    lib/libarchive.dylib \
-    lib/libglib-2.0.dylib \
-    lib/libintl.dylib \
-    lib/libsoup-2.4.dylib \
-    lib/libxml2.dylib
-
 patchfiles      patch-gconf-gapplookupgconf.h.diff
 
 configure.args  --disable-avahi \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120209/53053bf8/attachment.html>


More information about the macports-changes mailing list