Dear port maintainer,
The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209871
--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Thu Jan 26 17:45:37 UTC 2017
New revision: 432523
URL: https://svnweb.freebsd.org/changeset/ports/432523
Log:
devel/: unbreak whole-tree b
I am using py27-MySQLdb-1.2.5 (the default) for FreeBSD 10.3
cmd="update ipv4 set s8='%s',s16='%s',s24='%s' where ip='%s'" %
(s8,s16,s24,row[0])
c.execute(cmd)
does not work. I actually used try/except. It does not throw an error
cmd=update ipv4 set s8='1.',s16='1.186.',s24='1.186.248.'
DTD(d...@safeport.com)@2017.01.26 13:23:56 -0500:
> I am using py27-MySQLdb-1.2.5 (the default) for FreeBSD 10.3
>
> cmd="update ipv4 set s8='%s',s16='%s',s24='%s' where ip='%s'" %
> (s8,s16,s24,row[0])
> c.execute(cmd)
When you say that it isn't working, I assume you mean it's not updating