svn commit: r329698 - head/textproc/stardict2

Max Brazhnikov makc at FreeBSD.org
Mon Oct 7 12:33:25 UTC 2013


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 at 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


More information about the svn-ports-all mailing list