diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-11 05:58:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-11 05:58:44 +0800 |
commit | ef6e702c336edf493c4738312f61c57b6e9f260b (patch) | |
tree | 3b9b453fdfc63eb9e7434fc603882cfedff5f998 | |
parent | 3036976dd14e4dc630e2519426891b1188895e87 (diff) | |
download | freebsd-ports-gnome-ef6e702c336edf493c4738312f61c57b6e9f260b.tar.gz freebsd-ports-gnome-ef6e702c336edf493c4738312f61c57b6e9f260b.tar.zst freebsd-ports-gnome-ef6e702c336edf493c4738312f61c57b6e9f260b.zip |
- Allow staging as a regular user
- Make fetchable again
- USES=python
-rw-r--r-- | security/revelation/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 1df303465297..c7065cc24a7d 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -5,7 +5,7 @@ PORTNAME= revelation PORTVERSION= 0.4.14 PORTREVISION= 3 CATEGORIES= security gnome -MASTER_SITES= http://cdn.bitbucket.org/erikg/revelation/downloads/ +MASTER_SITES= https://bitbucket.org/erikg/revelation/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for the GNOME 2 desktop @@ -18,14 +18,13 @@ LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib RUN_DEPENDS:= ${BULID_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}cracklib>0:${PORTSDIR}/security/py-cracklib -USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 \ - shared-mime-info shebangfix -SHEBANG_FILES= src/revelation.py +USES= desktop-file-utils gettext gmake pathfix pkgconfig python \ + shared-mime-info shebangfix tar:bzip2 +SHEBANG_FILES= src/revelation.py USE_GNOME= gnomeprefix pygnome2 -USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --without-applet +CONFIGURE_ARGS= --without-applet --disable-desktop-update --disable-mime-update GCONF_SCHEMAS= revelation.schemas @@ -34,8 +33,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DICTPATH= ${LOCALBASE}/libdata/cracklib/pw_dict -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ '/FascistCheck/s|(password)|(password, "${DICTPATH}")|' \ |