From owner-svn-ports-head@FreeBSD.ORG Sun Nov 30 17:56:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 655DFD7B; Sun, 30 Nov 2014 17:56:11 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51BE5E04; Sun, 30 Nov 2014 17:56:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUHuB97096170; Sun, 30 Nov 2014 17:56:11 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAUHuBGw096169; Sun, 30 Nov 2014 17:56:11 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201411301756.sAUHuBGw096169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 30 Nov 2014 17:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373680 - head/deskutils/gourmet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 17:56:11 -0000 Author: rm Date: Sun Nov 30 17:56:10 2014 New Revision: 373680 URL: https://svnweb.freebsd.org/changeset/ports/373680 QAT: https://qat.redports.org/buildarchive/r373680/ Log: deskutils/gourmet: unbreak - remove no more existing pygnomeextras dependency - it was only needed for spellcheck plugin - remove spellcheck plugin from the list of default active plugins - bump PORTREVISION Modified: head/deskutils/gourmet/Makefile Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Sun Nov 30 17:52:17 2014 (r373679) +++ head/deskutils/gourmet/Makefile Sun Nov 30 17:56:10 2014 (r373680) @@ -3,6 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.17.4 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= https://github.com/thinkle/gourmet/archive/ DISTNAME= ${PORTVERSION} @@ -14,8 +15,6 @@ COMMENT= GNOME recipe manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Uses unknown GNOME component pygnomeextras - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ @@ -31,11 +30,15 @@ IPYTHON_DESC= Interactive shell support IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:${PORTSDIR}/devel/ipython USES= gettext python:2 -USE_GNOME= pygnome2 pygnomeextras pygtk2 +USE_GNOME= pygnome2 pygtk2 USE_PYTHON= autoplist distutils PLIST_FILES+= man/man1/gourmet.1.gz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +post-patch: + @${REINPLACE_CMD} -e "s,'spellcheck',#'spellcheck',g" \ + ${WRKSRC}/gourmet/plugin_loader.py + post-install: ${INSTALL_MAN} ${WRKSRC}/gourmet.1 ${STAGEDIR}${PREFIX}/man/man1/