From owner-svn-ports-all@freebsd.org Tue Jun 19 16:51:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB4CB1025EB7; Tue, 19 Jun 2018 16:51:43 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D9BF6A90A; Tue, 19 Jun 2018 16:51:43 +0000 (UTC) (envelope-from garga@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4067E16485; Tue, 19 Jun 2018 16:51:43 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5JGphRq091768; Tue, 19 Jun 2018 16:51:43 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5JGphE2091767; Tue, 19 Jun 2018 16:51:43 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201806191651.w5JGphE2091767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 19 Jun 2018 16:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472804 - head/devel/aws-sdk-php X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/devel/aws-sdk-php X-SVN-Commit-Revision: 472804 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 16:51:43 -0000 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}