Re: [144621] trunk/dports/python/py-numpy/Portfile

2016-01-15 Thread Joshua Root
On 2016-1-16 05:54 , Sean Farley wrote: > > Joshua Root writes: > >> On 2016-1-15 05:51 , Sean Farley wrote: >>> >>> Joshua Root writes: >>> > Revision: 144621 > https://trac.macports.org/changeset/144621 > Author: sean at macports.org > Date: 2016-01-13 23:29:24

Re: [144621] trunk/dports/python/py-numpy/Portfile

2016-01-15 Thread Sean Farley
Joshua Root writes: > On 2016-1-15 05:51 , Sean Farley wrote: >> >> Joshua Root writes: >> Revision: 144621 https://trac.macports.org/changeset/144621 Author: sean at macports.org Date: 2016-01-13 23:29:24 -0800 (Wed, 13 Jan 2016) Log Message: ---

Re: How to find all dependents of go?

2016-01-15 Thread Joshua Root
On 2016-1-16 01:03 , Christoph Iserlohn wrote: > Hi Josh, > > Am 15.01.16 um 03:01 schrieb Joshua Root: >> On 2016-1-15 10:36 , Daniel J. Luke wrote: >> You can construct a better regex like: port echo 'depends:\:go(\s|$)' > Thanks, that worked. I thought the regex matches against a list of (port)

Re: How to find all dependents of go?

2016-01-15 Thread Christoph Iserlohn
Hi Josh, Am 15.01.16 um 03:01 schrieb Joshua Root: > On 2016-1-15 10:36 , Daniel J. Luke wrote: > You can construct a better regex like: port echo 'depends:\:go(\s|$)' Thanks, that worked. I thought the regex matches against a list of (port) names, but apparently it matches literally against the c