From owner-svn-ports-head@FreeBSD.ORG Sun Mar 10 21:18:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05278D8E; Sun, 10 Mar 2013 21:18:02 +0000 (UTC) (envelope-from tmseck@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E018AD3; Sun, 10 Mar 2013 21:18:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2ALI1R0052007; Sun, 10 Mar 2013 21:18:01 GMT (envelope-from tmseck@svn.freebsd.org) Received: (from tmseck@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2ALI1gg052003; Sun, 10 Mar 2013 21:18:01 GMT (envelope-from tmseck@svn.freebsd.org) Message-Id: <201303102118.r2ALI1gg052003@svn.freebsd.org> From: Thomas-Martin Seck Date: Sun, 10 Mar 2013 21:18:01 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 21:18:02 -0000 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