diff options
author | marcus <marcus@FreeBSD.org> | 2005-05-08 04:30:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-05-08 04:30:20 +0800 |
commit | f743e860666b70d1983dbd6d47f4a17b98a65af7 (patch) | |
tree | f86357050e3c4f482e612eea6dfcd09e96753a8e | |
parent | 06ee7dd74dc45ce9b8bd8bcb8381bdbf2bf41f49 (diff) | |
download | freebsd-ports-gnome-f743e860666b70d1983dbd6d47f4a17b98a65af7.tar.gz freebsd-ports-gnome-f743e860666b70d1983dbd6d47f4a17b98a65af7.tar.zst freebsd-ports-gnome-f743e860666b70d1983dbd6d47f4a17b98a65af7.zip |
Update to 0.7.8.
-rw-r--r-- | security/seahorse/Makefile | 15 | ||||
-rw-r--r-- | security/seahorse/distinfo | 4 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 1 |
3 files changed, 14 insertions, 6 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 66db0612215a..4dccde36aa87 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= seahorse -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 @@ -22,7 +22,7 @@ LIB_DEPENDS= gpgme.14:${PORTSDIR}/security/gpgme USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix eel2 +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui USE_LIBTOOL_VER=15 USE_REINPLACE= yes INSTALLS_OMF= yes @@ -35,7 +35,8 @@ GCONF_SCHEMAS= seahorse.schemas OPTIONS= GEDIT "Enable the gedit plug-in" on \ NAUTILUS "Enable the Nautilus component" on \ - LDAP "Enable LDAP support" on + LDAP "Enable LDAP support" on \ + HKP "Enable HKP keyserver interface" on .include <bsd.port.pre.mk> @@ -57,12 +58,18 @@ PLIST_SUB+= NAUTILUS="@comment " CONFIGURE_ARGS+=--disable-nautilus .endif -.if defined(WITH_LDAP) +.if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes .else CONFIGURE_ARGS+=--disable-ldap .endif +.if !defined(WITHOUT_HKP) +USE_GNOME+= libsoup +.else +CONFIGURE_ARGS+=--disable-hkp +.endif + post-install: -@update-desktop-database diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 1e9eded46512..7f15e6564dcf 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/seahorse-0.7.7.tar.bz2) = e9dda6d9f4fa23da562b5edd026f8437 -SIZE (gnome2/seahorse-0.7.7.tar.bz2) = 1085781 +MD5 (gnome2/seahorse-0.7.8.tar.bz2) = 635a5104e3ecc1d70c2489cc6472f579 +SIZE (gnome2/seahorse-0.7.8.tar.bz2) = 1116374 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index c64258b124f9..c1b42111a006 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -32,6 +32,7 @@ share/gnome/omf/seahorse/seahorse-C.omf share/gnome/pixmaps/seahorse-key.png share/gnome/pixmaps/seahorse-secret.png share/gnome/pixmaps/seahorse.png +share/gnome/seahorse/glade/seahorse-add-keyserver.glade share/gnome/seahorse/glade/seahorse-add-subkey.glade share/gnome/seahorse/glade/seahorse-add-uid.glade share/gnome/seahorse/glade/seahorse-agent-cache.glade |