From owner-svn-ports-branches@FreeBSD.ORG Thu Nov 8 11:37:27 2012 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E2996F4; Thu, 8 Nov 2012 11:37:27 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 12D1C8FC08; Thu, 8 Nov 2012 11:37:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8BbQ85061640; Thu, 8 Nov 2012 11:37:26 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8BbQJK061639; Thu, 8 Nov 2012 11:37:26 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211081137.qA8BbQJK061639@svn.freebsd.org> From: Beat Gaetzi Date: Thu, 8 Nov 2012 11:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307175 - branches/RELENG_9_1_0/security/httprint X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 11:37:27 -0000 Author: beat Date: Thu Nov 8 11:37:26 2012 New Revision: 307175 URL: http://svnweb.freebsd.org/changeset/ports/307175 Log: MFH r307170 by gahr: - fix MASTER_SITES Reported by: PH (via beat@) Approved by: portmgr@ (implicit) Feature safe: yes Modified: branches/RELENG_9_1_0/security/httprint/Makefile (contents, props changed) Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/security/httprint/Makefile ============================================================================== --- branches/RELENG_9_1_0/security/httprint/Makefile Thu Nov 8 11:31:28 2012 (r307174) +++ branches/RELENG_9_1_0/security/httprint/Makefile Thu Nov 8 11:37:26 2012 (r307175) @@ -8,7 +8,7 @@ PORTNAME= httprint PORTVERSION= 301 CATEGORIES= security -MASTER_SITES= http://www.net-square.com/httprint/ +MASTER_SITES= http://net-square.com/zip%20folders/ DISTNAME= ${PORTNAME}_freebsd_${PORTVERSION} MAINTAINER= onatan@gmail.com