Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 16:51:43 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472804 - head/devel/aws-sdk-php
Message-ID:  <201806191651.w5JGphE2091767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Jun 19 16:51:42 2018
New Revision: 472804
URL: https://svnweb.freebsd.org/changeset/ports/472804

Log:
  Fix MASTER_SITES
  
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/devel/aws-sdk-php/Makefile

Modified: head/devel/aws-sdk-php/Makefile
==============================================================================
--- head/devel/aws-sdk-php/Makefile	Tue Jun 19 16:49:28 2018	(r472803)
+++ head/devel/aws-sdk-php/Makefile	Tue Jun 19 16:51:42 2018	(r472804)
@@ -3,7 +3,7 @@
 PORTNAME=	aws-sdk
 PORTVERSION=	3.29.2
 CATEGORIES=	devel
-MASTER_SITES=	https://github.com/aws/${PORTNAME}/releases/download/${PORTVERSION}/
+MASTER_SITES=	https://github.com/aws/${PORTNAME}-php/releases/download/${PORTVERSION}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 DISTFILES=	aws.zip
 DIST_SUBDIR=	${PORTNAME}-php-${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806191651.w5JGphE2091767>