svn commit: r304658 - head/x11/multi-gnome-terminal

Eitan Adler eadler at FreeBSD.org
Sat Sep 22 03:47:41 UTC 2012


Author: eadler
Date: Sat Sep 22 03:47:40 2012
New Revision: 304658
URL: http://svn.freebsd.org/changeset/ports/304658

Log:
  Deprecate m-g-t as it depends on deprecated gnome1 features.
  
  Requested by:	kwm, bapt

Modified:
  head/x11/multi-gnome-terminal/Makefile

Modified: head/x11/multi-gnome-terminal/Makefile
==============================================================================
--- head/x11/multi-gnome-terminal/Makefile	Sat Sep 22 03:45:30 2012	(r304657)
+++ head/x11/multi-gnome-terminal/Makefile	Sat Sep 22 03:47:40 2012	(r304658)
@@ -12,7 +12,7 @@ PORTREVISION=	11
 CATEGORIES=	x11 gnome
 MASTER_SITES=	SF/multignometerm/multignometerm/mgt-${PORTVERSION}
 
-MAINTAINER=	eadler at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gnome tabbed terminal emulator
 
 INSTALLS_OMF=	yes
@@ -22,6 +22,9 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+DEPRECATED=	depends on deprecated gnome1 things
+EXPIRATION_DATE=	2012-10-20
+
 MAN1=		mgt-helper.1 multi-gnome-terminal.1
 
 post-patch:



More information about the svn-ports-all mailing list