pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cre2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  6 16:24:44 UTC 2020

Modified Files:
        pkgsrc/devel/cre2: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/cre2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cre2/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cre2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cre2/Makefile
diff -u pkgsrc/devel/cre2/Makefile:1.7 pkgsrc/devel/cre2/Makefile:1.8
--- pkgsrc/devel/cre2/Makefile:1.7      Sun Nov  3 10:39:09 2019
+++ pkgsrc/devel/cre2/Makefile  Thu Aug  6 16:24:44 2020
@@ -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 @@ pre-configure:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
 
 .include "../../devel/re2/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/cre2/PLIST
diff -u pkgsrc/devel/cre2/PLIST:1.1 pkgsrc/devel/cre2/PLIST:1.2
--- pkgsrc/devel/cre2/PLIST:1.1 Mon Feb  8 05:48:07 2016
+++ pkgsrc/devel/cre2/PLIST     Thu Aug  6 16:24:44 2020
@@ -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

Index: pkgsrc/devel/cre2/distinfo
diff -u pkgsrc/devel/cre2/distinfo:1.4 pkgsrc/devel/cre2/distinfo:1.5
--- pkgsrc/devel/cre2/distinfo:1.4      Sun May  7 03:13:24 2017
+++ pkgsrc/devel/cre2/distinfo  Thu Aug  6 16:24:44 2020
@@ -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