From owner-svn-ports-head@freebsd.org Fri Sep 18 05:18:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DFA39CE13B; Fri, 18 Sep 2015 05:18:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2C171768; Fri, 18 Sep 2015 05:18:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8I5I5a1045777; Fri, 18 Sep 2015 05:18:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8I5I57g045772; Fri, 18 Sep 2015 05:18:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509180518.t8I5I57g045772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 18 Sep 2015 05:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397221 - in head/devel/re2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 05:18:06 -0000 Author: sunpoet Date: Fri Sep 18 05:18:04 2015 New Revision: 397221 URL: https://svnweb.freebsd.org/changeset/ports/397221 Log: - Update to 20150801 Changes: https://github.com/google/re2/commits/master PR: 202877 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/re2/Makefile head/devel/re2/distinfo head/devel/re2/files/patch-Makefile Modified: head/devel/re2/Makefile ============================================================================== --- head/devel/re2/Makefile Fri Sep 18 05:17:58 2015 (r397220) +++ head/devel/re2/Makefile Fri Sep 18 05:18:04 2015 (r397221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= re2 -PORTVERSION= 20150601 +PORTVERSION= 20150801 CATEGORIES= devel MAINTAINER= jlaffaye@FreeBSD.org Modified: head/devel/re2/distinfo ============================================================================== --- head/devel/re2/distinfo Fri Sep 18 05:17:58 2015 (r397220) +++ head/devel/re2/distinfo Fri Sep 18 05:18:04 2015 (r397221) @@ -1,2 +1,2 @@ -SHA256 (google-re2-20150601-2015-06-01_GH0.tar.gz) = 90b4f48c26b1f33f4df5f86406d8c663c8a44b103a5554387ce3c53228abf20e -SIZE (google-re2-20150601-2015-06-01_GH0.tar.gz) = 385441 +SHA256 (google-re2-20150801-2015-08-01_GH0.tar.gz) = 0fd7388097dcc7b26a8fc7c4e704e2831d264015818fa3f13665f36d40afabf8 +SIZE (google-re2-20150801-2015-08-01_GH0.tar.gz) = 389260 Modified: head/devel/re2/files/patch-Makefile ============================================================================== --- head/devel/re2/files/patch-Makefile Fri Sep 18 05:17:58 2015 (r397220) +++ head/devel/re2/files/patch-Makefile Fri Sep 18 05:18:04 2015 (r397221) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-05-29 02:13:42 UTC +--- Makefile.orig 2015-08-01 03:10:18 UTC +++ Makefile -@@ -25,6 +25,7 @@ exec_prefix=$(prefix) +@@ -23,6 +23,7 @@ exec_prefix=$(prefix) bindir=$(exec_prefix)/bin includedir=$(prefix)/include libdir=$(exec_prefix)/lib @@ -8,17 +8,17 @@ INSTALL=install INSTALL_PROGRAM=$(INSTALL) INSTALL_DATA=$(INSTALL) -m 644 -@@ -245,13 +246,13 @@ shared-bigtest: $(STESTS) $(SBIGTESTS) +@@ -258,13 +259,13 @@ shared-bigtest: $(STESTS) $(SBIGTESTS) benchmark: obj/test/regexp_benchmark - install: obj/libre2.a obj/so/libre2.so + install: obj/libre2.a obj/so/libre2.$(SOEXT) - mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdir)/pkgconfig + mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdatadir)/pkgconfig $(INSTALL_DATA) $(INSTALL_HFILES) $(DESTDIR)$(includedir)/re2 $(INSTALL) obj/libre2.a $(DESTDIR)$(libdir)/libre2.a - $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0 - ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME) - ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so + $(INSTALL) obj/so/libre2.$(SOEXT) $(DESTDIR)$(libdir)/libre2.$(SOEXTVER00) + ln -sf libre2.$(SOEXTVER00) $(DESTDIR)$(libdir)/libre2.$(SOEXTVER) + ln -sf libre2.$(SOEXTVER00) $(DESTDIR)$(libdir)/libre2.$(SOEXT) - sed -e "s#@prefix@#${prefix}#" re2.pc >$(DESTDIR)$(libdir)/pkgconfig/re2.pc + sed -e "s#@prefix@#${prefix}#" re2.pc >$(DESTDIR)$(libdatadir)/pkgconfig/re2.pc