From owner-freebsd-ports@freebsd.org Thu Jul 14 06:09:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D592B983AB for ; Thu, 14 Jul 2016 06:09:14 +0000 (UTC) (envelope-from ben.lavery@hashbang0.com) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63D4C1752 for ; Thu, 14 Jul 2016 06:09:14 +0000 (UTC) (envelope-from ben.lavery@hashbang0.com) Received: from talantinc.lan (131.49.112.87.dyn.plus.net [87.112.49.131]) by mx.zohomail.com with SMTPS id 1468476551884150.29939227401553; Wed, 13 Jul 2016 23:09:11 -0700 (PDT) From: Ben Lavery X-Pgp-Agent: GPGMail Content-Type: multipart/signed; boundary="Apple-Mail=_C1A50B07-F642-4920-B7A5-527ED9A93496"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: Restricted character set for Github repo names? Date: Thu, 14 Jul 2016 07:09:04 +0100 Message-Id: <55F8D3BE-555B-4BEB-A0DB-78A030789A94@hashbang0.com> To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-Zoho-Virus-Status: 1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 06:09:14 -0000 --Apple-Mail=_C1A50B07-F642-4920-B7A5-527ED9A93496 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello all, This is my first port, I=E2=80=99m trying to port http://gohugo.io so I = may have missed something. I=E2=80=99ve got my Makefile (copy: = https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP_broken ) but on 10.3 = it fails with the following: > = _MASTER_SITES_go-md2man=3Dhttps://codeload.github.com/cpuguy83/go-md2man/t= ar.gz/2724a9c?dummy=3D/: not found > *** Error code 127 When I tried it on an 11-BETA VM and looked at all errors I got the = following: > + echo 'The = https://codeload.github.com/cpuguy83/go-md2man/tar.gz/2724a9c?dummy=3D/:go= -md2man MASTER_SITES line has' > The = https://codeload.github.com/cpuguy83/go-md2man/tar.gz/2724a9c?dummy=3D/:go= -md2man MASTER_SITES line has > echo "a group with invalid characters, only use [a-zA-Z0-9_]" > Execute: 'echo "a group with invalid characters, only use = [a-zA-Z0-9_]=E2=80=9D' I then forked the repository to my own Github account and removed the = hyphen from the repo name. Modifying my Makefile (copy: = https://manaha.co.uk/logsnstuff/gohugo_Makefile_WIP ) it now downloads = the repository without an issue. Is this expected behaviour? Is it like this for a specific reason? Kind regards, Ben --Apple-Mail=_C1A50B07-F642-4920-B7A5-527ED9A93496 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXhyyEAAoJEB8k5j03kFtxnt0H/RJ+KPbH95bKLP2ihMPHerrH seqKyEqzIwOSXrmuRq7AN1aS12pvbvgFYoynVTYsBr5r9E4kBNAYCx1abXxj9fp9 5aEPHpXOOzppq1hWqHSGdoLJE2seKR+V4/7HHUmwFgH90yNEK1IL9yLhpFjA2WQV OfSmIIHYQ9jYoTYbu9IYqfiz9y0xYUq3HgYILdF51lCevddXXz3ZydJ+rD5SeR8T tL6f8K1ghxfImOcJIqRXxm2oSlDcJpaQQBLq8BHNzG5HoESNFjOra++LxaiwOqJb f8Ho7+MGxsv+1aFj4Oo9VZLKYILXwh7GNRMlr5sB8ts6JMy0NeP8a/Fd0PR6C9s= =bM5H -----END PGP SIGNATURE----- --Apple-Mail=_C1A50B07-F642-4920-B7A5-527ED9A93496--