From owner-svn-ports-all@FreeBSD.ORG Wed Sep 10 22:01:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C929B3F; Wed, 10 Sep 2014 22:01:05 +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 388921EF; Wed, 10 Sep 2014 22:01:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8AM14Sw094103; Wed, 10 Sep 2014 22:01:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8AM14cj094102; Wed, 10 Sep 2014 22:01:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409102201.s8AM14cj094102@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 22:01:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367899 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 22:01:05 -0000 Author: antoine Date: Wed Sep 10 22:01:04 2014 New Revision: 367899 URL: http://svnweb.freebsd.org/changeset/ports/367899 QAT: https://qat.redports.org/buildarchive/r367899/ Log: Fix a typo Bump portrevision as RUN_DEPENDS have changed Modified: head/security/revelation/Makefile Modified: head/security/revelation/Makefile ============================================================================== --- head/security/revelation/Makefile Wed Sep 10 21:58:44 2014 (r367898) +++ head/security/revelation/Makefile Wed Sep 10 22:01:04 2014 (r367899) @@ -3,7 +3,7 @@ PORTNAME= revelation PORTVERSION= 0.4.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= https://bitbucket.org/erikg/revelation/downloads/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib -RUN_DEPENDS:= ${BULID_DEPENDS} \ +RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}cracklib>0:${PORTSDIR}/security/py-cracklib USES= desktop-file-utils gettext gmake pathfix pkgconfig python \