Date: Sat, 15 Oct 2011 02:57:15 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/161607: Update port: deskutils/superswitcher to 0.6 Message-ID: <20111015025715.abcba078.tkato432@yahoo.com> Resent-Message-ID: <201110141850.p9EIoDI7051120@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161607 >Category: ports >Synopsis: Update port: deskutils/superswitcher to 0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 18:50:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 0.6 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/superswitcher/Makefile deskutils/superswitcher/Makefile --- /usr/ports/deskutils/superswitcher/Makefile 2011-09-24 13:23:56.000000000 +0900 +++ deskutils/superswitcher/Makefile 2011-10-14 01:37:34.000000000 +0900 @@ -6,30 +6,32 @@ # PORTNAME= superswitcher -PORTVERSION= 0.3 -PORTREVISION= 5 +PORTVERSION= 0.6 CATEGORIES= deskutils gnome -MASTER_SITES= SF/browserbookapp/${PORTNAME}/${PORTVERSION} -EXTRACT_SUFX= .tgz +MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Alt-Tab replacement -BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common -RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GNOME= gconf2 libwnck USE_GMAKE= yes -USE_GNOME= gtk20 libwnck pango GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-extract: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${RM} -f +PLIST_FILES= bin/superswitcher post-patch: - @${REINPLACE_CMD} -e 's/x11//g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' + @${REINPLACE_CMD} -e \ + 's/x11//g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/_DISABLE_DEPRECATED/d' ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff -urN /usr/ports/deskutils/superswitcher/distinfo deskutils/superswitcher/distinfo --- /usr/ports/deskutils/superswitcher/distinfo 2011-03-21 02:40:22.000000000 +0900 +++ deskutils/superswitcher/distinfo 2011-09-11 22:57:10.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (superswitcher-0.3.tgz) = 00ba1446551be7bf9f232a2690d045ca0f801a65d613d306488214959d67e45d -SIZE (superswitcher-0.3.tgz) = 197624 +SHA256 (superswitcher-0.6.tar.gz) = 232b98d1a9443fcf4f969cf4cf00df3908c3ccb55f36059391da68873d514599 +SIZE (superswitcher-0.6.tar.gz) = 183184 diff -urN /usr/ports/deskutils/superswitcher/pkg-descr deskutils/superswitcher/pkg-descr --- /usr/ports/deskutils/superswitcher/pkg-descr 2006-01-07 12:13:05.000000000 +0900 +++ deskutils/superswitcher/pkg-descr 2011-09-11 22:54:37.000000000 +0900 @@ -3,4 +3,4 @@ Superswitcher uses the "Super" key, also known as the Windows key to switch between windows and workspaces. -WWW: http://www.gnomefiles.com/app.php?soft_id=1231 +WWW: http://code.google.com/p/superswitcher/ diff -urN /usr/ports/deskutils/superswitcher/pkg-plist deskutils/superswitcher/pkg-plist --- /usr/ports/deskutils/superswitcher/pkg-plist 2006-01-07 12:13:05.000000000 +0900 +++ deskutils/superswitcher/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1 +0,0 @@ -bin/superswitcher >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111015025715.abcba078.tkato432>