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= [email protected]
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"