diff options
author | adam <adam> | 2015-04-06 08:17:13 +0000 |
---|---|---|
committer | adam <adam> | 2015-04-06 08:17:13 +0000 |
commit | 004a54114c27fc984ae82177cdd5a97ecb67d95e (patch) | |
tree | a523f3904b6aa6f0a1aa31b562d1917dd735e589 /net/monotorrent | |
parent | 4eaf7298a801ca00fa0db9044e26eda4c8ca02aa (diff) | |
download | pkgsrc-004a54114c27fc984ae82177cdd5a97ecb67d95e.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 959758be8b0..1e7f1244846 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2014/10/07 16:47:13 adam Exp $ +# $NetBSD: Makefile,v 1.17 2015/04/06 08:17:16 adam Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 62a7fc4f054..77fb5758de9 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2014/10/07 16:47:13 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2015/04/06 08:17:16 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.72nb10 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb11 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent .include "../../lang/mono2/buildlink3.mk" |