diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-20 13:29:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-20 13:29:52 +0800 |
commit | e005a499fbe972fed4fa482d677fc65b5f553891 (patch) | |
tree | 2204765b9b58b9fa456ea9fece27cc103cc66b85 /security | |
parent | 1dce17c51007f2b32d2adddfc9f8f5fd60e1a5b5 (diff) | |
download | marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar.gz marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar.bz2 marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar.lz marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar.xz marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.tar.zst marcuscom-ports-e005a499fbe972fed4fa482d677fc65b5f553891.zip |
Update to 0.9.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8090 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 9 | ||||
-rw-r--r-- | security/seahorse/distinfo | 6 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index ec180a58d..d7555cc0b 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,11 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.20 2006/12/04 05:43:57 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.21 2006/12/06 00:54:45 ahze Exp $ # PORTNAME= seahorse -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -31,13 +31,12 @@ USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-gecko=${GECKO} \ - --mandir=${PREFIX}/man +CONFIGURE_ARGS= --with-gecko=${GECKO} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse-daemon.1 seahorse-tool.1 +MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1 OPTIONS= NAUTILUS "Enable the Nautilus component" on \ LDAP "Enable LDAP support" on \ diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 528605970..52dd73aa1 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/seahorse-0.9.8.tar.bz2) = 7128eb24d99cec382352d9d098a5acbc -SHA256 (gnome2/seahorse-0.9.8.tar.bz2) = 5e9167b35718856a69b1547e2bb155bde55b927288ab2f434dd3b3d34ad7d98f -SIZE (gnome2/seahorse-0.9.8.tar.bz2) = 1430941 +MD5 (gnome2/seahorse-0.9.9.tar.bz2) = df4c563c164917aab736e1cc3290527b +SHA256 (gnome2/seahorse-0.9.9.tar.bz2) = a076c483ff9fb7de8b424a260e9cd38dcfb7568506ced4eb062f7986dd3e0d4d +SIZE (gnome2/seahorse-0.9.9.tar.bz2) = 1471642 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 95c48826e..995caa7a4 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -1,4 +1,5 @@ bin/seahorse +bin/seahorse-agent bin/seahorse-daemon bin/seahorse-preferences bin/seahorse-tool @@ -48,6 +49,7 @@ share/gnome/help/seahorse/C/figures/key-properties.png share/gnome/help/seahorse/C/figures/passphrase.png share/gnome/help/seahorse/C/figures/preferences.png share/gnome/help/seahorse/C/figures/recipients.png +share/gnome/help/seahorse/C/figures/seahorse-window.png share/gnome/help/seahorse/C/figures/signature.png share/gnome/help/seahorse/C/figures/text-editor.png share/gnome/help/seahorse/C/legal.xml @@ -61,6 +63,7 @@ share/gnome/help/seahorse/it/figures/key-properties.png share/gnome/help/seahorse/it/figures/passphrase.png share/gnome/help/seahorse/it/figures/preferences.png share/gnome/help/seahorse/it/figures/recipients.png +share/gnome/help/seahorse/it/figures/seahorse-window.png share/gnome/help/seahorse/it/figures/signature.png share/gnome/help/seahorse/it/figures/text-editor.png share/gnome/help/seahorse/it/seahorse.xml @@ -73,6 +76,7 @@ share/gnome/help/seahorse/sv/figures/key-properties.png share/gnome/help/seahorse/sv/figures/passphrase.png share/gnome/help/seahorse/sv/figures/preferences.png share/gnome/help/seahorse/sv/figures/recipients.png +share/gnome/help/seahorse/sv/figures/seahorse-window.png share/gnome/help/seahorse/sv/figures/signature.png share/gnome/help/seahorse/sv/figures/text-editor.png share/gnome/help/seahorse/sv/seahorse.xml |