diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2022-06-29 20:54:03 +0700 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2022-06-29 20:56:02 +0700 |
commit | fc716c0168b50cd84af2d14640420983c2b73d14 (patch) | |
tree | 6e77648d1d330466b36950bf5efd977dd476f450 | |
parent | x11/libinput: fix missed git add pkg-plist (diff) |
games/vt100-art-and-animations: unbreak
Unbreak and undeprecate the port providing several
live distfile sources.
-rw-r--r-- | games/vt100-art-and-animations/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/vt100-art-and-animations/Makefile b/games/vt100-art-and-animations/Makefile index 1fec2fb58c6f..5fa72f184a74 100644 --- a/games/vt100-art-and-animations/Makefile +++ b/games/vt100-art-and-animations/Makefile @@ -1,6 +1,9 @@ PORTNAME= vt100-art-and-animations DISTVERSION= 2020.04.09 -MASTER_SITES= http://artscene.textfiles.com/archives/ +MASTER_SITES= https://freebsd.lxxl.us/distfiles/${PORTNAME}-${DISTVERSION}/ + http://www.grosbein.net/freebsd/distfiles/ \ + LOCAL/eugen +# http://artscene.textfiles.com/archives/ CATEGORIES= games DISTNAME= vt100 DIST_SUBDIR= ${PKGNAME} @@ -8,10 +11,6 @@ DIST_SUBDIR= ${PKGNAME} MAINTAINER= 0mp@FreeBSD.org COMMENT= VT100 art and animations -BROKEN= fails to fetch -DEPRECATED= Upstream disappeared -EXPIRATION_DATE=2022-08-01 - LICENSE= UNKNOWN LICENSE_NAME= Unknown LICENSE_TEXT= The license is unknown. |