Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2013 21:18:01 +0000 (UTC)
From:      Thomas-Martin Seck <tmseck@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313842 - in head/www: dillo dillo-i18n
Message-ID:  <201303102118.r2ALI1gg052003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tmseck
Date: Sun Mar 10 21:18:01 2013
New Revision: 313842
URL: http://svnweb.freebsd.org/changeset/ports/313842

Log:
  Deprecate www/dillo and www/dillo-i18n in favor of www/dillo2.
  
  Approved by:	flo (mentor)

Modified:
  head/www/dillo-i18n/Makefile
  head/www/dillo/Makefile

Modified: head/www/dillo-i18n/Makefile
==============================================================================
--- head/www/dillo-i18n/Makefile	Sun Mar 10 21:05:12 2013	(r313841)
+++ head/www/dillo-i18n/Makefile	Sun Mar 10 21:18:01 2013	(r313842)
@@ -24,6 +24,9 @@ RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
+DEPRECATED=	dillo1 is no longer actively maintained. Please consider using www/dillo2 which has full UTF-8 support
+EXPIRATION_DATE=	2013-06-30
+
 DILLOVERSION=	0.8.6
 I18NVERSION=	20060709
 

Modified: head/www/dillo/Makefile
==============================================================================
--- head/www/dillo/Makefile	Sun Mar 10 21:05:12 2013	(r313841)
+++ head/www/dillo/Makefile	Sun Mar 10 21:18:01 2013	(r313842)
@@ -18,6 +18,9 @@ RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
+DEPRECATED=	dillo1 is no longer actively maintained. Please consider using www/dillo2 instead
+EXPIRATION_DATE=	2013-06-30
+
 USE_BZIP2=	yes
 USE_GNOME=	gtk12
 USE_GMAKE=	yes



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