svn commit: r407496 - in head/databases/py-whisper: . files

Pierre Guinoiseau pierre at guinoiseau.eu
Sat Jan 30 00:44:10 UTC 2016


Hi,

can you please update databases/py-carbon and www/py-graphite-web as
well? They all go together and should be kept at the same version.

Cheers.

On 29/01/2016 21:13:47, Steven Kreuzer <skreuzer at FreeBSD.org> wrote:

> Author: skreuzer
> Date: Fri Jan 29 21:13:47 2016
> New Revision: 407496
> URL: https://svnweb.freebsd.org/changeset/ports/407496
> 
> Log:
>   Update to 0.9.15
>   
>   PR:		206531
>   Submitted by:	Michael Zhilin <mizhka at gmail.com>
> 
> Added:
>   head/databases/py-whisper/files/
>   head/databases/py-whisper/files/patch-whisper.py   (contents, props changed)
> Modified:
>   head/databases/py-whisper/Makefile
>   head/databases/py-whisper/distinfo
>   head/databases/py-whisper/pkg-plist
> 
> Modified: head/databases/py-whisper/Makefile
> ==============================================================================
> --- head/databases/py-whisper/Makefile	Fri Jan 29 21:01:18 2016	(r407495)
> +++ head/databases/py-whisper/Makefile	Fri Jan 29 21:13:47 2016	(r407496)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	whisper
> -PORTVERSION=	0.9.12
> +PORTVERSION=	0.9.15
>  CATEGORIES=	databases python
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> 
> Modified: head/databases/py-whisper/distinfo
> ==============================================================================
> --- head/databases/py-whisper/distinfo	Fri Jan 29 21:01:18 2016	(r407495)
> +++ head/databases/py-whisper/distinfo	Fri Jan 29 21:13:47 2016	(r407496)
> @@ -1,2 +1,2 @@
> -SHA256 (graphite-project-whisper-0.9.12_GH0.tar.gz) = 5012e595a980658885ceb010d9dcd0e4ac664c24de6206a6b2430d1d8f60a679
> -SIZE (graphite-project-whisper-0.9.12_GH0.tar.gz) = 16655
> +SHA256 (graphite-project-whisper-0.9.15_GH0.tar.gz) = 737706917215d63c311639cc87a0106c660b543faf620c418f52dd66dde20e07
> +SIZE (graphite-project-whisper-0.9.15_GH0.tar.gz) = 21083
> 
> Added: head/databases/py-whisper/files/patch-whisper.py
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/databases/py-whisper/files/patch-whisper.py	Fri Jan 29 21:13:47 2016	(r407496)
> @@ -0,0 +1,13 @@
> +--- whisper.py.orig	2016-01-18 10:45:34 UTC
> ++++ whisper.py
> +@@ -48,6 +48,10 @@ if CAN_FALLOCATE: 
> +   c_off64_t = ctypes.c_int64
> +   c_off_t = ctypes.c_int
> + 
> ++  if os.uname()[0] == 'FreeBSD':
> ++    # offset type is 64-bit on FreeBSD 32-bit & 64-bit platforms to address files more than 2GB
> ++    c_off_t = ctypes.c_int64
> ++
> +   try:
> +     _fallocate = libc.posix_fallocate64
> +     _fallocate.restype = ctypes.c_int
> 
> Modified: head/databases/py-whisper/pkg-plist
> ==============================================================================
> --- head/databases/py-whisper/pkg-plist	Fri Jan 29 21:01:18 2016	(r407495)
> +++ head/databases/py-whisper/pkg-plist	Fri Jan 29 21:13:47 2016	(r407496)
> @@ -1,7 +1,9 @@
>  bin/rrd2whisper.py
>  bin/whisper-create.py
> +bin/whisper-diff.py
>  bin/whisper-dump.py
>  bin/whisper-fetch.py
> +bin/whisper-fill.py
>  bin/whisper-info.py
>  bin/whisper-merge.py
>  bin/whisper-resize.py
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"

-- 
Pierre Guinoiseau <pierre at guinoiseau.eu>
http://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160130/48b6ad94/attachment.sig>


More information about the svn-ports-head mailing list