Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Raf Czlonka
On Sat, Oct 08, 2016 at 08:03:13AM BST, Rafael Sadowski wrote: > hi ports@, > > I started with the motivation to bump all $HOMEPAGE and/or $MASTER_SITES > variables from http to https (Where it is possible). I found a lot of > unavailable homepages in the tree and tried to fix all of them

Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Rafael Sadowski
On Sat Oct 08, 2016 at 03:35:17PM +0100, Raf Czlonka wrote: > On Sat, Oct 08, 2016 at 08:03:13AM BST, Rafael Sadowski wrote: > > hi ports@, > > > > I started with the motivation to bump all $HOMEPAGE and/or $MASTER_SITES > > variables from http to https (Where it is possible). I found a lot of >

UPDATE: graphics/py-matplotlib 1.5.3

2016-10-08 Thread Alexandr Shadchin
Hi, This diff updates py-matplotlib to the latest release. Tested on amd64. Need py-cycler (on ports@). Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/graphics/py-matplotlib/Makefile,v retrieving

Re: UPDATE py-setuptools

2016-10-08 Thread Alexandr Shadchin
On Thu, Oct 06, 2016 at 10:47:29PM +0200, frantisek holop wrote: > Daniel Jakots, 30 Sep 2016 08:52: > > Which ports did you test, and how did you test them? > > well.. > > i tested _a_ setuptools inside pyvenv-3.5 > pip (8.1.1) > setuptools (20.10.1) > > then another one inside virtualenv: >

Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Dmitrij D. Czarkoff
Rafael Sadowski wrote: >>> -HOMEPAGE= http://tcpreplay.appneta.com/ >>> +HOMEPAGE= http://tcpreplay.appneta.com/ >> >> Does removing whitespace warrant REVISION bump? > >It is a tab directly after the HOMEPAGE. I think it does not really call for REVISION bump.

Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Rafael Sadowski
On Sat Oct 08, 2016 at 09:07:47PM +0200, Dmitrij D. Czarkoff wrote: > Rafael Sadowski wrote: > > >>> -HOMEPAGE= http://tcpreplay.appneta.com/ > >>> +HOMEPAGE= http://tcpreplay.appneta.com/ > >> > >> Does removing whitespace warrant REVISION bump? > > > >It is a tab

Re: OpenBSD install busticated 'cuz ftp.openbsd.org

2016-10-08 Thread Landry Breuil
On Sat, Oct 08, 2016 at 01:28:49PM -0600, Bob Beck wrote: > > Looks like ports moved a file "GeoIPLiteCity" to be named "GeoIPCity" and > broke > everything when I updated packages on the box. Once I found it and renamed > what it was asking for, it works again.

UPDATE: x11/st

2016-10-08 Thread Rafael Sadowski
Hi ports@ simple update to the last stable version. Ok? Comments? Kind regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/x11/st/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile --- Makefile

Re: OpenBSD install busticated 'cuz ftp.openbsd.org

2016-10-08 Thread Bob Beck
Looks like ports moved a file "GeoIPLiteCity" to be named "GeoIPCity" and broke everything when I updated packages on the box. Once I found it and renamed what it was asking for, it works again. On Sat, Oct 08, 2016 at 01:15:42PM -0600, Bob Beck wrote: > > "confirmed with kettenis and

UPDATE: editors/vim

2016-10-08 Thread Rafael Sadowski
Hi ports@, simple patch level update for vim. Flavor gtk2,python tested on amd64. Kind Regards, Rafael Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.152 diff -u -p -u -p -r1.152 Makefile

Re: OpenBSD install busticated 'cuz ftp.openbsd.org

2016-10-08 Thread Bob Beck
Oh I'm sure it was a conscious decision, just would have been nice to make a symlink or keep the old one so shit doesn't stop working randomly ;) On Sat, Oct 8, 2016 at 1:44 PM, Landry Breuil wrote: > On Sat, Oct 08, 2016 at 01:28:49PM -0600, Bob Beck wrote: > > > > Looks

UPDATE: graphics/scrot

2016-10-08 Thread Rafael Sadowski
Hi ports@, here is a simple scrot update with new homepage and mastersite. Cheers, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/graphics/scrot/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile ---

UPDATE: net/nbtscan

2016-10-08 Thread Rafael Sadowski
Hi ports@ update after distfile update from new homepage and mastersite. Kind regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/net/nbtscan/Makefile,v retrieving revision 1.12 diff -u -p -u -p -r1.12 Makefile ---

Re: UPDATE: devel/radare2

2016-10-08 Thread Ingo Feinerer
On Thu, Oct 06, 2016 at 10:28:42PM +0100, Edd Barrett wrote: > On Tue, Oct 04, 2016 at 04:24:33PM +0200, Ingo Feinerer wrote: > > OK? > > Almost! > > In the bindings configure: > > ---8<--- > ... > ==> Using valabind ./configure: ./configure.hook[13]: valabind: not > found > ==> Using swig

Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Dmitrij D. Czarkoff
Unfortunately I did not have time for the whole list... Rafael Sadowski wrote: >+MASTER_SITES= ${MASTER_SITE_OPENBSD} I think we should consider removing the ports that need this. >Index: audio/disc-cover/Makefile

