Date: Wed, 19 Feb 2014 19:29:50 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345135 - head/security/revelation Message-ID: <201402191929.s1JJTopN025738@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Feb 19 19:29:49 2014 New Revision: 345135 URL: http://svnweb.freebsd.org/changeset/ports/345135 QAT: https://qat.redports.org/buildarchive/r345135/ Log: 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 Modified: head/security/revelation/Makefile head/security/revelation/pkg-plist Modified: head/security/revelation/Makefile ============================================================================== --- head/security/revelation/Makefile Wed Feb 19 19:23:38 2014 (r345134) +++ head/security/revelation/Makefile Wed Feb 19 19:29:49 2014 (r345135) @@ -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}")|' \ Modified: head/security/revelation/pkg-plist ============================================================================== --- head/security/revelation/pkg-plist Wed Feb 19 19:23:38 2014 (r345134) +++ head/security/revelation/pkg-plist Wed Feb 19 19:29:49 2014 (r345135) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191929.s1JJTopN025738>