Re: What to do if upstream does not provide hashes for tarballs?

2014-11-25 Thread Joshua Root
On 2014-11-26 17:40 , Leo Singer wrote: > Hi, > > I maintain one port (ds9) for which the upstream source tarball is posted on > an http (no TLS) server. When I uploaded the initial version of the port, I > recorded the hashes that I calculated from the tarball. There is an update > available.

Re: What to do if upstream does not provide hashes for tarballs?

2014-11-25 Thread Ryan Schmidt
On Nov 26, 2014, at 12:40 AM, Leo Singer wrote: > I maintain one port (ds9) for which the upstream source tarball is posted on > an http (no TLS) server. When I uploaded the initial version of the port, I > recorded the hashes that I calculated from the tarball. There is an update > available.

What to do if upstream does not provide hashes for tarballs?

2014-11-25 Thread Leo Singer
Hi, I maintain one port (ds9) for which the upstream source tarball is posted on an http (no TLS) server. When I uploaded the initial version of the port, I recorded the hashes that I calculated from the tarball. There is an update available. I asked the developer if he could put a cryptographi

Re: GitHub Portgroup

2014-11-25 Thread Ryan Schmidt
On Nov 25, 2014, at 7:05 PM, Sean Farley wrote: > I have a port (julia) that extracts as "julia-0.3" which breaks the > globbing done by the Portgroup: "${github.author}-${github.project}-*". > > Would it make sense to change this to "*${github.project}"? Or am I > missing something? The globbi

Re: [128648] trunk/dports/lang/llvm-3.5/Portfile

2014-11-25 Thread Ryan Schmidt
On Nov 24, 2014, at 6:02 PM, jerem...@macports.org wrote: > > Revision > 128648 > Author > jerem...@macports.org > Date > 2014-11-24 16:02:23 -0800 (Mon, 24 Nov 2014) > Log Message > > llvm-3.5: use_xz since older versions of base don't deal well without it (cf > ml buildbot) All buildbots run

GitHub Portgroup

2014-11-25 Thread Sean Farley
I have a port (julia) that extracts as "julia-0.3" which breaks the globbing done by the Portgroup: "${github.author}-${github.project}-*". Would it make sense to change this to "*${github.project}"? Or am I missing something? ___ macports-dev mailing li

Which compiler for OpenMP

2014-11-25 Thread Adam Mercer
Hi For one of my ports I need to ensure it's built with a compiler that supports OpenMP, so that rules out clang. Currently I have the following in my Portfile: compiler.blacklist *gcc-4.2 *clang* compiler.fallback macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7 compiler.fallback-append macpor