Github problems

Michael Gmelin freebsd at grem.de
Thu Nov 8 22:23:15 UTC 2012



On 8 Nov 2012, at 22:05, Paul Schmehl <pschmehl_lists at tx.rr.com> wrote:

> I'm working on a new port, and I'm having problems with Github.
> 
> The url to the tarball is:
> <https://github.com/Snorby/snorby/archive/master.tar.gz>
> 
> This is what I have in the Makefile:
> 
> # $FreeBSD$
> 
> PORTNAME=       snorby
> PORTVERSION=    2.5.3
> CATEGORIES=     security
> 
> MAINTAINER=     pauls at utdallas.edu
> COMMENT=        Frontend for snort
> 
> USE_GITHUB=     yes
> GH_ACCOUNT=     Snorby
> GH_PROJECT=     ${PORTNAME}
> GH_TAGNAME=     master
> #GH_COMMIT=     master
> 
> When I run make makesum I get this:
> 
> => snorby-2.5.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> => Attempting to fetch https://nodeload.github.com/Snorby/snorby/tarball/master?dummy=/snorby-2.5.3.tar.gz
> 
> Obviously that fails.  I looked through /usr/ports/Mk/bsd.sites.mk, but I don't see any way to override the part after dummy=.  I tried making GH_COMMIT= master, but that did nothing.
> 
> What's the correct solution to this?  There doesn't seem to be anything in the Porters Handbook about github.
> 
> -- 
> Paul Schmehl, Senior Infosec Analyst
> As if it wasn't already obvious, my opinions
> are my own and not those of my employer.
> *******************************************
> "It is as useless to argue with those who have
> renounced the use of reason as to administer
> medication to the dead." Thomas Jefferson
> "There are some ideas so wrong that only a very
> intelligent person could believe in them." George Orwell
> 
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

Try searching the mailing list archives, this topic has been discussed in quite detail a few weeks ago.


More information about the freebsd-ports mailing list