diff options
author | adam <adam@pkgsrc.org> | 2013-10-19 09:06:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-10-19 09:06:55 +0000 |
commit | 312fd39e718f5599adc7aa21499c1f09f442d61b (patch) | |
tree | 3c70dac40b0f2aed2faa47cdeada8701d99c0ba8 /net/monotorrent | |
parent | ac3ffa8513db7a100bb738a3d3f40a38797c3e57 (diff) | |
download | pkgsrc-312fd39e718f5599adc7aa21499c1f09f442d61b.tar.gz |
Revbump after updating textproc/icu
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 b9a3d237a9a..d079d4e7732 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2013/06/17 12:44:54 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/19 09:06:58 adam Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index aab9b05c69e..69f246587e2 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2013/06/17 12:44:54 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2013/10/19 09:06:58 adam 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.72nb7 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb8 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent .include "../../lang/mono2/buildlink3.mk" |