Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 12:33:25 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329698 - head/textproc/stardict2
Message-ID:  <201310071233.r97CXPe8093204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Oct  7 12:33:25 2013
New Revision: 329698
URL: http://svnweb.freebsd.org/changeset/ports/329698

Log:
  - Deprecate in favour of stardict3

Modified:
  head/textproc/stardict2/Makefile

Modified: head/textproc/stardict2/Makefile
==============================================================================
--- head/textproc/stardict2/Makefile	Mon Oct  7 12:26:54 2013	(r329697)
+++ head/textproc/stardict2/Makefile	Mon Oct  7 12:33:25 2013	(r329698)
@@ -7,18 +7,21 @@ PORTREVISION=	15
 CATEGORIES=	textproc
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	stardict-3
+PKGNAMESUFFIX=	2
 DIST_SUBDIR=	stardict
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cross-platform and international dictionary written in Gtk2
 
+DEPRECATED=	Newer version available in ports: textproc/stardict3
+EXPIRATION_DATE=	2013-11-07
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix
 USES=		gettext gmake pkgconfig
-PKGNAMESUFFIX=	2
 
 OPTIONS_DEFINE=	GNOME
 OPTIONS_DEFAULT=	GNOME



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