Bug 50530 - dillo port needs updating
Summary: dillo port needs updating
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 00:00 UTC by arlankfo
Modified: 2003-04-02 00:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arlankfo 2003-04-02 00:00:18 UTC
	The latest version of dillo is 0.7.1.2

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-02 00:22:02 UTC
State Changed
From-To: open->closed

Commited, thanks!