From 3ef8eae0ef07346b145185a501fe7ca8c36f96d7 Mon Sep 17 00:00:00 2001 From: pawel Date: Mon, 7 Jul 2014 16:02:06 +0000 Subject: - Add staging support - Convert to new LIB_DEPENDS format, USES=desktop-file-utils - Remove Author tag from pkg-descr --- security/gpass/Makefile | 12 +++--------- security/gpass/pkg-descr | 1 - security/gpass/pkg-plist | 6 ++++-- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 1d73c9b65b2..b9ebbb39839 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -10,19 +10,16 @@ MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ - mhash:${PORTSDIR}/security/mhash +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/mcrypt \ + libmhash.so:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 - -USES= pathfix gmake pkgconfig +USES= desktop-file-utils gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @@ -30,7 +27,4 @@ post-patch: ${WRKSRC}/include/gpass/error.h \ ${WRKSRC}/src/helper.h -post-install: - @-update-desktop-database - .include diff --git a/security/gpass/pkg-descr b/security/gpass/pkg-descr index da00e85166d..be8cf248477 100644 --- a/security/gpass/pkg-descr +++ b/security/gpass/pkg-descr @@ -15,5 +15,4 @@ Features: * You can launch a website and the associated username/passwords direct from GPass -Author: Kouji TAKAO WWW: http://projects.netlab.jp/gpass/ diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist index 6504e354f25..aa4a6f2bce5 100644 --- a/security/gpass/pkg-plist +++ b/security/gpass/pkg-plist @@ -1,5 +1,9 @@ bin/gpass bin/gpass-convert +man/man1/gpass-convert.1.gz +man/man1/gpass-convert.ja.1.gz +man/man1/gpass.1.gz +man/man1/gpass.ja.1.gz share/applications/gpass.desktop share/pixmaps/gpass-icon.png %%DATADIR%%/attribute-editor.glade @@ -13,5 +17,3 @@ share/pixmaps/gpass-icon.png %%DATADIR%%/welcome.glade %%DATADIR%%/window.glade @dirrm %%DATADIR%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -- cgit