svn commit: r313842 - in head/www: dillo dillo-i18n
Thomas-Martin Seck
tmseck at FreeBSD.org
Sun Mar 10 21:18:02 UTC 2013
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
More information about the svn-ports-all
mailing list