diff options
author | bf <bf@FreeBSD.org> | 2011-10-26 09:08:25 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-26 09:08:25 +0800 |
commit | 530c0ee76c4207deb3e9c3c7b798496299528906 (patch) | |
tree | ce208f96bf5afcdde7eb934e9eea95faeacacb9b /www/dillo2 | |
parent | 1567af6c148deab294c3a72ecae3df34bed2bc61 (diff) | |
download | freebsd-ports-gnome-530c0ee76c4207deb3e9c3c7b798496299528906.tar.gz freebsd-ports-gnome-530c0ee76c4207deb3e9c3c7b798496299528906.tar.zst freebsd-ports-gnome-530c0ee76c4207deb3e9c3c7b798496299528906.zip |
update print/flpsed to 0.7.0, and www/dillo2 to 3.0.1,
both of which now use the new fltk 1.3
Diffstat (limited to 'www/dillo2')
-rw-r--r-- | www/dillo2/Makefile | 11 | ||||
-rw-r--r-- | www/dillo2/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 0a153f4de402..ecd424022158 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -5,20 +5,17 @@ # $FreeBSD$ PORTNAME= dillo -PORTVERSION= 2.2.1 +PORTVERSION= 3.0.1 CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ LOCAL/bf MAINTAINER= bf@FreeBSD.org -COMMENT= A fast, small graphical Web browser built upon fltk2 +COMMENT= A fast, small graphical Web browser built upon fltk LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 -RUN_DEPENDS= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 \ - wget:${PORTSDIR}/ftp/wget -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo index 3e3663d2bf45..cde327c3125f 100644 --- a/www/dillo2/distinfo +++ b/www/dillo2/distinfo @@ -1,2 +1,2 @@ -SHA256 (dillo-2.2.1.tar.bz2) = 70c5768abe8234ffc65a833c8b663f30f115011096367d63a2a0fa39d5df7181 -SIZE (dillo-2.2.1.tar.bz2) = 633999 +SHA256 (dillo-3.0.1.tar.bz2) = 3e49e6ffc237792b97576bb324f6dc7e49b91f464e5de67b1dd2a811cdab73f3 +SIZE (dillo-3.0.1.tar.bz2) = 625504 |