diff options
author | pawel <pawel@FreeBSD.org> | 2014-07-08 00:02:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-07-08 00:02:06 +0800 |
commit | 3ef8eae0ef07346b145185a501fe7ca8c36f96d7 (patch) | |
tree | 577f1b1e827a063b587d24e29a69082f91ec720f /security/gpass | |
parent | 1934c8a70cef252c59c19372abbcb974f281dea5 (diff) | |
download | freebsd-ports-graphics-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.tar.gz freebsd-ports-graphics-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.tar.zst freebsd-ports-graphics-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.zip |
- Add staging support
- Convert to new LIB_DEPENDS format, USES=desktop-file-utils
- Remove Author tag from pkg-descr
Diffstat (limited to 'security/gpass')
-rw-r--r-- | security/gpass/Makefile | 12 | ||||
-rw-r--r-- | security/gpass/pkg-descr | 1 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 <kouji -at- netlab.jp> 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 |