diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-23 14:12:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-23 14:12:33 +0000 |
commit | 164da856b453fefa00cc3b3d50ed8a735d809419 (patch) | |
tree | b13e714e8e5938d00b2cef4337b391dafb27c10f /net-p2p/createtorrent/Makefile | |
parent | Update to 0.26 (diff) |
Update to 1.1.4
Changes:
* bugfix when creating torrents from directories
* fixed invalid format string
* small bugfix parsing arguments
Notified by: Aleksey Sokolov <alekseys@hotbox.ru>
Diffstat (limited to 'net-p2p/createtorrent/Makefile')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index ac6a34b9384d..faaf8acb4047 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= createtorrent -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 CATEGORIES= net-p2p MASTER_SITES= http://www.createtorrent.com/ \ http://critical.ch/distfiles/ \ |