diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-30 21:05:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-30 21:05:18 +0000 |
commit | ba146a6e90c9da4a9d0a5c8c47a4e65c4dcfafe5 (patch) | |
tree | 7039a0c2621176fea47720a53057c83e00698175 | |
parent | Update to 2.1.11 (diff) |
remove xfce4-menueditor since it is now included in xfce4-desktop
Requested by: maintainer
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=127729
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 38 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/pkg-plist | 2 |
6 files changed, 1 insertions, 47 deletions
@@ -1381,3 +1381,4 @@ print/ggv2|print/ggv|2005-01-25|moved to non-versioned directory editors/ghex2|editors/ghex|2005-01-25|moved to non-versioned directory x11-fm/xfce4-fm-icons||2005-01-26|got obsolete by xfce 4.2 update misc/xfce4-panel-themes||2005-01-26|got obsolete by xfce 4.2 update +x11-wm/xfce4-menueditor||2005-01-30|got obsolete since it is now included in xfce4-desktop diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 3044cfee28eb..190590257842 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -115,7 +115,6 @@ SUBDIR += xfce SUBDIR += xfce4 SUBDIR += xfce4-desktop - SUBDIR += xfce4-menueditor SUBDIR += xfce4-panel SUBDIR += xfce4-session SUBDIR += xfce4-systray diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile deleted file mode 100644 index 522a71b6cc33..000000000000 --- a/x11-wm/xfce4-menueditor/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: xfce4-menueditor -# Date created: 2004-01-22 -# Whom: Matt Lancereau <matt@rimasec.net> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-menueditor -PORTVERSION= 1.05 -PORTREVISION= 4 -CATEGORIES= x11-wm xfce -MASTER_SITES= http://users.skynet.be/p0llux/files/ \ - http://matt.nerim.net/xfce-goodies/ -DIST_SUBDIR= xfce4 - -MAINTAINER= matt@bsdfly.org -COMMENT= Menu Editor for the XFce desktop environment - -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui - -USE_GNOME= gtk20 libxml2 -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - @${REINPLACE_CMD} -e 's|#include <libintl.h>||' \ - ${WRKSRC}/menueditor/menueditor.h - -.include <bsd.port.mk> diff --git a/x11-wm/xfce4-menueditor/distinfo b/x11-wm/xfce4-menueditor/distinfo deleted file mode 100644 index 148b4ecd46c2..000000000000 --- a/x11-wm/xfce4-menueditor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xfce4/xfce4-menueditor-1.05.tar.bz2) = b461b210fa98fd4377f4ffcdcb049583 -SIZE (xfce4/xfce4-menueditor-1.05.tar.bz2) = 222093 diff --git a/x11-wm/xfce4-menueditor/pkg-descr b/x11-wm/xfce4-menueditor/pkg-descr deleted file mode 100644 index cadd65ef543b..000000000000 --- a/x11-wm/xfce4-menueditor/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Menu Editor for the XFce desktop environment. - -Author: Jean-Francois Wauthy <pollux@castor.be> -WWW: http://users.skynet.be/p0llux/ diff --git a/x11-wm/xfce4-menueditor/pkg-plist b/x11-wm/xfce4-menueditor/pkg-plist deleted file mode 100644 index 8cf9492c0a91..000000000000 --- a/x11-wm/xfce4-menueditor/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xfce4-menueditor -share/locale/fr/LC_MESSAGES/xfce4-menueditor.mo |