diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-14 05:00:02 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-14 05:00:02 +0800 |
commit | 8c227fc0a828b87d647835a0f90ab6aacd7b73c0 (patch) | |
tree | 661085a7252086e5d3a5d47a58503f3fc91917e7 | |
parent | 011534f99edb6cdab1ae3a4cde9e343399635802 (diff) | |
download | marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar.gz marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar.bz2 marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar.lz marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar.xz marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.tar.zst marcuscom-ports-8c227fc0a828b87d647835a0f90ab6aacd7b73c0.zip |
Update gnome-keyring to 3.12.2. Remove the post-install target, the STRIP_CMD
are not needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19662 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/gnome-keyring/Makefile | 12 | ||||
-rw-r--r-- | security/gnome-keyring/distinfo | 4 | ||||
-rw-r--r-- | security/gnome-keyring/pkg-plist | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index abec2096f..ceb7dba7d 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-keyring -PORTVERSION= 3.12.0 +PORTVERSION= 3.12.2 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,7 +11,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets -BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ +BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ gcr>=3.5.3:${PORTSDIR}/security/gcr LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libdbus-1.so:${PORTSDIR}/devel/dbus \ @@ -19,7 +20,7 @@ LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss USE_GNOME= gnomeprefix gtk30 intlhack libxslt:build USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz @@ -38,9 +39,4 @@ post-patch: @${REINPLACE_CMD} -e 's|gnome-keyring-module|gnome-keyring.module|g' \ ${WRKSRC}/configure -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-keyring/devel/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pkcs11/gnome-keyring-pkcs11.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_gnome_keyring.so - .include <bsd.port.mk> diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo index 05b9cc80d..b0fd81875 100644 --- a/security/gnome-keyring/distinfo +++ b/security/gnome-keyring/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-keyring-3.12.0.tar.xz) = 92695ed4d78a576ae77a9ac6faa8fe59db14358ec46b073199e70d537e29ec5f -SIZE (gnome3/gnome-keyring-3.12.0.tar.xz) = 1162892 +SHA256 (gnome3/gnome-keyring-3.12.2.tar.xz) = 3bc39a42d445b82d24247a8c39eeb0eef7ecb1c8ebb8e6ec62671868be93fd4c +SIZE (gnome3/gnome-keyring-3.12.2.tar.xz) = 1170560 diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist index f2a550582..070bb4806 100644 --- a/security/gnome-keyring/pkg-plist +++ b/security/gnome-keyring/pkg-plist @@ -17,6 +17,9 @@ lib/pam_gnome_keyring.la lib/pam_gnome_keyring.so lib/pkcs11/gnome-keyring-pkcs11.la lib/pkcs11/gnome-keyring-pkcs11.so +man/man1/gnome-keyring-3.1.gz +man/man1/gnome-keyring-daemon.1.gz +man/man1/gnome-keyring.1.gz share/GConf/gsettings/org.gnome.crypto.cache.convert share/dbus-1/services/org.freedesktop.secrets.service share/dbus-1/services/org.gnome.keyring.service |