From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 11:16:48 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A04E3B2B; Thu, 8 Nov 2012 11:16:48 +0000 (UTC) (envelope-from gahr@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 863FC8FC0C; Thu, 8 Nov 2012 11:16:48 +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 qA8BGm2O058085; Thu, 8 Nov 2012 11:16:48 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8BGmrp058084; Thu, 8 Nov 2012 11:16:48 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211081116.qA8BGmrp058084@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 8 Nov 2012 11:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307170 - head/security/httprint 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.14 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, 08 Nov 2012 11:16:48 -0000 Author: gahr Date: Thu Nov 8 11:16:48 2012 New Revision: 307170 URL: http://svnweb.freebsd.org/changeset/ports/307170 Log: - fix MASTER_SITES Reported by: PH (via beat@) Approved by: portmgr@ (implicit) Feature safe: yes Modified: head/security/httprint/Makefile (contents, props changed) Modified: head/security/httprint/Makefile ============================================================================== --- head/security/httprint/Makefile Thu Nov 8 11:00:59 2012 (r307169) +++ head/security/httprint/Makefile Thu Nov 8 11:16:48 2012 (r307170) @@ -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