svn commit: r404832 - head/devel/gitphp

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Dec 30 11:16:58 UTC 2015


Author: rakuco
Date: Wed Dec 30 11:16:57 2015
New Revision: 404832
URL: https://svnweb.freebsd.org/changeset/ports/404832

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/devel/gitphp/Makefile

Modified: head/devel/gitphp/Makefile
==============================================================================
--- head/devel/gitphp/Makefile	Wed Dec 30 11:16:47 2015	(r404831)
+++ head/devel/gitphp/Makefile	Wed Dec 30 11:16:57 2015	(r404832)
@@ -4,13 +4,11 @@ PORTNAME=	gitphp
 PORTVERSION=	0.2.8
 PORTREVISION=	1
 CATEGORIES=	devel www
-MASTER_SITES=	http://www.gitphp.org/attachments/download/47/
+MASTER_SITES=	https://github.com/xiphux/gitphp/releases/download/${PORTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Web based git repository browser written in PHP
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2
 
 USES=		gettext tar:bzip2


More information about the svn-ports-head mailing list