From owner-svn-ports-all@FreeBSD.ORG Wed Feb 19 19:29:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB1B7639; Wed, 19 Feb 2014 19:29:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9615E1A45; Wed, 19 Feb 2014 19:29:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1JJTo3a025740; Wed, 19 Feb 2014 19:29:50 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1JJTopN025738; Wed, 19 Feb 2014 19:29:50 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201402191929.s1JJTopN025738@svn.freebsd.org> From: Koop Mast Date: Wed, 19 Feb 2014 19:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345135 - head/security/revelation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 19:29:50 -0000 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 -.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