diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-02 07:21:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-02 07:21:16 +0800 |
commit | d083624a40fb4680e5b18a040b2e66f5a5056002 (patch) | |
tree | 600faafeb205c51eec48559da606f86b76232976 /www/dillo-i18n | |
parent | 4fa8ad79b390a8dce914964de44c26742b264ce9 (diff) | |
download | freebsd-ports-gnome-d083624a40fb4680e5b18a040b2e66f5a5056002.tar.gz freebsd-ports-gnome-d083624a40fb4680e5b18a040b2e66f5a5056002.tar.zst freebsd-ports-gnome-d083624a40fb4680e5b18a040b2e66f5a5056002.zip |
dillo port needs updating
The latest version of dillo is 0.7.1.2
PR: ports/50530
Submitted by: arlankfo@141.com
Diffstat (limited to 'www/dillo-i18n')
-rw-r--r-- | www/dillo-i18n/Makefile | 6 | ||||
-rw-r--r-- | www/dillo-i18n/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index 3bcc47e7c90f..3240b7baac48 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -6,9 +6,11 @@ # PORTNAME= dillo -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= www MASTER_SITES= http://dillo.auriga.wearlab.de/download/ +# hack to account for the bugfix version number +DISTNAME= ${PORTNAME}-${PORTVERSION}.2 MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ @@ -17,6 +19,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ intl.4:${PORTSDIR}/devel/gettext +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/www/dillo-i18n/distinfo b/www/dillo-i18n/distinfo index 1fb252d6f3db..74c070a2c7ba 100644 --- a/www/dillo-i18n/distinfo +++ b/www/dillo-i18n/distinfo @@ -1 +1 @@ -MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 +MD5 (dillo-0.7.1.2.tar.gz) = b6b340d30657e51a48dc32f926be45c0 |