diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 04:25:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 04:25:16 +0800 |
commit | 78626d72e337cd78a65172908677ac0c0988c71d (patch) | |
tree | 89bc7a183ca5deb7ecc4b342760bc242b01d2a40 /comms | |
parent | 60a48eaf6b3da7448c99361834f076dcd15f3125 (diff) | |
download | freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.tar.gz freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.tar.zst freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.zip |
Deprecate some GNOME 2 applications
With hat: portmgr
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 3 | ||||
-rw-r--r-- | comms/ge-x2212/Makefile | 3 | ||||
-rw-r--r-- | comms/gmfsk/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 2354c7855c01..0c421a58d651 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -13,6 +13,9 @@ COMMENT= GUI frontend for efax program LICENSE= GPLv2 +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12 \ libcxx-gtk-utils-2-2.2.so:x11-toolkits/c++-gtk-utils RUN_DEPENDS= ggv:print/ggv diff --git a/comms/ge-x2212/Makefile b/comms/ge-x2212/Makefile index 5182f54ab126..dfa004e1f6cd 100644 --- a/comms/ge-x2212/Makefile +++ b/comms/ge-x2212/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-2-15sept2010 MAINTAINER= hamradio@FreeBSD.org COMMENT= EEPROM programmer for GE Phoenix SX Radios +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + USES= pkgconfig USE_GNOME= libgnomeui GNU_CONFIGURE= yes diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index ac5b896793d2..1a45f16ec991 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -15,6 +15,9 @@ COMMENT= The Gnome MFSK terminal program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libfftw.so:math/fftw GNU_CONFIGURE= yes |