Date: Wed, 25 Jan 2017 14:24:44 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432417 - head/devel/py-gitosis Message-ID: <201701251424.v0PEOiQv043669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Jan 25 14:24:44 2017 New Revision: 432417 URL: https://svnweb.freebsd.org/changeset/ports/432417 Log: 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) Modified: head/devel/py-gitosis/Makefile head/devel/py-gitosis/pkg-descr Modified: head/devel/py-gitosis/Makefile ============================================================================== --- head/devel/py-gitosis/Makefile Wed Jan 25 14:17:12 2017 (r432416) +++ head/devel/py-gitosis/Makefile Wed Jan 25 14:24:44 2017 (r432417) @@ -5,8 +5,8 @@ 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 @@ -24,7 +24,4 @@ GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -post-install: - ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/gitosis/templates/admin/hooks/post-update - .include <bsd.port.mk> Modified: head/devel/py-gitosis/pkg-descr ============================================================================== --- head/devel/py-gitosis/pkg-descr Wed Jan 25 14:17:12 2017 (r432416) +++ head/devel/py-gitosis/pkg-descr Wed Jan 25 14:24:44 2017 (r432417) @@ -7,4 +7,4 @@ identify users. End users do not need sh 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251424.v0PEOiQv043669>