diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:06:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-11-05 09:06:42 +0000 |
commit | 44f3341199deb2ceabbc54177537b68bfbb7e58c (patch) | |
tree | 9fdd5693b9bed335444b93de1be9b6c24add0cd6 /editors/tepl4 | |
parent | adab52564381f6b4adeb2126613d7149cf3e6247 (diff) | |
download | pkgsrc-44f3341199deb2ceabbc54177537b68bfbb7e58c.tar.gz |
*: Recursive revbump from textproc/icu-68.1
Diffstat (limited to 'editors/tepl4')
-rw-r--r-- | editors/tepl4/Makefile | 4 | ||||
-rw-r--r-- | editors/tepl4/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/tepl4/Makefile b/editors/tepl4/Makefile index 9873df4f5f6..aa94e89f03c 100644 --- a/editors/tepl4/Makefile +++ b/editors/tepl4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: Makefile,v 1.3 2020/11/05 09:06:52 ryoon Exp $ DISTNAME= tepl-4.4.0 PKGNAME= ${DISTNAME:S/tepl-/tepl4-/1} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tepl/4.4/} EXTRACT_SUFX= .tar.xz diff --git a/editors/tepl4/buildlink3.mk b/editors/tepl4/buildlink3.mk index 057affb178a..439188299e3 100644 --- a/editors/tepl4/buildlink3.mk +++ b/editors/tepl4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2020/08/17 20:17:25 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2020/11/05 09:06:52 ryoon Exp $ BUILDLINK_TREE+= tepl4 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tepl4 TEPL4_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tepl4+= tepl4>=4.4.0 -BUILDLINK_ABI_DEPENDS.tepl4?= tepl4>=4.4.0nb1 +BUILDLINK_ABI_DEPENDS.tepl4?= tepl4>=4.4.0nb2 BUILDLINK_PKGSRCDIR.tepl4?= ../../editors/tepl4 .include "../../devel/amtk/buildlink3.mk" |