Bug 91343 - [patch] www/dillo-i18n 20060105 update
Summary: [patch] www/dillo-i18n 20060105 update
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: 2006-01-05 10:30 UTC by Hirohisa Yamaguchi
Modified: 2006-01-06 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2006-01-05 10:30 UTC, Hirohisa Yamaguchi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2006-01-05 10:30:12 UTC
	Newer patch is available from.
	http://teki.jpn.ph/pc/software/index-e.shtml

	excerpts from ChangeLog are;
	 - * Added send_referer option.
	   * Fixed locale detection.
	   Patches: Kiyo
	 - * Fixed crash bug.
	   Patch: Richard Zidlicky
	 - * use an alternative rcfile from command line.
	   Patch: Tito
	 - * Fixed crash bug.
	   Patch: Christian Holland
	 - * Added Adblock.
	   * about:blank support.
	   Patches: Rudolf Polzer

Fix: the patch follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-05 10:32:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Thomas-Martin Seck 2006-01-05 19:55:28 UTC
Approved, with a small modification: mark this as PORTREVISION 1:

Index: distinfo
===================================================================
--- distinfo	(revision 656)
+++ distinfo	(revision 657)
@@ -1,6 +1,6 @@
 MD5 (dillo-0.8.5.tar.bz2) = d0ab7fa1d40b310deb891388604188f8
 SHA256 (dillo-0.8.5.tar.bz2) = 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a
 SIZE (dillo-0.8.5.tar.bz2) = 424795
-MD5 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = df0f2953c4224e2d8ecac815edb468fe
-SHA256 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = 63573329819898b35a669bbbdf73dd84f8c03c4dd9700e9a2da7f50e9b49bc7e
-SIZE (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = 247216
+MD5 (dillo-0.8.5-i18n-misc-20060105.diff.bz2) = 6e0fa2bc2dbd665799ae7107a22083ab
+SHA256 (dillo-0.8.5-i18n-misc-20060105.diff.bz2) = f2afbec12c2c16284aedc42c9bc89a92455e6f949dfbc83d5f17609cc889be3e
+SIZE (dillo-0.8.5-i18n-misc-20060105.diff.bz2) = 248443
Index: Makefile
===================================================================
--- Makefile	(revision 656)
+++ Makefile	(revision 657)
@@ -16,10 +16,11 @@
 # On FreeBSD 4 with OpenSSL 0.9.7d, the configure script refuses to enable
 # ssl at all and on FreeBSD 5 and up, linking is broken.
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-i18n
 
 PATCH_SITES=	http://teki.jpn.ph/pc/software/
-PATCHFILES=	dillo-0.8.5-i18n-misc-20051207.diff.bz2
+PATCHFILES=	dillo-0.8.5-i18n-misc-20060105.diff.bz2
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck@netcologne.de
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-05 22:26:17 UTC
State Changed
From-To: feedback->open

Approved by maintainer
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-06 15:50:17 UTC
State Changed
From-To: open->closed

Committed, thanks!