Date: Sat, 30 Jan 2016 13:43:50 +1300 From: Pierre Guinoiseau <pierre@guinoiseau.eu> To: Steven Kreuzer <skreuzer@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r407496 - in head/databases/py-whisper: . files Message-ID: <20160130004348.GI4440@hoth> In-Reply-To: <201601292113.u0TLDlkQ046056@repo.freebsd.org> References: <201601292113.u0TLDlkQ046056@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--VkVuOCYP9O7H3CXI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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@FreeBSD.org> wrote: > Author: skreuzer > Date: Fri Jan 29 21:13:47 2016 > New Revision: 407496 > URL: https://svnweb.freebsd.org/changeset/ports/407496 >=20 > Log: > Update to 0.9.15 > =20 > PR: 206531 > Submitted by: Michael Zhilin <mizhka@gmail.com> >=20 > Added: > head/databases/py-whisper/files/ > head/databases/py-whisper/files/patch-whisper.py (contents, props cha= nged) > Modified: > head/databases/py-whisper/Makefile > head/databases/py-whisper/distinfo > head/databases/py-whisper/pkg-plist >=20 > Modified: head/databases/py-whisper/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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$ > =20 > PORTNAME=3D whisper > -PORTVERSION=3D 0.9.12 > +PORTVERSION=3D 0.9.15 > CATEGORIES=3D databases python > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > =20 >=20 > Modified: head/databases/py-whisper/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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) =3D 5012e595a9806588= 85ceb010d9dcd0e4ac664c24de6206a6b2430d1d8f60a679 > -SIZE (graphite-project-whisper-0.9.12_GH0.tar.gz) =3D 16655 > +SHA256 (graphite-project-whisper-0.9.15_GH0.tar.gz) =3D 737706917215d63c= 311639cc87a0106c660b543faf620c418f52dd66dde20e07 > +SIZE (graphite-project-whisper-0.9.15_GH0.tar.gz) =3D 21083 >=20 > Added: head/databases/py-whisper/files/patch-whisper.py > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /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:=20 > + c_off64_t =3D ctypes.c_int64 > + c_off_t =3D ctypes.c_int > +=20 > ++ if os.uname()[0] =3D=3D 'FreeBSD': > ++ # offset type is 64-bit on FreeBSD 32-bit & 64-bit platforms to add= ress files more than 2GB > ++ c_off_t =3D ctypes.c_int64 > ++ > + try: > + _fallocate =3D libc.posix_fallocate64 > + _fallocate.restype =3D ctypes.c_int >=20 > Modified: head/databases/py-whisper/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" --=20 Pierre Guinoiseau <pierre@guinoiseau.eu> http://segmentationfau.lt/ | +PierreGuinoiseau | @peikk00 --VkVuOCYP9O7H3CXI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWrAdEAAoJEFBNg+ogrffP5hgP/RZArlukjVA7Wdxc5tlnUkHU K59fWtPD68B6m4FuXeoi+S/xlmAFj/cikdNqgGXvYfljDjrEw1hkFDp8I+d5WXCL ixxywPhUbb0q6xVY4MPcWKtkyYOlHX/yY8oh0Hijx+OmFAo6ZnTUfzfqazzq6TXV rd84FQes6VyOf9s7aa8z5+ajehbnFzSDtSciC/4IDeoW9UrpnQAjo75FqXX0Naup lQn2b7VSGj3miKeAEPgiJki+9OBQj11crTUJi9SZHZ3Uotxp/RZZLaw/8heFPgXD ktMt1fKNsVD35jI8RNNYSMnc0ieYA6RBKtJbH3CnXJ3BVOx+iDtSRZEJy21HITMq S5rcTOScZeNkf6sQOMv9yvvw26SQXCAor8LGRXAhxZ04x0OPo3QtZ1czaAzG2dQv eJNjAksid7vBwEs1eQoXr87urn7XwmLt2+XpaktGWVA88MZoVIv3as22KzSgIOKv p9Z/XVrT+iSHjtgRbW/4F45u6zjID8omxcI9ticygW/PPEJHa+HaPzhH5DEad1yE u2BlI2GhKm0kRK6/fazIHCc3aKAGt/PHoLR2M1lsQRkVCAKc4aeJEbxgFgS39E8F +9KG7oiRYD+2k/itkXZKqW9khm1pobn8AlgGUn9Y+R6hDtlPIN82NzoUeVmXNNCZ s0gF90/e/7aNdICPQ+IF =ugn2 -----END PGP SIGNATURE----- --VkVuOCYP9O7H3CXI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160130004348.GI4440>