From owner-svn-ports-head@freebsd.org Wed Jan 25 14:24:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6290CC0D6B; Wed, 25 Jan 2017 14:24:45 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9165AC34; Wed, 25 Jan 2017 14:24:45 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PEOiC1043672; Wed, 25 Jan 2017 14:24:44 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PEOiQv043669; Wed, 25 Jan 2017 14:24:44 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701251424.v0PEOiQv043669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 25 Jan 2017 14:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432417 - head/devel/py-gitosis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 14:24:46 -0000 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 (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 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