From owner-svn-ports-all@FreeBSD.ORG Wed Mar 6 16:15:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D7369DF2; Wed, 6 Mar 2013 16:15:30 +0000 (UTC) (envelope-from nivit@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 C00185E3; Wed, 6 Mar 2013 16:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r26GFUgf082070; Wed, 6 Mar 2013 16:15:30 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r26GFU5W082069; Wed, 6 Mar 2013 16:15:30 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201303061615.r26GFU5W082069@svn.freebsd.org> From: Nicola Vitale Date: Wed, 6 Mar 2013 16:15:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313526 - head/lang/rhino X-SVN-Group: ports-head 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.14 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: Wed, 06 Mar 2013 16:15:30 -0000 Author: nivit Date: Wed Mar 6 16:15:30 2013 New Revision: 313526 URL: http://svnweb.freebsd.org/changeset/ports/313526 Log: - Change the download site for swingex, because the original one has disappeared Pointed out by: Larry Rosenman (via private email) Modified: head/lang/rhino/Makefile Modified: head/lang/rhino/Makefile ============================================================================== --- head/lang/rhino/Makefile Wed Mar 6 15:56:59 2013 (r313525) +++ head/lang/rhino/Makefile Wed Mar 6 16:15:30 2013 (r313526) @@ -5,7 +5,7 @@ PORTNAME= rhino DISTVERSION= 1_7R4 CATEGORIES= lang java MASTER_SITES= http://cloud.github.com/downloads/mozilla/rhino/:rhino \ - http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/:swingex \ + LOCAL/nivit/${PORTNAME}/:swingex \ ${MASTER_SITE_APACHE}:xmlbeans MASTER_SITE_SUBDIR= xmlbeans/binaries/:xmlbeans DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \