Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 19:33:31 +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: r347907 - in head: deskutils/nautilus-actions deskutils/nautilus-locked-folder deskutils/nautilus-open-terminal deskutils/nautilus-sendto sysutils/eiciel sysutils/nautilus-cd-burner x11...
Message-ID:  <201403111933.s2BJXVTm048867@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403111933.s2BJXVTm048867>