From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 15:57:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51408533; Sun, 16 Feb 2014 15:57:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21BDA1889; Sun, 16 Feb 2014 15:57:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GFvD61005187; Sun, 16 Feb 2014 15:57:13 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GFvC2Q005183; Sun, 16 Feb 2014 15:57:12 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402161557.s1GFvC2Q005183@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 16 Feb 2014 15:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344589 - in head: . x11 x11-toolkits x11-toolkits/sakura x11/sakura X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 15:57:13 -0000 Author: danilo Date: Sun Feb 16 15:57:11 2014 New Revision: 344589 URL: http://svnweb.freebsd.org/changeset/ports/344589 QAT: https://qat.redports.org/buildarchive/r344589/ Log: - Moved to a better category Reported by: Herbert J. Skuhra Added: head/x11/sakura/ - copied from r344566, head/x11-toolkits/sakura/ Deleted: head/x11-toolkits/sakura/ Modified: head/MOVED head/x11-toolkits/Makefile head/x11/Makefile head/x11/sakura/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 16 15:55:37 2014 (r344588) +++ head/MOVED Sun Feb 16 15:57:11 2014 (r344589) @@ -5450,3 +5450,4 @@ textproc/p5-ElasticSearch|textproc/p5-El x11-fonts/cosmic-sans-neue-mono|x11-fonts/fantasque-sans-mono|2014-02-13|Renamed upstream mail/zmailer||2014-02-13|Broken since at least last August lang/gcc34|lang/gcc46|2014-02-13|Superseded by GCC 4.6 or later +x11-toolkits/sakura|x11/sakura|2014-02-16|Moved to a better category Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Feb 16 15:55:37 2014 (r344588) +++ head/x11-toolkits/Makefile Sun Feb 16 15:57:11 2014 (r344589) @@ -238,7 +238,6 @@ SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-vte - SUBDIR += sakura SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Feb 16 15:55:37 2014 (r344588) +++ head/x11/Makefile Sun Feb 16 15:57:11 2014 (r344589) @@ -260,6 +260,7 @@ SUBDIR += rxvt SUBDIR += rxvt-devel SUBDIR += rxvt-unicode + SUBDIR += sakura SUBDIR += sbxkb SUBDIR += scripts SUBDIR += scrnsaverproto Modified: head/x11/sakura/Makefile ============================================================================== --- head/x11-toolkits/sakura/Makefile Sun Feb 16 14:09:14 2014 (r344566) +++ head/x11/sakura/Makefile Sun Feb 16 15:57:11 2014 (r344589) @@ -3,7 +3,7 @@ PORTNAME= sakura PORTVERSION= 3.1.3 -CATEGORIES= x11-toolkits gnome +CATEGORIES= x11 gnome MASTER_SITES= http://launchpadlibrarian.net/159682501/ MAINTAINER= danilo@FreeBSD.org @@ -18,7 +18,6 @@ USES= cmake pkgconfig gettext USE_BZIP2= yes LDFLAGS+= -lintl -.include post-patch: @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ /"-O2"/d ; \