Bug 202396 - [PATCH] ports-mgmt/freebsd-bugzilla-cli: fix unfetchable distfile
Summary: [PATCH] ports-mgmt/freebsd-bugzilla-cli: fix unfetchable distfile
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-17 20:56 UTC by Carlos J Puga Medina
Modified: 2015-08-18 20:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (pgollucci)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.