svn commit: r408647 - head/devel/bzr

Olivier Duchateau olivierd at FreeBSD.org
Wed Feb 10 19:49:39 UTC 2016


Author: olivierd
Date: Wed Feb 10 19:49:38 2016
New Revision: 408647
URL: https://svnweb.freebsd.org/changeset/ports/408647

Log:
  Remove alternate host, because 302 redirections are fully supported (r338507)
  
  Requested by:	Matthew Fuller (maintainer)

Modified:
  head/devel/bzr/Makefile

Modified: head/devel/bzr/Makefile
==============================================================================
--- head/devel/bzr/Makefile	Wed Feb 10 19:45:07 2016	(r408646)
+++ head/devel/bzr/Makefile	Wed Feb 10 19:49:38 2016	(r408647)
@@ -4,8 +4,7 @@
 PORTNAME=	bzr
 PORTVERSION=	2.7.0
 CATEGORIES=	devel
-MASTER_SITES=	https://launchpadlibrarian.net/235965106/ \
-	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
+MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 
 MAINTAINER=	fullermd at over-yonder.net
 COMMENT=	Distributed version control system by Canonical


More information about the svn-ports-all mailing list