From owner-svn-ports-all@freebsd.org Tue Jan 2 01:51:13 2018 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 060FCEA8D06; Tue, 2 Jan 2018 01:51:13 +0000 (UTC) (envelope-from linimon@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 D1B95681C9; Tue, 2 Jan 2018 01:51:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w021pB7D070370; Tue, 2 Jan 2018 01:51:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w021pBui070364; Tue, 2 Jan 2018 01:51:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201801020151.w021pBui070364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 2 Jan 2018 01:51:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457829 - in head: deskutils/charmap emulators/gnuboy games/adgali games/tuxpuck math/clarence www/august X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: deskutils/charmap emulators/gnuboy games/adgali games/tuxpuck math/clarence www/august X-SVN-Commit-Revision: 457829 X-SVN-Commit-Repository: ports 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.25 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: Tue, 02 Jan 2018 01:51:13 -0000 Author: linimon Date: Tue Jan 2 01:51:11 2018 New Revision: 457829 URL: https://svnweb.freebsd.org/changeset/ports/457829 Log: Fix up Makefiles for ports that used to fetch from www.sourcefiles.org. It is gone. While here, chase other mastersites, pet portlint, and set DEPRECATED for ports that do not fetch from alternative sites. Note: most of these ports are ancient and unmaintained. Modified: head/deskutils/charmap/Makefile head/emulators/gnuboy/Makefile head/games/adgali/Makefile head/games/tuxpuck/Makefile head/math/clarence/Makefile head/www/august/Makefile Modified: head/deskutils/charmap/Makefile ============================================================================== --- head/deskutils/charmap/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/deskutils/charmap/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,12 +5,15 @@ PORTNAME= charmap PORTVERSION= 0.2 PORTREVISION= 7 CATEGORIES= deskutils gnustep -MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/ +MASTER_SITES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Character map for GNUstep LICENSE= GPLv2 + +DEPRECATED= Mastersite disappeared +EXPIRATION_DATE= 2018-03-01 USES= gnustep USE_GNUSTEP= back base build gui Modified: head/emulators/gnuboy/Makefile ============================================================================== --- head/emulators/gnuboy/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/emulators/gnuboy/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,7 +5,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 PORTREVISION= 11 CATEGORIES= emulators games -MASTER_SITES= http://www.sourcefiles.org/Emulators/Videogames/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy emulator @@ -13,10 +13,12 @@ COMMENT= Nintendo GameBoy emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libvga.so:graphics/svgalib - +DEPRECATED= Latest version is 1.0.5, older version does not fetch +EXPIRATION_DATE= 2018-03-01 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= relies on features specific to x86 + +LIB_DEPENDS= libvga.so:graphics/svgalib USES= autoreconf compiler USE_SDL= sdl Modified: head/games/adgali/Makefile ============================================================================== --- head/games/adgali/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/games/adgali/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,13 +5,16 @@ PORTNAME= adgali PORTVERSION= 0.2.4 PORTREVISION= 15 CATEGORIES= games devel -MASTER_SITES= http://www.sourcefiles.org/Programming/Libraries/Games/ +MASTER_SITES= # disappeared MAINTAINER= ports@FreeBSD.org COMMENT= Open source game library useful for 2D game development LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING + +DEPRECATED= Mastersite disappeared +EXPIRATION_DATE= 2018-03-01 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ Modified: head/games/tuxpuck/Makefile ============================================================================== --- head/games/tuxpuck/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/games/tuxpuck/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,20 +5,23 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 PORTREVISION= 23 CATEGORIES= games -MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/ +MASTER_SITES= # disappeared MAINTAINER= ports@FreeBSD.org COMMENT= Shufflepuck Cafe Clone LICENSE= GPLv2 +DEPRECATED= Mastersite disappeared +EXPIRATION_DATE= 2018-03-01 + LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -USE_SDL= sdl USES= gmake jpeg +USE_SDL= sdl ALL_TARGET= ${PORTNAME} MAKE_JOBS_UNSAFE= yes Modified: head/math/clarence/Makefile ============================================================================== --- head/math/clarence/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/math/clarence/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,11 +5,13 @@ PORTNAME= clarence PORTVERSION= 0.4.4 PORTREVISION= 8 CATEGORIES= math python -MASTER_SITES= http://www.sourcefiles.org/Productivity_Tools/Calculators/ \ - ftp://ftp.tu-chemnitz.de/.SAN0/pub/linux/sunsite.unc-mirror/distributions/sourcemage/grimoire/fallback/fallback/ +MASTER_SITES= # disappeared MAINTAINER= psh@iki.fi COMMENT= Programmer's calculator + +DEPRECATED= Mastersite disappeared +EXPIRATION_DATE= 2018-03-01 USES= python:2.7 shebangfix USE_GNOME= pygtk2 Modified: head/www/august/Makefile ============================================================================== --- head/www/august/Makefile Tue Jan 2 01:18:40 2018 (r457828) +++ head/www/august/Makefile Tue Jan 2 01:51:11 2018 (r457829) @@ -5,9 +5,7 @@ PORTNAME= august PORTVERSION= 0.63b PORTREVISION= 5 CATEGORIES= www editors -MASTER_SITES= http://fossies.org/unix/www/old/ \ - http://www.sourcefiles.org/Editors/HTML/ \ - http://www.erjobe.info/mainwiki/pmwiki/uploads/Main/August/ +MASTER_SITES= http://www.erjobe.info/mainwiki/pmwiki/uploads/Main/August/ DISTNAME= ${PORTNAME}${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org