diff options
author | linimon <linimon@FreeBSD.org> | 2018-01-02 09:51:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-01-02 09:51:11 +0800 |
commit | 49b9be0bdd8c59e3f795c5a6a95793ecc50b3730 (patch) | |
tree | 4e371c281b61c57a89a792e7b5ca830d935a245a | |
parent | 6cad2a5dfafb12462753267789462dd30f4d9cf3 (diff) | |
download | freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.tar.gz freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.tar.zst freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.zip |
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.
-rw-r--r-- | deskutils/charmap/Makefile | 5 | ||||
-rw-r--r-- | emulators/gnuboy/Makefile | 8 | ||||
-rw-r--r-- | games/adgali/Makefile | 5 | ||||
-rw-r--r-- | games/tuxpuck/Makefile | 7 | ||||
-rw-r--r-- | math/clarence/Makefile | 6 | ||||
-rw-r--r-- | www/august/Makefile | 4 |
6 files changed, 23 insertions, 12 deletions
diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index 83ee7f54963f..eb35bd9a069c 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -5,13 +5,16 @@ 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 diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 4f54fed2bb3e..c0257ab5314b 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -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,11 +13,13 @@ 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 USE_XORG= x11 diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 7ab60847d7f5..0d09425ef6ca 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -5,7 +5,7 @@ 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 @@ -13,6 +13,9 @@ 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 \ libfreetype.so:print/freetype2 diff --git a/games/tuxpuck/Makefile b/games/tuxpuck/Makefile index fb23f8753d3f..66d4cc7cdb2d 100644 --- a/games/tuxpuck/Makefile +++ b/games/tuxpuck/Makefile @@ -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 diff --git a/math/clarence/Makefile b/math/clarence/Makefile index 981c080c0ea7..e5d3b2085b4c 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -5,12 +5,14 @@ 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 NO_BUILD= yes diff --git a/www/august/Makefile b/www/august/Makefile index da5596690bee..766018b1ec89 100644 --- a/www/august/Makefile +++ b/www/august/Makefile @@ -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 |