diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-11 06:17:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-11 06:17:31 +0000 |
commit | 40fbadaa37ec8312e3306c259a0bac34d9fead11 (patch) | |
tree | 56169f5e577fe3208d2872c4e74cb8effb7c3896 /net-p2p/freenet05/Makefile | |
parent | 3a7f9c3d050fb566380504a0f8b4741cee14418f (diff) | |
download | ports-40fbadaa37ec8312e3306c259a0bac34d9fead11.tar.gz ports-40fbadaa37ec8312e3306c259a0bac34d9fead11.zip |
o Remove BROKEN
o Update to Freenet Stable build 5076 released 20040411 snapshot
o Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=106716
Diffstat (limited to 'net-p2p/freenet05/Makefile')
-rw-r--r-- | net-p2p/freenet05/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/freenet05/Makefile b/net-p2p/freenet05/Makefile index 4f5d59ca28a3..fc65e71c8845 100644 --- a/net-p2p/freenet05/Makefile +++ b/net-p2p/freenet05/Makefile @@ -7,17 +7,15 @@ PORTNAME= freenet PORTVERSION= 0.5.2.1.5076 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java security MASTER_SITES= http://freenetproject.org/snapshots/ -DISTNAME= ${PORTNAME}-20040328 +DISTNAME= ${PORTNAME}-20040411 EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech -BROKEN= Unfetchable - USE_JAVA= 1.4+ USE_SIZE= yes NO_BUILD= yes @@ -36,6 +34,8 @@ JAR_START= freenet.jar # seed file SEED_FILE= seednodes.ref +PORTDOCS= ${DOC_FILES} + post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|; \ s|%%DATA_DIR%%|${DATADIR:S,^${PREFIX}/,,}|; \ |