diff options
author | flz <flz@FreeBSD.org> | 2005-06-17 18:26:57 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-17 18:26:57 +0800 |
commit | fac654b93c6edddee51c57ded9eb921e53ae8565 (patch) | |
tree | 9b63bd8fde1523876a7edfffe089fd7d02dca005 /net-p2p | |
parent | 1e412a419ebd321a8535a8fc26273c939907cb9a (diff) | |
download | freebsd-ports-gnome-fac654b93c6edddee51c57ded9eb921e53ae8565.tar.gz freebsd-ports-gnome-fac654b93c6edddee51c57ded9eb921e53ae8565.tar.zst freebsd-ports-gnome-fac654b93c6edddee51c57ded9eb921e53ae8565.zip |
- Update to 0.2.5.
- Install sample configuration file in ${EXAMPLESDIR}.
Diffstat (limited to 'net-p2p')
-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 |