Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Apr 2003 17:55:07 -0500
From:      arlankfo@141.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50530: dillo port needs updating
Message-ID:  <20030401225508.GFED9031.out011.verizon.net@verizon.net>
Resent-Message-ID: <200304012300.h31N0Jed082044@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50530
>Category:       ports
>Synopsis:       dillo port needs updating
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 15:00:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Lankford
>Release:        FreeBSD
>Organization:
n/a
>Environment:
System: FreeBSD bogushost2 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Mon Mar 31 04:35:30 EST 2003 root@bogushost2:/usr/obj/usr/src/sys/ARL5KERNEL i386

>Description:

	The latest version of dillo is 0.7.1.2

>How-To-Repeat:

>Fix:

Patch follows.  It's nice to know that floating point numbers aren't like
version numbers.  One dot ought to be enough for anybody.

--- Makefile	2003/02/27 17:36:36	1.18
+++ Makefile	2003/04/01 03:45:41
@@ -6,9 +6,12 @@
 #
 
 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
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A fast, small graphical Web browser built upon GTK+
--- distinfo	2003/02/27 17:36:36	1.7
+++ distinfo	2003/04/01 03:45:42
@@ -1 +1 @@
-MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048
+MD5 (dillo-0.7.1.2.tar.gz) = b6b340d30657e51a48dc32f926be45c0

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030401225508.GFED9031.out011.verizon.net>