What to checksum when submitting an update?

2015-02-22 Thread Tom Limoncelli
I'm a new maintainer, so please excuse this basic question. The port I maintain is vcs_blackbox. It has recently been added to the system. I'd like to do my first update. The change is simply a version update: -github.setupStackExchange blackbox 1.20150203 v +github.setup

Re: What to checksum when submitting an update?

2015-02-22 Thread Brandon Allbery
On Sun, Feb 22, 2015 at 11:38 AM, Tom Limoncelli t...@whatexit.org wrote: However it isn't clear to me how to update the checksums. I know the commands (openssl dgst -sha256 / openssl dgst -rmd160) but what file gets checksummed? This package is on github. By looking at the error messages,

Re: What to checksum when submitting an update?

2015-02-22 Thread Clemens Lang
Hi, - On 22 Feb, 2015, at 17:38, Tom Limoncelli t...@whatexit.org wrote: However it isn't clear to me how to update the checksums. I know the commands (openssl dgst -sha256 / openssl dgst -rmd160) You can just run `sudo port -v checksum` for the port, which will fail and print the

Perl -- Why is 5.16 (not 5.20) the default?

2015-02-22 Thread Michael
I'd like to know if there is a good reason (such as incompatible language change) for perl to be at 5.16 by default? I noticed this when I was about to update git -- checking the variants of git, I saw that perl5.16 was the default used by git, and what looks like 2 years out of date. ---

Re: Perl -- Why is 5.16 (not 5.20) the default?

2015-02-22 Thread Mojca Miklavec
On Mon, Feb 23, 2015 at 8:48 AM, Michael wrote: I'd like to know if there is a good reason (such as incompatible language change) for perl to be at 5.16 by default? I noticed this when I was about to update git -- checking the variants of git, I saw that perl5.16 was the default used by