diff options
author | garga <garga@FreeBSD.org> | 2006-01-26 22:46:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-26 22:46:23 +0800 |
commit | 6fb2a2eb620c9cc49f59d29b529fe770454c34b4 (patch) | |
tree | 9d815d7a69b9085ba29cad0eda89fbdbf9a95ef1 | |
parent | d99b78373e3a2a276f93f72c99300fa56798a93f (diff) | |
download | freebsd-ports-gnome-6fb2a2eb620c9cc49f59d29b529fe770454c34b4.tar.gz freebsd-ports-gnome-6fb2a2eb620c9cc49f59d29b529fe770454c34b4.tar.zst freebsd-ports-gnome-6fb2a2eb620c9cc49f59d29b529fe770454c34b4.zip |
- Mark it as DEPRECATED, master site disapeared since 2004
- Set an EXPIRATION_DATE
PR: ports/91016
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (27 days)
-rw-r--r-- | graphics/quickpics/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/quickpics/Makefile b/graphics/quickpics/Makefile index caa06daaf7f2..7b521d548546 100644 --- a/graphics/quickpics/Makefile +++ b/graphics/quickpics/Makefile @@ -9,12 +9,15 @@ PORTNAME= quickpics PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://area23.org/QuickPics/ +MASTER_SITES= # DISTNAME= QuickPics-${PORTVERSION} MAINTAINER= bifrost@kizmiaz.dis.org COMMENT= A really handy tool for large image collections and digital cameras +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-02-28 + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${DISTNAME}/src |