Index: head/devel/py-gitosis/Makefile =================================================================== --- head/devel/py-gitosis/Makefile (revision 432416) +++ head/devel/py-gitosis/Makefile (revision 432417) @@ -1,30 +1,27 @@ # Created by: Douglas Thrift # $FreeBSD$ PORTNAME= gitosis PORTVERSION= 0.2.20090917 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \ + http://dl2.douglasthrift.net/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Software for hosting git repositories LICENSE= GPLv2 RUN_DEPENDS= git:devel/git USES= python tar:bzip2 USE_PYTHON= distutils autoplist USERS= git GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} - -post-install: - ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/gitosis/templates/admin/hooks/post-update .include Index: head/devel/py-gitosis/pkg-descr =================================================================== --- head/devel/py-gitosis/pkg-descr (revision 432416) +++ head/devel/py-gitosis/pkg-descr (revision 432417) @@ -1,10 +1,10 @@ Manage git repositories, provide access to them over SSH, with tight access control and not needing shell accounts. Gitosis aims to make hosting git repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users. End users do not need shell accounts on the server, they will talk to one shared account that will not let them run arbitrary commands. -WWW: http://eagain.net/gitweb/?p=gitosis.git +WWW: https://github.com/tv42/gitosis