diff options
author | linimon <linimon@FreeBSD.org> | 2005-11-27 03:23:38 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-11-27 03:23:38 +0000 |
commit | 554db67c1a3ead7afe5cda5439dc7e634e74e0d1 (patch) | |
tree | 4b3f71c3979723f31a41dac80583f6d6ae5123f0 /x11 | |
parent | 79dd330be16acca944ea33cb3aae2c8c331514d0 (diff) | |
download | FreeBSD-ports-554db67c1a3ead7afe5cda5439dc7e634e74e0d1.zip FreeBSD-ports-554db67c1a3ead7afe5cda5439dc7e634e74e0d1.tar.gz |
Mark deprecated; no longer available from mastersites.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gyroscope/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index d0a5da25..028237b 100644 --- a/x11/gyroscope/Makefile +++ b/x11/gyroscope/Makefile @@ -9,11 +9,14 @@ PORTNAME= gyroscope PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/ +MASTER_SITES= # disappeared MAINTAINER= ports@FreeBSD.org COMMENT= HTML color picker written using GTK +DEPRECATED= no longer available on mastersite +EXPIRATION_DATE= 2006-01-26 + PLIST_FILES= bin/gyroscope WRKSRC= ${WRKDIR}/${PORTNAME} |