diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-24 14:40:44 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-24 14:40:44 +0800 |
commit | dbc88d980191943cb17396e380e1ec8aeb728c70 (patch) | |
tree | e6e540035a6835e267793cf5a2334f8768253c4c /security/gnome-keyring | |
parent | e5f8ab2fa6384fe6a9d079bf0bb0ffbeef9b7711 (diff) | |
download | marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar.gz marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar.bz2 marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar.lz marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar.xz marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.tar.zst marcuscom-ports-dbc88d980191943cb17396e380e1ec8aeb728c70.zip |
- Update to 0.7.92.
- Add a missing dependency, dbus. The configure has a autocheck. If dbus
exists then it will depend on it. I don't add autocheck in Makefile, since
there has no option to disable it and dbus is small.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8386 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 6 | ||||
-rw-r--r-- | security/gnome-keyring/distinfo | 6 | ||||
-rw-r--r-- | security/gnome-keyring/pkg-plist | 1 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index bee482304..111529acf 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.28 2007/01/05 01:52:45 marcus Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.29 2007/02/13 19:26:28 marcus Exp $ # PORTNAME= gnome-keyring -PORTVERSION= 0.7.91 +PORTVERSION= 0.7.92 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,6 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus + USE_BZIP2= yes USE_GNOME= gnomehack gtk20 USE_GMAKE= yes diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo index feb9baa61..d01602834 100644 --- a/security/gnome-keyring/distinfo +++ b/security/gnome-keyring/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-keyring-0.7.91.tar.bz2) = ffd3cd63e943fb180bd8409e85899eb5 -SHA256 (gnome2/gnome-keyring-0.7.91.tar.bz2) = d366bdea1f39f856d96944901202355389731247636c6e11081401db3accae8b -SIZE (gnome2/gnome-keyring-0.7.91.tar.bz2) = 444829 +MD5 (gnome2/gnome-keyring-0.7.92.tar.bz2) = ba7acfe9a8acd9bfdb97f403a42a162e +SHA256 (gnome2/gnome-keyring-0.7.92.tar.bz2) = 4c34f76b11b1b12781dbd924863ddbc09cef853f465225b38638246a180c044f +SIZE (gnome2/gnome-keyring-0.7.92.tar.bz2) = 446407 diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist index 17c65bf6a..ce9beab66 100644 --- a/security/gnome-keyring/pkg-plist +++ b/security/gnome-keyring/pkg-plist @@ -78,6 +78,7 @@ share/locale/ta/LC_MESSAGES/gnome-keyring.mo share/locale/th/LC_MESSAGES/gnome-keyring.mo share/locale/tr/LC_MESSAGES/gnome-keyring.mo share/locale/uk/LC_MESSAGES/gnome-keyring.mo +share/locale/vi/LC_MESSAGES/gnome-keyring.mo share/locale/xh/LC_MESSAGES/gnome-keyring.mo share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo |