I've successfully compiled the Panda 3D game engine on my system and it runs fine and now I want to make a port for it. All the files are built correctly:
distinfo makefile panda3d.patch pkg-plist work
Now when I do the final push with git I get this error. Even though I have forked at https://github.com/freebsd/freebsd-ports I get this error:
This is my makefile:
My internet connection is working fine and I have no issues.
I can't make poll requests. How do I fix this?
distinfo makefile panda3d.patch pkg-plist work
Now when I do the final push with git I get this error. Even though I have forked at https://github.com/freebsd/freebsd-ports I get this error:
Code:
fatal: unable to access 'https://git.freebsd.org/ports.git/': The requested URL returned error: 403
This is my makefile:
Makefile:
PORTNAME= panda3d
PORTVERSION= 1.10.15
CATEGORIES= devel
MASTER_SITES= https://www.panda3d.org/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= hbsd1374@gmail.com
COMMENT= Panda3D Game Engine
LICENSE= BSD3CLAUSE
USES= cmake python
USE_LDCONFIG= yes
.include <bsd.port.mk>
My internet connection is working fine and I have no issues.
I can't make poll requests. How do I fix this?