Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 07:03:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537052 - head/devel/oniguruma
Message-ID:  <202005300703.04U73cW4038094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 30 07:03:38 2020
New Revision: 537052
URL: https://svnweb.freebsd.org/changeset/ports/537052

Log:
  devel/oniguruma: Update 6.9.4 -> 6.9.5_rev1

Modified:
  head/devel/oniguruma/Makefile
  head/devel/oniguruma/distinfo
  head/devel/oniguruma/pkg-plist

Modified: head/devel/oniguruma/Makefile
==============================================================================
--- head/devel/oniguruma/Makefile	Sat May 30 06:58:32 2020	(r537051)
+++ head/devel/oniguruma/Makefile	Sat May 30 07:03:38 2020	(r537052)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	oniguruma
-DISTVERSION=	6.9.4
+DISTVERSIONPREFIX=	v
+DISTVERSION=	6.9.5_rev1
 CATEGORIES=	devel textproc
-MASTER_SITES=	https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/
-DISTNAME=	onig-${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Regular expressions library compatible with POSIX/GNU/Perl
@@ -14,6 +13,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=			autoreconf pathfix libtool  # configure provided in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
+USE_GITHUB=		yes
+GH_ACCOUNT=		kkos
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--disable-static
 PATHFIX_MAKEFILEIN=	Makefile.am

Modified: head/devel/oniguruma/distinfo
==============================================================================
--- head/devel/oniguruma/distinfo	Sat May 30 06:58:32 2020	(r537051)
+++ head/devel/oniguruma/distinfo	Sat May 30 07:03:38 2020	(r537052)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578254327
-SHA256 (onig-6.9.4.tar.gz) = 4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
-SIZE (onig-6.9.4.tar.gz) = 908702
+TIMESTAMP = 1590822080
+SHA256 (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) = e0c2212102fa4146c43b6c4f2f7727a84fd055cc2109c293d64298cef0c372b5
+SIZE (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) = 613016

Modified: head/devel/oniguruma/pkg-plist
==============================================================================
--- head/devel/oniguruma/pkg-plist	Sat May 30 06:58:32 2020	(r537051)
+++ head/devel/oniguruma/pkg-plist	Sat May 30 07:03:38 2020	(r537052)
@@ -1,6 +1,5 @@
 bin/onig-config
 include/oniggnu.h
-include/onigposix.h
 include/oniguruma.h
 lib/libonig.so
 lib/libonig.so.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005300703.04U73cW4038094>