From owner-svn-ports-all@freebsd.org Thu Jun 9 15:30:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC47AEF977; Thu, 9 Jun 2016 15:30:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AC1D11180; Thu, 9 Jun 2016 15:30:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59FU752022464; Thu, 9 Jun 2016 15:30:07 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59FU7BJ022463; Thu, 9 Jun 2016 15:30:07 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201606091530.u59FU7BJ022463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Thu, 9 Jun 2016 15:30:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416612 - head/games/adgali 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.22 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: Thu, 09 Jun 2016 15:30:09 -0000 Author: arved Date: Thu Jun 9 15:30:07 2016 New Revision: 416612 URL: https://svnweb.freebsd.org/changeset/ports/416612 Log: Make fetchable PR: 210033 Submitted by: lightside@gmx.com Modified: head/games/adgali/Makefile Modified: head/games/adgali/Makefile ============================================================================== --- head/games/adgali/Makefile Thu Jun 9 15:29:41 2016 (r416611) +++ head/games/adgali/Makefile Thu Jun 9 15:30:07 2016 (r416612) @@ -5,15 +5,11 @@ PORTNAME= adgali PORTVERSION= 0.2.4 PORTREVISION= 15 CATEGORIES= games devel -MASTER_SITES= http://adgali.apiou.org/download/ +MASTER_SITES= http://www.sourcefiles.org/Programming/Libraries/Games/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source game library useful for 2D game development -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING