diff options
-rw-r--r-- | korean/unfonts-ttf/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-SHA256/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/korean/unfonts-ttf/Makefile b/korean/unfonts-ttf/Makefile index 31de1099ba3d..d8259ab8d059 100644 --- a/korean/unfonts-ttf/Makefile +++ b/korean/unfonts-ttf/Makefile @@ -18,7 +18,8 @@ DISTFILES= un-fonts-core-${PORTVERSION}.tar.gz:core \ MAINTAINER= ports@FreeBSD.org COMMENT= GPL'd Korean TrueType Fonts by UN Koaunghi -IGNORE= was splitted into korean/unfonts-core and korean/unfonts-extra +# Depended on by korean/xpdf +IGNORE= Was divided into korean/unfonts-core and korean/unfonts-extra WRKSRC= ${WRKDIR}/un-fonts NO_BUILD= yes diff --git a/security/p5-Digest-SHA256/Makefile b/security/p5-Digest-SHA256/Makefile index 8ccb9f415182..02130c73ce0d 100644 --- a/security/p5-Digest-SHA256/Makefile +++ b/security/p5-Digest-SHA256/Makefile @@ -19,8 +19,8 @@ DISTNAME= SHA256-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 interface to the SHA256 algorithm +# Depended on by mail/rspamd DEPRECATED= use the builtin Digest::SHA instead -EXPIRATION_DATE= 2011-10-27 WRKSRC= ${WRKDIR}/SHA256-0.01 PERL_CONFIGURE= yes |