svn commit: r367898 - head/security/revelation

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 21:58:45 UTC 2014


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 at 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}")|' \


More information about the svn-ports-head mailing list