diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
commit | 89b4379a177ed6c314362aa05d65f4af81e8aee0 (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /graphics | |
parent | b04ce8519d7d4064c97c4b032f175923df9ae8b6 (diff) | |
download | freebsd-ports-gnome-89b4379a177ed6c314362aa05d65f4af81e8aee0.tar.gz freebsd-ports-gnome-89b4379a177ed6c314362aa05d65f4af81e8aee0.tar.zst freebsd-ports-gnome-89b4379a177ed6c314362aa05d65f4af81e8aee0.zip |
Deprecate most glib12 consumers
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/chbg/Makefile | 3 | ||||
-rw-r--r-- | graphics/danpei/Makefile | 3 | ||||
-rw-r--r-- | graphics/gcolor/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 3 | ||||
-rw-r--r-- | graphics/graphopt/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 1d4a3f12aadd..990e29e2739e 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Change Background Picture with time period +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2+ LIB_DEPENDS= libpng.so:graphics/png diff --git a/graphics/danpei/Makefile b/graphics/danpei/Makefile index 790a7d4cdd16..8be224475fca 100644 --- a/graphics/danpei/Makefile +++ b/graphics/danpei/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= rum1cro@yandex.ru COMMENT= Image Viewer for X Window System with thumbnail preview feature +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index 92f3a3f7714c..5a482b27a385 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based color picker +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + PLIST_FILES= bin/gcolor USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index fdcfcaabafdd..caf3bd5e3acb 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/graphopt/Makefile b/graphics/graphopt/Makefile index bcd6bc1d7237..ec1612c39f89 100644 --- a/graphics/graphopt/Makefile +++ b/graphics/graphopt/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graph layout optimizer +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2+ USES= gnome |