diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 09:19:04 +0000 |
commit | 89b4379a177ed6c314362aa05d65f4af81e8aee0 (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /print | |
parent | b04ce8519d7d4064c97c4b032f175923df9ae8b6 (diff) | |
download | ports-89b4379a177ed6c314362aa05d65f4af81e8aee0.tar.gz ports-89b4379a177ed6c314362aa05d65f4af81e8aee0.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gsview/Makefile | 3 | ||||
-rw-r--r-- | print/libppd/Makefile | 3 | ||||
-rw-r--r-- | print/lpr-wrapper/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/print/gsview/Makefile b/print/gsview/Makefile index c1668be06e5a..a4f4fd73264a 100644 --- a/print/gsview/Makefile +++ b/print/gsview/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= LOCAL/bf MAINTAINER= hrs@FreeBSD.org COMMENT= GUI to view, search, print, and convert PostScript and PDF documents +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= AFPL LICENSE_NAME= Aladdin Free Public Licence LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/print/libppd/Makefile b/print/libppd/Makefile index d4098abfd2d2..f60dc42c7e06 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/lpr/${PORTNAME}/${PORTVERSION} MAINTAINER= emss@free.fr COMMENT= Library providing routines for ppd files +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= Yes diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile index abdfd8862791..40b8b66175ea 100644 --- a/print/lpr-wrapper/Makefile +++ b/print/lpr-wrapper/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/ MAINTAINER= ports@FreeBSD.org COMMENT= User level printer frontend +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + RUN_DEPENDS= bash:shells/bash \ ppdfilt:print/libppd \ psdim:print/psdim \ |