From owner-svn-ports-all@FreeBSD.ORG Tue Mar 11 19:51:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD62BC69; Tue, 11 Mar 2014 19:51:48 +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 AAB9F86C; Tue, 11 Mar 2014 19:51:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2BJpmC1056703; Tue, 11 Mar 2014 19:51:48 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2BJpmCb056702; Tue, 11 Mar 2014 19:51:48 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403111951.s2BJpmCb056702@svn.freebsd.org> From: Koop Mast Date: Tue, 11 Mar 2014 19:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347908 - head/graphics/comix 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: Tue, 11 Mar 2014 19:51:48 -0000 Author: kwm Date: Tue Mar 11 19:51:48 2014 New Revision: 347908 URL: http://svnweb.freebsd.org/changeset/ports/347908 QAT: https://qat.redports.org/buildarchive/r347908/ Log: When trying to stage errors with: You do not have write permissions to /usr/local Also uses nautilus2 which will go away in the GNOME3 update. Modified: head/graphics/comix/Makefile Modified: head/graphics/comix/Makefile ============================================================================== --- head/graphics/comix/Makefile Tue Mar 11 19:33:31 2014 (r347907) +++ head/graphics/comix/Makefile Tue Mar 11 19:51:48 2014 (r347908) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 comic book viewer for .cbz, .cbr, and .cbt files +DEPRECATED= Insists on installing in /usr/local, and uses nautilus2 which is deprecated. +EXPIRATION_DATE=2014-04-10 + RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3