diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /net/monotorrent | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for 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 4ae9e1b9d13..76756bde315 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2020/11/05 09:07:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2021/04/21 11:40:35 adam Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ diff --git a/net/monotorrent/buildlink3.mk b/net/monotorrent/buildlink3.mk index 81ba3f06d1b..75ec587c2bd 100644 --- a/net/monotorrent/buildlink3.mk +++ b/net/monotorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2020/11/05 09:07:05 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2021/04/21 11:40:35 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.72nb25 +BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb26 BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent .include "../../lang/mono/buildlink3.mk" |