From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 21:58:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37836983; Wed, 10 Sep 2014 21:58:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 235371D0; Wed, 10 Sep 2014 21:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ALwj63093510; Wed, 10 Sep 2014 21:58:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ALwi90093509; Wed, 10 Sep 2014 21:58:44 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409102158.s8ALwi90093509@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 10 Sep 2014 21:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367898 - head/security/revelation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 21:58:45 -0000 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 - post-patch: @${REINPLACE_CMD} -e \ '/FascistCheck/s|(password)|(password, "${DICTPATH}")|' \