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 like ports moved a fil

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 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. http://marc.info/?l=openbsd-por

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 deraadt

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 directly after the HOMEPA

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. Yes, it is a change, but it

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

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: > pi

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 > >

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 (without

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

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 prefer it but I don't us

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 with up-to-date WANTLIB: I

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: 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 >=== >RCS file:

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: 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 retr

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: 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 --- Ma

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 --- Mak

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 ./con