Date: Tue, 2 Jan 2018 01:51:11 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> 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 Message-ID: <201801020151.w021pBui070364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801020151.w021pBui070364>