pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/snappy



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Sep 19 09:30:36 UTC 2016

Modified Files:
        pkgsrc/devel/snappy: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/snappy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/snappy/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/snappy/Makefile
diff -u pkgsrc/devel/snappy/Makefile:1.5 pkgsrc/devel/snappy/Makefile:1.6
--- pkgsrc/devel/snappy/Makefile:1.5    Sat Nov 16 19:31:30 2013
+++ pkgsrc/devel/snappy/Makefile        Mon Sep 19 09:30:36 2016
@@ -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@localhost
-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++

Index: pkgsrc/devel/snappy/distinfo
diff -u pkgsrc/devel/snappy/distinfo:1.4 pkgsrc/devel/snappy/distinfo:1.5
--- pkgsrc/devel/snappy/distinfo:1.4    Tue Nov  3 03:29:33 2015
+++ pkgsrc/devel/snappy/distinfo        Mon Sep 19 09:30:36 2016
@@ -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



Home | Main Index | Thread Index | Old Index