Date: Wed, 10 Sep 2014 21:58:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367898 - head/security/revelation Message-ID: <201409102158.s8ALwi90093509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 10 21:58:44 2014 New Revision: 367898 URL: http://svnweb.freebsd.org/changeset/ports/367898 QAT: https://qat.redports.org/buildarchive/r367898/ Log: - Allow staging as a regular user - Make fetchable again - USES=python Modified: head/security/revelation/Makefile Modified: head/security/revelation/Makefile ============================================================================== --- head/security/revelation/Makefile Wed Sep 10 21:51:25 2014 (r367897) +++ head/security/revelation/Makefile Wed Sep 10 21:58:44 2014 (r367898) @@ -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}/sec 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}")|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409102158.s8ALwi90093509>