diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-17 10:26:57 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-17 10:26:57 +0000 |
commit | 44912458d4c6b32ecec2dd92e17563511146ba5e (patch) | |
tree | 7e30652db9011d49e8d5c8eedb7401b185141ae5 /net-p2p/rtorrent | |
parent | - Update to 0.6.5. (diff) |
- Update to 0.2.5.
- Install sample configuration file in ${EXAMPLESDIR}.
Notes
Notes:
svn path=/head/; revision=137615
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index fd98fbf2069a..758e4ff350b6 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/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-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 872bfefb605a..c0b1ba66d287 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/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 |