aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-06-17 10:26:57 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-06-17 10:26:57 +0000
commit44912458d4c6b32ecec2dd92e17563511146ba5e (patch)
tree7e30652db9011d49e8d5c8eedb7401b185141ae5 /net
parent37c0a510cc0ba78fd0387b4d03e20967ffe6a771 (diff)
downloadports-44912458d4c6b32ecec2dd92e17563511146ba5e.tar.gz
ports-44912458d4c6b32ecec2dd92e17563511146ba5e.zip
- Update to 0.2.5.
- Install sample configuration file in ${EXAMPLESDIR}.
Notes
Notes: svn path=/head/; revision=137615
Diffstat (limited to 'net')
-rw-r--r--net/rtorrent/Makefile8
-rw-r--r--net/rtorrent/distinfo4
2 files changed, 8 insertions, 4 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index fd98fbf2069a..758e4ff350b6 100644
--- a/net/rtorrent/Makefile
+++ b/net/rtorrent/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rtorrent
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.5
CATEGORIES= net
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
@@ -23,7 +23,8 @@ CONFIGURE_ARGS= --disable-debug
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_INC_LIBTOOL_VER= 13
-PLIST_FILES= bin/rtorrent
+SUB_FILES= pkg-message
+
PORTDOCS= README
post-patch:
@@ -32,5 +33,8 @@ post-patch:
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo
index 872bfefb605a..c0b1ba66d287 100644
--- a/net/rtorrent/distinfo
+++ b/net/rtorrent/distinfo
@@ -1,2 +1,2 @@
-MD5 (rtorrent-0.2.4.tar.gz) = ad4624050cfe9440e48cc2188da2cb6e
-SIZE (rtorrent-0.2.4.tar.gz) = 181098
+MD5 (rtorrent-0.2.5.tar.gz) = f92d692abae64b617b57a7a711ea5208
+SIZE (rtorrent-0.2.5.tar.gz) = 181353