Date: Wed, 10 Sep 2014 22:01:04 +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: r367899 - head/security/revelation Message-ID: <201409102201.s8AM14cj094102@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409102201.s8AM14cj094102>