diff options
Diffstat (limited to 'net/monotorrent')
-rw-r--r-- | net/monotorrent/Makefile | 4 | ||||
-rw-r--r-- | net/monotorrent/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile index ee262ec60c2..ef0bb3ab111 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/08/12 02:31:19 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/22 13:42:30 obache Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 48f0cf4e46c..713bc15ce8f 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2009/08/12 02:31:19 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2011/04/22 13:42:30 obache Exp $ BUILDLINK_TREE+= monotorrent @@ -6,7 +6,7 @@ BUILDLINK_TREE+= monotorrent MONOTORRENT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72 -BUILDLINK_ABI_DEPENDS.monotorrent?= monotorrent>=0.72nb1 +BUILDLINK_ABI_DEPENDS.monotorrent?= monotorrent>=0.72nb2 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent .include "../../lang/mono/buildlink3.mk" |