summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-23 15:59:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-23 15:59:24 +0000
commit82c43a7828bbcd49a1727b64fbffc3f39a6475df (patch)
treed0239165ddc7dff36d74fb60d440977f53591e47 /net-p2p
parentUpdate to moinmoin 1.3.1 (diff)
- Update to 0.8.9
PR: ports/76606 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Notes
Notes: svn path=/head/; revision=127140
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift-fasttrack/Makefile10
-rw-r--r--net-p2p/gift-fasttrack/distinfo4
-rw-r--r--net-p2p/gift-fasttrack/pkg-plist8
3 files changed, 7 insertions, 15 deletions
diff --git a/net-p2p/gift-fasttrack/Makefile b/net-p2p/gift-fasttrack/Makefile
index 8c0db836ad1d..d9d761e7357d 100644
--- a/net-p2p/gift-fasttrack/Makefile
+++ b/net-p2p/gift-fasttrack/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= giFT-FastTrack
-PORTVERSION= 0.8.7
+PORTVERSION= 0.8.9
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/gift-fasttrack/
@@ -23,14 +23,14 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
-DOC_FILES= AUTHORS COPYING ChangeLog \
+PORTDOCS= AUTHORS COPYING ChangeLog \
INSTALL NEWS README TODO
post-install:
.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}
+.for doc in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
diff --git a/net-p2p/gift-fasttrack/distinfo b/net-p2p/gift-fasttrack/distinfo
index aa127499849a..8019df1fea36 100644
--- a/net-p2p/gift-fasttrack/distinfo
+++ b/net-p2p/gift-fasttrack/distinfo
@@ -1,2 +1,2 @@
-MD5 (giFT-FastTrack-0.8.7.tar.gz) = 022870472f3783f19bfe97fa87334478
-SIZE (giFT-FastTrack-0.8.7.tar.gz) = 362835
+MD5 (giFT-FastTrack-0.8.9.tar.gz) = 68521847537985bcc5e9b8677343374c
+SIZE (giFT-FastTrack-0.8.9.tar.gz) = 449505
diff --git a/net-p2p/gift-fasttrack/pkg-plist b/net-p2p/gift-fasttrack/pkg-plist
index 9ed7c90f2518..930ce2a62f87 100644
--- a/net-p2p/gift-fasttrack/pkg-plist
+++ b/net-p2p/gift-fasttrack/pkg-plist
@@ -3,13 +3,5 @@ lib/giFT/libFastTrack.so
share/giFT/FastTrack/FastTrack.conf.template
share/giFT/FastTrack/banlist
share/giFT/FastTrack/nodes
-%%PORTDOCS%%share/doc/giFT-FastTrack/AUTHORS
-%%PORTDOCS%%share/doc/giFT-FastTrack/COPYING
-%%PORTDOCS%%share/doc/giFT-FastTrack/ChangeLog
-%%PORTDOCS%%share/doc/giFT-FastTrack/INSTALL
-%%PORTDOCS%%share/doc/giFT-FastTrack/NEWS
-%%PORTDOCS%%share/doc/giFT-FastTrack/README
-%%PORTDOCS%%share/doc/giFT-FastTrack/TODO
@dirrm lib/giFT
@dirrm share/giFT/FastTrack
-@dirrm %%PORTDOCS%%share/doc/giFT-FastTrack