Bug 70725 - Update port: net/freenet - update port to 0.5.2.1.5091
Summary: Update port: net/freenet - update port to 0.5.2.1.5091
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 16:30 UTC by Francis GUDIN
Modified: 2004-10-15 23:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francis GUDIN 2004-08-20 16:30:23 UTC
	Upgrade to build 5091 now mandatory into Freenet network.
	Fixes also previous archive availability issue (freenet-20040702.tgz was no longer on freenetproject.org).

Fix: 

Apply my patch ;-)
How-To-Repeat: 	portupgrade it
Comment 1 Francis GUDIN 2004-08-20 16:39:24 UTC
Oops ! I forgot the patch itself, here it is:


--- Makefile.orig	2004-08-19 17:22:45.000000000 +0200
+++ Makefile	2004-08-20 15:43:50.000000000 +0200
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	freenet
-PORTVERSION=	0.5.2.1.5084
+PORTVERSION=	0.5.2.1.5091
 CATEGORIES=	net java security
 MASTER_SITES=	http://freenetproject.org/snapshots/
-DISTNAME=	${PORTNAME}-20040702
+DISTNAME=	${PORTNAME}-stable-latest
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	lioux@FreeBSD.org
--- distinfo.orig	2004-08-19 17:22:54.000000000 +0200
+++ distinfo	2004-08-20 17:07:49.000000000 +0200
@@ -1,2 +1,2 @@
-MD5 (freenet-20040702.tgz) = a0dafbe8157d6c55f50f9086de81d83e
-SIZE (freenet-20040702.tgz) = 6069774
+MD5 (freenet-stable-latest.tgz) = 84c0514493653123951c4c02bc812751
+SIZE (freenet-stable-latest.tgz) = 8067163
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-08-20 21:33:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 3 Francis GUDIN 2004-08-27 16:11:34 UTC
Hello,

yet another version of FreeNET is released while this PR is still in the
pipe.
The following patch superseeds the originaly submitted one:

--- Makefile.orig	Fri Jul  2 01:45:55 2004
+++ Makefile	Fri Aug 27 17:00:20 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	freenet
-PORTVERSION=	0.5.2.1.5084
+PORTVERSION=	0.5.2.1.5092
 CATEGORIES=	net java security
 MASTER_SITES=	http://freenetproject.org/snapshots/
-DISTNAME=	${PORTNAME}-20040702
+DISTNAME=	${PORTNAME}-stable-latest
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	lioux@FreeBSD.org
--- distinfo.orig	Fri Jul  2 01:45:55 2004
+++ distinfo	Fri Aug 27 17:01:21 2004
@@ -1,2 +1,2 @@
-MD5 (freenet-20040702.tgz) = a0dafbe8157d6c55f50f9086de81d83e
-SIZE (freenet-20040702.tgz) = 6069774
+MD5 (freenet-stable-latest.tgz) = 3084d4231f23464df13b9f5fe95d82ad
+SIZE (freenet-stable-latest.tgz) = 8415549


Thanks in advance,
Francis GUDIN.
Comment 4 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-10-15 23:39:36 UTC
State Changed
From-To: open->closed

Committed, thanks!