Sun May 7 03:13:24 2017 UTC ()
Updated devel/cr2 from 0.1b6 to 0.3.4
--------------------------------
0.3.4 2017-04-04
  - bumped version number to 0.3.4, added credits
0.3.3 2016-09-15
  - development of building infrastructure, better selection of C++11
0.3.2 2016-09-14
  - udpated installation infrastructure to work with recent revision
    of re2 under the autotools
0.3.1 2016-03-18
  - bumped version number to 0.3.1
0.3.0 2016-03-17
  - bumped version number to 0.3.0
0.2.0 2016-02-16
  - documentation review


(mef)
diff -r1.5 -r1.6 pkgsrc/devel/cre2/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/cre2/distinfo
diff -r1.2 -r0 pkgsrc/devel/cre2/patches/patch-src_cre2.cpp

cvs diff -r1.5 -r1.6 pkgsrc/devel/cre2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cre2/Makefile 2017/05/03 08:38:40 1.5
+++ pkgsrc/devel/cre2/Makefile 2017/05/07 03:13:24 1.6
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.5 2017/05/03 08:38:40 jperkin Exp $ 1# $NetBSD: Makefile,v 1.6 2017/05/07 03:13:24 mef Exp $
2 2
3DISTNAME= cre2 3VERSION= 0.3.4
4PKGNAME= cre2-0.1b6 4DISTNAME= cre2-${VERSION}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/}
7GITHUB_TAG= 0.1b6 7GITHUB_TAG= v${VERSION}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/google/re2 10HOMEPAGE= https://github.com/google/re2
11COMMENT= C wrapper for re2 regular expression library 11COMMENT= C wrapper for re2 regular expression library
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --enable-maintainer-mode 15CONFIGURE_ARGS+= --enable-maintainer-mode
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
18USE_TOOLS+= autoconf autoreconf automake gmake makeinfo 18USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
19 19
20INFO_FILES= yes 20INFO_FILES= yes

cvs diff -r1.3 -r1.4 pkgsrc/devel/cre2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/cre2/distinfo 2016/10/17 14:06:39 1.3
+++ pkgsrc/devel/cre2/distinfo 2017/05/07 03:13:24 1.4
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/10/17 14:06:39 mef Exp $ 1$NetBSD: distinfo,v 1.4 2017/05/07 03:13:24 mef Exp $
2 2
3SHA1 (cre2.tar.gz) = f5e9286a1829a5387984fbe3d01fe3bfe86bc6ac 3SHA1 (cre2-0.3.4.tar.gz) = 64d2afca7411ba8144ce219bbc1c86b85ba5e9e7
4RMD160 (cre2.tar.gz) = e3fab4f0b994adbcf4b7cecc45640b2023fbbfec 4RMD160 (cre2-0.3.4.tar.gz) = 4fbc6bcf44fc5b3d42bdc65ea5de6d56825d3faa
5SHA512 (cre2.tar.gz) = 3180b99bdb68079b33e78dfbe9f943737510021ad2ea2144acb1014200d0e253317e6b52d268c3dae45ddd282c90bb49053fc43de607f8ff0c7f9a9ac9aeb2b7 5SHA512 (cre2-0.3.4.tar.gz) = 0c142f70042e363421e7e88a52e966286288b64918ac558c0c96ff901f47fcb439a3a4b8a91b8679b087cf290cbd6c70343cccf2191d8cfd1a6e678e4231acf4
6Size (cre2.tar.gz) = 38090 bytes 6Size (cre2-0.3.4.tar.gz) = 45659 bytes
7SHA1 (patch-src_cre2.cpp) = 17ecaa1a3c44acd241f3d9e9ad906425bc9f8ea7 

File Deleted: pkgsrc/devel/cre2/patches/Attic/patch-src_cre2.cpp