Re: UPDATE: graphics/scrot

2016-10-08 Thread Dmitrij D. Czarkoff
Rafael Sadowski wrote: > WANTLIB= X11 Xext c freetype m z \ >giblib>=1 Imlib2>=1 This should be WANTLIB += Imlib2 X11 c giblib m Otherwise OK czarkoff@

Re: UPDATE: graphics/scrot

2016-10-08 Thread Rafael Sadowski
On Sat Oct 08, 2016 at 02:43:56PM +0200, Dmitrij D. Czarkoff wrote: > Rafael Sadowski wrote: > > > WANTLIB= X11 Xext c freetype m z \ > >giblib>=1 Imlib2>=1 > > This should be > > WANTLIB += Imlib2 X11 c giblib m > > Otherwise OK czarkoff@ New diff

Re: HOMEPAGE / MASTER_SITE cleanup

2016-10-08 Thread Rafael Sadowski
On Sat Oct 08, 2016 at 02:38:30PM +0200, Dmitrij D. Czarkoff wrote: > Unfortunately I did not have time for the whole list... > > Rafael Sadowski wrote: > > >+MASTER_SITES= ${MASTER_SITE_OPENBSD} > > I think we should consider removing the ports that need this. I would

UPDATE: www/py-tornado 4.4.2

2016-10-08 Thread Alexandr Shadchin
Hi, This diff updates py-tornado to the latest release. Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/www/py-tornado/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile

UPDATE: devel/libconfuse

2016-10-08 Thread Davide Gerhard
Hello ports@, This update devel/libconfuse to 3.0 Tested on amd64. It also update HOMEPAGE and MASTER_SITES because the project moves to github. ok? /rainbow Index: Makefile === RCS file: /cvs/ports/devel/libconfuse/Makefile,v

Re: Update: devel/libgit2

2016-10-08 Thread Alexandr Shadchin
On Sat, Oct 01, 2016 at 08:41:34PM +0200, Dmitrij D. Czarkoff wrote: > Hi! > > I needed a python3 flavor of pygit2, so I updated devel/libgit2/libgit2 and > devel/libgit2/py-git2. > > Comments? OKs? > > -- > Dmitrij D. Czarkoff > ok shadchin@ I think you should remove do-test in py-git2. >

UPDATE: www/py-terminado 0.6

2016-10-08 Thread Alexandr Shadchin
Hi, This diff updates py-terminado to the latest release. Tested on amd64. Add py3 flavor. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/www/py-terminado/Makefile,v retrieving revision 1.1.1.1 diff

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 11:50:46 Modified files: graphics/ffmpeg: Makefile distinfo Log message: SECURITY update to ffmpeg-20161008. CVE-2016-7562, CVE-2016-7122, CVE-2016-7450, CVE-2016-7502, CVE-2016-7555

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 11:51:30 Modified files: x11/mplayer: Makefile Log message: New FFmpeg version. from Brad (maintainer)

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
-libmpcodecs_vd_ffmpeg_c patch-libmpdemux_demux_gif_c Log message: Update to mplayer-20161008. from Brad (maintainer)

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Dmitrij Czarkoff
CVSROOT:/cvs Module name:ports Changes by: czark...@cvs.openbsd.org2016/10/08 18:42:14 Modified files: devel/py-hg-git: Makefile Log message: unclutter test target

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/08 14:38:39 Modified files: www/ruby-passenger: Makefile Log message: Add BDEP on gsed, since embedded libuv picks it up at runtime problem noticed by naddy@

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Dmitrij Czarkoff
CVSROOT:/cvs Module name:ports Changes by: czark...@cvs.openbsd.org2016/10/08 06:49:19 Modified files: devel/libgit2 : Makefile.inc devel/libgit2/libgit2: Makefile distinfo devel/libgit2/libgit2-glib: Makefile devel/libgit2/py-git2:

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 03:19:47 Modified files: net/py-boto3 : Makefile distinfo net/py-boto3/pkg: PLIST Log message: Update to py-boto3-1.4.1.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/10/08 03:47:24 Modified files: devel/jansson : Makefile devel/jansson/patches: patch-CMakeLists_txt Log message: Remove unneeded patch chunk that broke audio/deadbeef since the update to

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 04:05:47 Modified files: devel/p5-Glib2 : Makefile distinfo devel/p5-Glib2/pkg: PLIST Log message: Update to p5-Glib2-1.323.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 03:20:01 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.4.60.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 03:20:16 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py-s3transfer-0.1.7.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 03:20:39 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.11.2.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 03:45:13 Modified files: converters/libpst: Makefile Log message: Take MAINTAINER.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/08 04:18:13 Modified files: x11/p5-Gtk2: Makefile distinfo Log message: Update to p5-Gtk2-1.2499.

CVS: cvs.openbsd.org: ports

2016-10-08 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2016/10/08 08:19:09 Modified files: www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Removed files: www/py-tornado/patches: patch-tornado_test_process_test_py Log