summaryrefslogtreecommitdiff
path: root/textproc/oniguruma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/oniguruma/Makefile')
-rw-r--r--textproc/oniguruma/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/textproc/oniguruma/Makefile b/textproc/oniguruma/Makefile
index 3b6b97d47b4..f718f8ceb4f 100644
--- a/textproc/oniguruma/Makefile
+++ b/textproc/oniguruma/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:09 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2018/01/15 08:49:04 adam Exp $
-DISTNAME= onig-5.9.2
+DISTNAME= onig-6.7.0
PKGNAME= ${DISTNAME:S/onig/oniguruma/}
CATEGORIES= devel
-MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kkos/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.geocities.jp/kosako3/oniguruma/
+HOMEPAGE= https://github.com/kkos/oniguruma
COMMENT= Regular expressions library
LICENSE= 2-clause-bsd
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GITHUB_PROJECT= oniguruma
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
-TEST_TARGET= atest
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= oniguruma.pc.in
.include "../../mk/bsd.pkg.mk"