diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-09-19 09:30:36 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-09-19 09:30:36 +0000 |
commit | f938a281ef83624bb84e5fbae878e73987568e4a (patch) | |
tree | 2e91b08ba5dc840b8df70bf7aa58316ec6da7e2c | |
parent | c626c8b614de9014a4988ce9e5fa00bd770c7717 (diff) | |
download | pkgsrc-f938a281ef83624bb84e5fbae878e73987568e4a.tar.gz |
Update devel/snappy to 1.1.3.
Snappy v1.1.3, July 6th 2015:
This is the first release to be done from GitHub, which means that
some minor things like the ChangeLog format has changed (git log
format instead of svn log).
* Add support for Uncompress() from a Source to a Sink.
* Various minor changes to improve MSVC support; in particular,
the unit tests now compile and run under MSVC.
Snappy v1.1.2, February 28th 2014:
This is a maintenance release with no changes to the actual
library
source code.
* Stop distributing benchmark data files that have unclear
or unsuitable licensing.
* Add support for padding chunks in the framing format.
-rw-r--r-- | devel/snappy/Makefile | 10 | ||||
-rw-r--r-- | devel/snappy/distinfo | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/snappy/Makefile b/devel/snappy/Makefile index 37250955bef..52f2caa5a14 100644 --- a/devel/snappy/Makefile +++ b/devel/snappy/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2013/11/16 19:31:30 mspo Exp $ +# $NetBSD: Makefile,v 1.6 2016/09/19 09:30:36 fhajny Exp $ -DISTNAME= snappy-1.1.1 +DISTNAME= snappy-1.1.3 CATEGORIES= devel -MASTER_SITES= http://snappy.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://code.google.com/p/snappy/ +HOMEPAGE= http://google.github.io/snappy/ COMMENT= General purpose data compression library LICENSE= apache-2.0 +GITHUB_RELEASE= ${PKGVERSION_NOREV} + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES+= c c++ diff --git a/devel/snappy/distinfo b/devel/snappy/distinfo index 5621314ff75..41f1f1cc026 100644 --- a/devel/snappy/distinfo +++ b/devel/snappy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:29:33 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/09/19 09:30:36 fhajny Exp $ -SHA1 (snappy-1.1.1.tar.gz) = 2988f1227622d79c1e520d4317e299b61d042852 -RMD160 (snappy-1.1.1.tar.gz) = be2c24d1e1da3cb554bfcb9834fe307845feeeaf -SHA512 (snappy-1.1.1.tar.gz) = 36b6a1934579dd82a67bcc46626f8dbe9d24d53fe2ca1eca2982d2091054241c9797ada0d4657c484ebc82e7ec11069fd9cd83aac61f4aa1a530167d899041f3 -Size (snappy-1.1.1.tar.gz) = 1777992 bytes +SHA1 (snappy-1.1.3.tar.gz) = 63f7a3d2c865a6a39aca9bc5d3412a8b2d607bb4 +RMD160 (snappy-1.1.3.tar.gz) = a075be8b9e69f9c6ce30b12e44503abf7bca231f +SHA512 (snappy-1.1.3.tar.gz) = 4c4f47c657a072989179be9df0e5e98d14f4a67c27ec7ae0e5a15d14289a75d4e266bc6c5c89723f3e9860408ffcc7138a815f8ad9299407c4a1946fc00ab5bf +Size (snappy-1.1.3.tar.gz) = 1509026 bytes SHA1 (patch-aa) = eeed92f6abad5e5aefdb6917abc212ba86f461a4 |