From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 08:06:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 322326E3; Thu, 30 Oct 2014 08:06:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 1F0D83A5; Thu, 30 Oct 2014 08:06:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9U86ccT071481; Thu, 30 Oct 2014 08:06:38 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9U86cQB071479; Thu, 30 Oct 2014 08:06:38 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201410300806.s9U86cQB071479@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Thu, 30 Oct 2014 08:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371726 - head/ports-mgmt/portsearch 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.18-1 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: Thu, 30 Oct 2014 08:06:39 -0000 Author: vd Date: Thu Oct 30 08:06:38 2014 New Revision: 371726 URL: https://svnweb.freebsd.org/changeset/ports/371726 QAT: https://qat.redports.org/buildarchive/r371726/ Log: ports-mgmt/portsearch: Update the distfile checksum after the precompiled binary was removed from it. Also move ${MASTER_SITE_LOCAL} towards the end in MASTER_SITES because the new file is still not propagated to the mirrors. Modified: head/ports-mgmt/portsearch/Makefile head/ports-mgmt/portsearch/distinfo Modified: head/ports-mgmt/portsearch/Makefile ============================================================================== --- head/ports-mgmt/portsearch/Makefile Thu Oct 30 07:50:55 2014 (r371725) +++ head/ports-mgmt/portsearch/Makefile Thu Oct 30 08:06:38 2014 (r371726) @@ -4,8 +4,8 @@ PORTNAME= portsearch PORTVERSION= 1.3.4 CATEGORIES= ports-mgmt -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.freebsd.org/~vd/portsearch/ +MASTER_SITES= http://people.freebsd.org/~vd/portsearch/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vd/portsearch MAINTAINER= vd@FreeBSD.org Modified: head/ports-mgmt/portsearch/distinfo ============================================================================== --- head/ports-mgmt/portsearch/distinfo Thu Oct 30 07:50:55 2014 (r371725) +++ head/ports-mgmt/portsearch/distinfo Thu Oct 30 08:06:38 2014 (r371726) @@ -1,2 +1,2 @@ -SHA256 (portsearch-1.3.4.tar.gz) = dd1c8be63c35c6193aaa344d79b04c9fb5b3c40fa19bee061fdd55778ff6a208 -SIZE (portsearch-1.3.4.tar.gz) = 55653 +SHA256 (portsearch-1.3.4.tar.gz) = e1e9742558e61b1d586bbd6cd4d7a2a1904c3ed0bee793e8f07aba3b7a72d203 +SIZE (portsearch-1.3.4.tar.gz) = 21063