diff options
author | garga <garga@FreeBSD.org> | 2006-03-19 01:55:54 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-19 01:55:54 +0800 |
commit | db13c931f95a100d3fb916be62132d8b9f2eb8c0 (patch) | |
tree | d92fe462587f01c4106157237cd1342385cc3310 /mail | |
parent | 59f003dbf2d2e1b72487677f408b881b797a0f75 (diff) | |
download | freebsd-ports-gnome-db13c931f95a100d3fb916be62132d8b9f2eb8c0.tar.gz freebsd-ports-gnome-db13c931f95a100d3fb916be62132d8b9f2eb8c0.tar.zst freebsd-ports-gnome-db13c931f95a100d3fb916be62132d8b9f2eb8c0.zip |
- Mark it as DEPRECATED - mastersite disappeared.
- Set an EXPIRATION_DATE
PR: ports/92914
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (40 days)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mulberry/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile index c229bf0b2943..29bdb7a33559 100644 --- a/mail/mulberry/Makefile +++ b/mail/mulberry/Makefile @@ -9,7 +9,7 @@ PORTNAME= mulberry PORTVERSION= 3.1.6 PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/ +MASTER_SITES= # DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-rh6 EXTRACT_SUFX= .tgz DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -18,6 +18,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= girgen@FreeBSD.org COMMENT= A scalable high-performance GUI internet Mail User Agent +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-04-06 + NO_WRKSUBDIR= yes USE_LINUX= yes USE_XLIB= yes |