[21241] trunk/dports/gnome/seahorse/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 15 11:33:18 PST 2007


Revision: 21241
          http://trac.macosforge.org/projects/macports/changeset/21241
Author:   rhwood at macports.org
Date:     2007-01-15 11:33:18 -0800 (Mon, 15 Jan 2007)

Log Message:
-----------
Upgrade to 0.9.10

Modified Paths:
--------------
    trunk/dports/gnome/seahorse/Portfile

Modified: trunk/dports/gnome/seahorse/Portfile
===================================================================
--- trunk/dports/gnome/seahorse/Portfile	2007-01-15 18:49:44 UTC (rev 21240)
+++ trunk/dports/gnome/seahorse/Portfile	2007-01-15 19:33:18 UTC (rev 21241)
@@ -2,44 +2,41 @@
 
 PortSystem 1.0
 name		seahorse
-version		0.8.2
-revision		2
+version		0.9.10
+revision	0
 description	Seahorse is a Gnome interface for GnuPG.
-long_description        Seahorse is a Gnome interface for GnuPG. It's main \
-			purpose is to be a PGP/GPG Key Manager, though it has other \
-			components including a text editor and file manager.
+long_description \
+		Seahorse is a Gnome interface for GnuPG. It's main \
+		purpose is to be a PGP/GPG Key Manager, though it has other \
+		components including a text editor and file manager.
 maintainers	rhwood at macports.org openmaintainer at macports.org
 categories	gnome 
 platforms	darwin 
-homepage		http://seahorse.sourceforge.net/
-master_sites    gnome:sources/seahorse/0.8/
+homepage	http://seahorse.sourceforge.net/
+master_sites    gnome:sources/seahorse/0.9/
 use_bzip2	yes
-checksums	md5 24d9a8c3564700d105847934020920bd \
-			sha1 d97db00a07f4e059a22e1d304e0cc2142ae4ec36 \
-			rmd160 722f060a2d54ff028c7dfcf3e935153ca4996803
+checksums	md5 2e48cd0a1573cd417d85a5c5c69902f0 \
+		sha1 3973ba97ad5d1bec4e9bf15b6b05cf496c6843d5 \
+		rmd160 b7df5869e683651011a2c05d3edd247727cee811
 depends_lib	\
-			port:dbus \
-			port:gpgme \
-			port:gnome-session
+		port:dbus \
+		port:gpgme \
+		port:gnome-panel \
+		port:gnome-keyring \
+		port:avahi
 depends_build	\
-			port:p5-xml-parser \
-			port:shared-mime-info
+		port:p5-xml-parser \
+		port:shared-mime-info
 
 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
 		LDFLAGS="-L${prefix}/lib -lpth"
-configure.args	--disable-update-mime-database
+configure.args	--disable-update-mime-database \
+		--disable-scrollkeeper
 pre-configure {
 	reinplace "s|chmod u+s \$(bindir)/seahorse-agent|chmod u+s ${destroot}${prefix}/bin/seahorse-agent|g" \
 		${worksrcpath}/agent/Makefile.in
 }
-post-install {
+post-activate {
 	system "update-mime-database ${prefix}/share/mime"
+	system "scrollkeeper-update"
 }
-
-variant use-sys-deps {
-	depends_lib \
-		lib:libgpgme:gpgme \
-	 	lib:gnome-session:gnome-session
-	depends_build \
-	 	bin:update-mime-database:shared-mime-data
-}

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


More information about the macports-changes mailing list