diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-20 03:29:49 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-20 03:29:49 +0800 |
commit | dc2505a66b9755cd67101e4b96b452729e0823b4 (patch) | |
tree | b936d2e708eef643bfc2b92c02c21248623b982c /security/revelation | |
parent | fd719ebec73eacabd7df9bef3754d7cc819e42a0 (diff) | |
download | freebsd-ports-gnome-dc2505a66b9755cd67101e4b96b452729e0823b4.tar.gz freebsd-ports-gnome-dc2505a66b9755cd67101e4b96b452729e0823b4.tar.zst freebsd-ports-gnome-dc2505a66b9755cd67101e4b96b452729e0823b4.zip |
Remove gnome-panel 2.x support, it going away in the GNOME 3 update.
While here: USES=gmake, use new lib_depend syntax, stagify.
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M revelation/Makefile
M revelation/pkg-plist
Diffstat (limited to 'security/revelation')
-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 |