diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-08 15:47:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-08 15:47:36 +0800 |
commit | aa84d93996948b86e9fab073b309eca2dd91adc6 (patch) | |
tree | 0185f2e6469b954d3fbd80eb90f2915f398bbe27 /security | |
parent | bb9b1f444dc73d9666d43c8ae7d1a05deb78a0bc (diff) | |
download | marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar.gz marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar.bz2 marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar.lz marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar.xz marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.tar.zst marcuscom-ports-aa84d93996948b86e9fab073b309eca2dd91adc6.zip |
Drop :keepla.
Strip libraries.
Fix packaging with DEVELOPER=yes
remove obsolete configure_args and post-patch lines.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19769 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 13 | ||||
-rw-r--r-- | security/gnome-keyring/pkg-plist | 8 |
2 files changed, 4 insertions, 17 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index ceb7dba7d..ff97726c7 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,20 +24,14 @@ LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ 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 +USES= gettext gmake libtool pathfix pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ - --with-root-certs=${LOCALBASE}/share/certs +CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml -post-patch: - @${REINPLACE_CMD} -e 's|make --version|${GMAKE} --version|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|gnome-keyring-module|gnome-keyring.module|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist index 070bb4806..80bb2f105 100644 --- a/security/gnome-keyring/pkg-plist +++ b/security/gnome-keyring/pkg-plist @@ -5,17 +5,11 @@ etc/xdg/autostart/gnome-keyring-gpg.desktop etc/xdg/autostart/gnome-keyring-pkcs11.desktop etc/xdg/autostart/gnome-keyring-secrets.desktop etc/xdg/autostart/gnome-keyring-ssh.desktop -lib/gnome-keyring/devel/gkm-gnome2-store-standalone.la lib/gnome-keyring/devel/gkm-gnome2-store-standalone.so -lib/gnome-keyring/devel/gkm-secret-store-standalone.la lib/gnome-keyring/devel/gkm-secret-store-standalone.so -lib/gnome-keyring/devel/gkm-ssh-store-standalone.la lib/gnome-keyring/devel/gkm-ssh-store-standalone.so -lib/gnome-keyring/devel/gkm-xdg-store-standalone.la lib/gnome-keyring/devel/gkm-xdg-store-standalone.so -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 @@ -118,8 +112,6 @@ share/p11-kit/modules/gnome-keyring.module @dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te -@dirrmtry share/locale/tg/LC_MESSAGES -@dirrmtry share/locale/tg @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES |