aboutsummaryrefslogtreecommitdiff
path: root/security/gpass
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-07-07 16:02:06 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-07-07 16:02:06 +0000
commitebe3ac14fa44325e9dda4f62fbffbdb1586f4302 (patch)
tree577f1b1e827a063b587d24e29a69082f91ec720f /security/gpass
parent3bc5a8d50dbe2a3851e0ee7ea345afdb7dbdd058 (diff)
downloadports-ebe3ac14fa44325e9dda4f62fbffbdb1586f4302.tar.gz
ports-ebe3ac14fa44325e9dda4f62fbffbdb1586f4302.zip
- Add staging support
- Convert to new LIB_DEPENDS format, USES=desktop-file-utils - Remove Author tag from pkg-descr
Notes
Notes: svn path=/head/; revision=361102
Diffstat (limited to 'security/gpass')
-rw-r--r--security/gpass/Makefile12
-rw-r--r--security/gpass/pkg-descr1
-rw-r--r--security/gpass/pkg-plist6
3 files changed, 7 insertions, 12 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
index 1d73c9b65b21..b9ebbb39839c 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 <bsd.port.mk>
diff --git a/security/gpass/pkg-descr b/security/gpass/pkg-descr
index da00e85166d8..be8cf2484772 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 <kouji -at- netlab.jp>
WWW: http://projects.netlab.jp/gpass/
diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist
index 6504e354f259..aa4a6f2bce57 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