Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cre2 cre2: updated to 0.3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/820e27530d10
branches:  trunk
changeset: 436598:820e27530d10
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 06 16:24:44 2020 +0000

description:
cre2: updated to 0.3.6

Notes for revision 0.3.6
------------------------
* Fixed missing inclusion of "<stdint.h>".

Notes for revision 0.3.5
------------------------
* Fixed missing dependency in pkg-config script.

diffstat:

 devel/cre2/Makefile |  17 ++++++++---------
 devel/cre2/PLIST    |   4 +++-
 devel/cre2/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 15 deletions(-)

diffs (68 lines):

diff -r d24a7faf091a -r 820e27530d10 devel/cre2/Makefile
--- a/devel/cre2/Makefile       Thu Aug 06 16:23:21 2020 +0000
+++ b/devel/cre2/Makefile       Thu Aug 06 16:24:44 2020 +0000
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.7 2019/11/03 10:39:09 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/08/06 16:24:44 adam Exp $
 
-VERSION=       0.3.4
-DISTNAME=      cre2-${VERSION}
+DISTNAME=      cre2-0.3.6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marcomaggi/}
-GITHUB_TAG=    v${VERSION}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/google/re2
+HOMEPAGE=      https://github.com/marcomaggi/cre2
 COMMENT=       C wrapper for re2 regular expression library
 LICENSE=       modified-bsd
 
+USE_LANGUAGES+=                c c++
+USE_LIBTOOL=           yes
+USE_TOOLS+=            autoconf autoreconf automake gmake makeinfo pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-maintainer-mode
-USE_LIBTOOL=           yes
-USE_LANGUAGES+=                c c++
-USE_TOOLS+=            autoconf autoreconf automake gmake makeinfo
+TEST_TARGET=           check
 
 INFO_FILES=    yes
 
@@ -23,5 +23,4 @@
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
 
 .include "../../devel/re2/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"
diff -r d24a7faf091a -r 820e27530d10 devel/cre2/PLIST
--- a/devel/cre2/PLIST  Thu Aug 06 16:23:21 2020 +0000
+++ b/devel/cre2/PLIST  Thu Aug 06 16:24:44 2020 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/08 05:48:07 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/08/06 16:24:44 adam Exp $
 include/cre2.h
 info/cre2.info
 lib/libcre2.la
+lib/pkgconfig/cre2.pc
 share/doc/cre2/COPYING
 share/doc/cre2/LICENSE.re2
 share/doc/cre2/README
+share/doc/cre2/RELEASE-NOTES
diff -r d24a7faf091a -r 820e27530d10 devel/cre2/distinfo
--- a/devel/cre2/distinfo       Thu Aug 06 16:23:21 2020 +0000
+++ b/devel/cre2/distinfo       Thu Aug 06 16:24:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/05/07 03:13:24 mef Exp $
+$NetBSD: distinfo,v 1.5 2020/08/06 16:24:44 adam Exp $
 
-SHA1 (cre2-0.3.4.tar.gz) = 64d2afca7411ba8144ce219bbc1c86b85ba5e9e7
-RMD160 (cre2-0.3.4.tar.gz) = 4fbc6bcf44fc5b3d42bdc65ea5de6d56825d3faa
-SHA512 (cre2-0.3.4.tar.gz) = 0c142f70042e363421e7e88a52e966286288b64918ac558c0c96ff901f47fcb439a3a4b8a91b8679b087cf290cbd6c70343cccf2191d8cfd1a6e678e4231acf4
-Size (cre2-0.3.4.tar.gz) = 45659 bytes
+SHA1 (cre2-0.3.6.tar.gz) = b249b806e7374dc04baef7bf92dc173adff873ed
+RMD160 (cre2-0.3.6.tar.gz) = 383c1549f0101e59ed8dc1038f35e5cf3aedb076
+SHA512 (cre2-0.3.6.tar.gz) = a2027ce7cf7ab3f34cabc226f109c79dc78dfe2da0a6438f00aa00260990744793d9193ef431055e4ca46a3cccb881fa34140cfaa71e8202acdeffbc7574e4f0
+Size (cre2-0.3.6.tar.gz) = 51119 bytes



Home | Main Index | Thread Index | Old Index