diff options
author | rene <rene@FreeBSD.org> | 2012-05-18 19:12:48 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-05-18 19:12:48 +0800 |
commit | 4bb71e2089d368458c24ef1a6f265fea4d08b9e1 (patch) | |
tree | 330da1b6f9c0b20217eeda683d839cf32ee00a5a /x11 | |
parent | 98029920e8233fb4580f559d7cde70433134af57 (diff) | |
download | freebsd-ports-gnome-4bb71e2089d368458c24ef1a6f265fea4d08b9e1.tar.gz freebsd-ports-gnome-4bb71e2089d368458c24ef1a6f265fea4d08b9e1.tar.zst freebsd-ports-gnome-4bb71e2089d368458c24ef1a6f265fea4d08b9e1.zip |
Remove expired ports:
2012-05-10 x11/avant-window-navigator-xfce4: BROKEN for more than 6 month
2012-05-10 deskutils/xfce4-volstatus-icon: BROKEN for more than 6 month
2012-05-10 multimedia/xfmedia-remote-plugin: BROKEN for more than 6 month
2012-05-10 sysutils/thunar-volman-plugin: BROKEN for more than 6 month
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/avant-window-navigator-xfce4/Makefile | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11/Makefile b/x11/Makefile index a1f8d8677e11..f3b5a5c2d879 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -13,7 +13,6 @@ SUBDIR += aterm SUBDIR += avant-window-navigator SUBDIR += avant-window-navigator-gnome - SUBDIR += avant-window-navigator-xfce4 SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock diff --git a/x11/avant-window-navigator-xfce4/Makefile b/x11/avant-window-navigator-xfce4/Makefile deleted file mode 100644 index d5671929ef80..000000000000 --- a/x11/avant-window-navigator-xfce4/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: avant-window-navigator-xfce4 -# Date created: 20 May 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# -# $FreeBSD$ -# - -AWN_DESKTOP= xfce4 -MASTERDIR= ${.CURDIR}/../avant-window-navigator - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= does not configure - -.include <${MASTERDIR}/Makefile> |