Bug 202396

Summary: [PATCH] ports-mgmt/freebsd-bugzilla-cli: fix unfetchable distfile
Product: Ports & Packages Reporter: Carlos J Puga Medina <cjpm>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (pgollucci)
Version: Latest   
Hardware: Any   
OS: Any   

Description Carlos J Puga Medina 2015-08-17 20:56:05 UTC
- Add GH_PROJECT target to make it fetchable again.

--- Makefile.orig       2015-08-17 22:51:32.802906000 +0200
+++ Makefile    2015-08-17 22:50:46.759023000 +0200
@@ -22,6 +22,7 @@
 
 USE_GITHUB=    yes
 GH_ACCOUNT=    pgollucci
+GH_PROJECT=    freebsd-bugzilla-cli
 
 NO_ARCH=       yes
 NO_BUILD=      yes
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2015-08-18 20:09:32 UTC
[pts/3]pgollucci@fs.p6m7g8.net [master* 831e485] [system] rv=0
/usr/local/poudriere/ports/prs/ports-mgmt/freebsd-bugzilla-cli
make clean distclean makesum
===>  Cleaning for freebsd-bugzilla-cli-0.13.0
===>  Deleting distfiles for freebsd-bugzilla-cli-0.13.0
===>  License APACHE20 accepted by the user
===>   freebsd-bugzilla-cli-0.13.0 depends on file: /usr/local/sbin/pkg - found
=> pgollucci-freebsd-bugzilla-cli-0.13.0_GH0.tar.gz doesn't seem to exist in /usr/local/poudriere/ports/prs/distfiles/.
=> Attempting to fetch https://codeload.github.com/pgollucci/freebsd-bugzilla-cli/tar.gz/0.13.0?dummy=/pgollucci-freebsd-bugzilla-cli-0.13.0_GH0.tar.gz
pgollucci-freebsd-bugzilla-cli-0.13.0_GH0.tar.100% of   14 kB   16 MBps 00m00s
===> Fetching all distfiles required by freebsd-bugzilla-cli-0.13.0 for building
Comment 2 Carlos J Puga Medina 2015-08-18 20:17:22 UTC
(In reply to Philip M. Gollucci from comment #1)

Yes, I'm unable to reproduce this also.