From owner-svn-ports-all@FreeBSD.ORG Fri Dec 7 17:57:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45598DFC; Fri, 7 Dec 2012 17:57:17 +0000 (UTC) (envelope-from mi@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 2845C8FC12; Fri, 7 Dec 2012 17:57:17 +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 qB7HvHlB052700; Fri, 7 Dec 2012 17:57:17 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7HvHb0052699; Fri, 7 Dec 2012 17:57:17 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201212071757.qB7HvHb0052699@svn.freebsd.org> From: Mikhail Teterin Date: Fri, 7 Dec 2012 17:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308442 - head/devel/xxl 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: Fri, 07 Dec 2012 17:57:17 -0000 Author: mi Date: Fri Dec 7 17:57:16 2012 New Revision: 308442 URL: http://svnweb.freebsd.org/changeset/ports/308442 Log: Undeprecate by providing a new location (Launchpad). Feature safe: yes Modified: head/devel/xxl/Makefile Modified: head/devel/xxl/Makefile ============================================================================== --- head/devel/xxl/Makefile Fri Dec 7 17:43:42 2012 (r308441) +++ head/devel/xxl/Makefile Fri Dec 7 17:57:16 2012 (r308442) @@ -5,14 +5,11 @@ PORTNAME= xxl PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://www.zork.org/software/ +MASTER_SITES= http://launchpadlibrarian.net/39195019/ MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ library for exception handling and asset management -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes