diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-02-19 19:29:49 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-02-19 19:29:49 +0000 |
commit | 0a7180c8ef6ec00826464cc0d3adfa28b336021b (patch) | |
tree | b936d2e708eef643bfc2b92c02c21248623b982c | |
parent | 7fff8e4995e25222db713d8e61339640a98c8645 (diff) |
Notes
-rw-r--r-- | security/revelation/Makefile | 21 | ||||
-rw-r--r-- | security/revelation/pkg-plist | 2 |
2 files changed, 4 insertions, 19 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 2787881297bd..8a00dfa1e88c 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -3,7 +3,7 @@ PORTNAME= revelation PORTVERSION= 0.4.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= http://cdn.bitbucket.org/erikg/revelation/downloads/ @@ -14,22 +14,19 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto -LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib +LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib RUN_DEPENDS:= ${BULID_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}cracklib>0:${PORTSDIR}/security/py-cracklib -OPTIONS_DEFINE= APPLET -APPLET_DESC= Build with applet - USE_BZIP2= yes -USES= desktop-file-utils gettext pathfix pkgconfig \ +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ shared-mime-info shebangfix SHEBANG_FILES= src/revelation.py USE_GNOME= gnomeprefix pygnome2 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes +CONFIGURE_ARGS= --without-applet GCONF_SCHEMAS= revelation.schemas @@ -38,18 +35,8 @@ LDFLAGS+= -L${LOCALBASE}/lib DICTPATH= ${LOCALBASE}/libdata/cracklib/pw_dict -NO_STAGE= yes .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MAPPLET} -USE_GNOME+= pygnomedesktop pygnomeextras -CONFIGURE_ARGS+= --with-applet -GCONF_SCHEMAS+= revelation-applet.schemas -PLIST_SUB+= APPLET="" -.else -PLIST_SUB+= APPLET="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e \ '/FascistCheck/s|(password)|(password, "${DICTPATH}")|' \ diff --git a/security/revelation/pkg-plist b/security/revelation/pkg-plist index a9cbe9e3be0e..cab048dae2a9 100644 --- a/security/revelation/pkg-plist +++ b/security/revelation/pkg-plist @@ -71,8 +71,6 @@ bin/revelation %%PYTHON_SITELIBDIR%%/revelation/util.py %%PYTHON_SITELIBDIR%%/revelation/util.pyc %%PYTHON_SITELIBDIR%%/revelation/util.pyo -%%APPLET%%libdata/bonobo/servers/GNOME_RevelationApplet.server -%%APPLET%%libexec/revelation-applet share/applications/revelation.desktop share/icons/hicolor/16x16/apps/revelation.png share/icons/hicolor/24x24/apps/revelation-locked.png |