diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-27 03:23:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-27 03:23:38 +0000 |
commit | 56f38789bf8d6b56eb9054f33c9e0a991e5c39e3 (patch) | |
tree | 6186600927c3ae2613a8124282efaa19cb15b622 /x11/gyroscope | |
parent | 8785ab722f62a15118ca39d8592f1d4ae5f88fbc (diff) |
Mark deprecated; no longer available from mastersites.
Notes
Notes:
svn path=/head/; revision=149638
Diffstat (limited to 'x11/gyroscope')
-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 d0a5da25c06a..028237b6cd83 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} |