diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-21 17:41:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-21 17:41:26 +0000 |
commit | d705bbf13544424604509916c77eb4caf03e687e (patch) | |
tree | fcafad43025788f4f15c66621f4be05e044700c3 /net-p2p/freenet05/Makefile | |
parent | ceac0519ae1e27c32f041571b742d95a41d15441 (diff) | |
download | ports-d705bbf13544424604509916c77eb4caf03e687e.tar.gz ports-d705bbf13544424604509916c77eb4caf03e687e.zip |
- Really apply PR [1], last commit only did a PORTREVISION bump
o Update to Freenet Stable build 5102 released 20050420 snapshot
o Bump PORTREVISION since build version did not change
o Add an extra entry to MASTER_SITES [1]
PR: 79882 [1]
Submitted by: Francis Gudin <fgudin@nerim.net> [1]
Notes
Notes:
svn path=/head/; revision=133878
Diffstat (limited to 'net-p2p/freenet05/Makefile')
-rw-r--r-- | net-p2p/freenet05/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile index ebef7e762b50..927ffd138b35 100644 --- a/net-p2p/freenet05/Makefile +++ b/net-p2p/freenet05/Makefile @@ -7,10 +7,11 @@ PORTNAME= freenet PORTVERSION= 0.5.2.1.5102 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net java security -MASTER_SITES= http://freenetproject.org/snapshots/ -DISTNAME= ${PORTNAME}-20050410 +MASTER_SITES= http://freenetproject.org/snapshots/ \ + http://fgudin.nerim.net/files/ +DISTNAME= ${PORTNAME}-20050420 EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org |