On Fri, 2009-11-20 at 16:51 +1100, Damien Miller wrote: > Hi, > > This is a port of http://www.liquidx.net/pybugz/ -- a commandline interface > to bugzilla servers that allows searching, retrieving and modifying bug > details and uploading/downloading of attachments.
cool, i was looking for something like that! > Ok? ===> Checking files for pybugz-0.8.0 >> Fetch http://download.github.com/ColdWind-pybugz-92d1f05.tar.gz ftp: Error retrieving file: 404 Not Found This diff fixes it for me. Cheers, Stephan --- Makefile.orig Fri Nov 20 06:48:29 2009 +++ Makefile Fri Nov 20 09:56:06 2009 @@ -6,7 +6,8 @@ # the new name can be found from http://github.com/ColdWind/pybugz/downloads # -- look for the commit ID. DISTNAME= ColdWind-pybugz-92d1f05 -PKGNAME= pybugz-0.8.0 +VERSION= 0.8.0 +PKGNAME= pybugz-${VERSION} CATEGORIES= devel HOMEPAGE= http://www.liquidx.net/pybugz/ @@ -19,7 +20,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES = http://download.github.com/ +MASTER_SITES = http://github.com/ColdWind/pybugz/tarball/${VERSION} MODULES= lang/python
