From owner-svn-ports-all@FreeBSD.ORG Tue Mar 11 19:33:33 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 5D98CFF6; Tue, 11 Mar 2014 19:33:33 +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 3DED05E8; Tue, 11 Mar 2014 19:33:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2BJXXj4048874; Tue, 11 Mar 2014 19:33:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2BJXVTm048867; Tue, 11 Mar 2014 19:33:31 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403111933.s2BJXVTm048867@svn.freebsd.org> From: Koop Mast Date: Tue, 11 Mar 2014 19:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347907 - in head: deskutils/nautilus-actions deskutils/nautilus-locked-folder deskutils/nautilus-open-terminal deskutils/nautilus-sendto sysutils/eiciel sysutils/nautilus-cd-burner x11... 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:33:33 -0000 Author: kwm Date: Tue Mar 11 19:33:31 2014 New Revision: 347907 URL: http://svnweb.freebsd.org/changeset/ports/347907 QAT: https://qat.redports.org/buildarchive/r347907/ Log: nautilus will be updated to the 3.x version when GNOME 3 will merged. Deprecate the ports that are incompatible with the new 3.x version. Modified: head/deskutils/nautilus-actions/Makefile head/deskutils/nautilus-locked-folder/Makefile head/deskutils/nautilus-open-terminal/Makefile head/deskutils/nautilus-sendto/Makefile head/sysutils/eiciel/Makefile head/sysutils/nautilus-cd-burner/Makefile head/x11-fm/py-nautilus/Makefile Modified: head/deskutils/nautilus-actions/Makefile ============================================================================== --- head/deskutils/nautilus-actions/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/deskutils/nautilus-actions/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -11,6 +11,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Extension for Nautilus to configure programs to launch on files +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique Modified: head/deskutils/nautilus-locked-folder/Makefile ============================================================================== --- head/deskutils/nautilus-locked-folder/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/deskutils/nautilus-locked-folder/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -12,6 +12,9 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + USES= pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/deskutils/nautilus-open-terminal/Makefile ============================================================================== --- head/deskutils/nautilus-open-terminal/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/deskutils/nautilus-open-terminal/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -11,6 +11,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack Modified: head/deskutils/nautilus-sendto/Makefile ============================================================================== --- head/deskutils/nautilus-sendto/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/deskutils/nautilus-sendto/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -11,6 +11,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Integration between nautilus, evolution, and pidgin +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + MAN1= nautilus-sendto.1 GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml USE_BZIP2= yes Modified: head/sysutils/eiciel/Makefile ============================================================================== --- head/sysutils/eiciel/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/sysutils/eiciel/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -11,6 +11,9 @@ COMMENT= GNOME-based ACL editor, with in LICENSE= GPLv2 +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + USE_BZIP2= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2 Modified: head/sysutils/nautilus-cd-burner/Makefile ============================================================================== --- head/sysutils/nautilus-cd-burner/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/sysutils/nautilus-cd-burner/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -12,6 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= CD burner view for Nautilus +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + BUILD_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ Modified: head/x11-fm/py-nautilus/Makefile ============================================================================== --- head/x11-fm/py-nautilus/Makefile Tue Mar 11 19:19:02 2014 (r347906) +++ head/x11-fm/py-nautilus/Makefile Tue Mar 11 19:33:31 2014 (r347907) @@ -17,6 +17,9 @@ COMMENT= Python nautilus bindings LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= nautilus will be updated to the 3.x version which is not compatible with 2.x +EXPIRATION_DATE=2014-04-10 + USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes