1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/py-gitosis/Makefile
Jason E. Hale 5dda982c27 Update MASTER_SITES
Remove superfluous post-install chmod (no change to package)

While here:
Update WWW which was redirecting
  $ curl -I http://eagain.net/gitweb/?p=gitosis.git
  HTTP/1.1 302 Found
  Location: https://github.com/tv42/
  Date: Wed, 25 Jan 2017 14:14:47 GMT
  Content-Type: text/plain; charset=utf-8

PR:		216386
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2017-01-25 14:24:44 +00:00

28 lines
610 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= gitosis
PORTVERSION= 0.2.20090917
PORTREVISION= 1
CATEGORIES= devel python
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}
.include <bsd.port.mk>