diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-12 17:19:04 +0800 |
commit | 51db1de74da3d172ed5fa5888030835d34c248bf (patch) | |
tree | 08893c75412f70cc89eac1c944e80b8d4e2bcc52 /comms | |
parent | 9b8d0708e8313ba24ebd315f3ccb6518ea53b803 (diff) | |
download | freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.tar.gz freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.tar.zst freebsd-ports-gnome-51db1de74da3d172ed5fa5888030835d34c248bf.zip |
Deprecate most glib12 consumers
With hat: portmgr
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gscmxx/Makefile | 3 | ||||
-rw-r--r-- | comms/hf/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile index 47e9c110d71b..c2573ea8253e 100644 --- a/comms/gscmxx/Makefile +++ b/comms/gscmxx/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= svmohr@gmail.com COMMENT= Graphical frontend for scmxx +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + RUN_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \ diff --git a/comms/hf/Makefile b/comms/hf/Makefile index 4beb8b8a3e72..c8bab1f28569 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}term/${PORTNAME}/${PORTVERSION} MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio soundcard fsk, pactor 1, amtor, gtor, mt63 +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 RUN_DEPENDS= whiptail:devel/newt |