From owner-svn-ports-all@FreeBSD.ORG Tue Apr 1 19:37:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67A84D45; Tue, 1 Apr 2014 19:37:52 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A8AB14C; Tue, 1 Apr 2014 19:37:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s31JbqB9045471; Tue, 1 Apr 2014 19:37:52 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s31JbpM0045467; Tue, 1 Apr 2014 19:37:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404011937.s31JbpM0045467@svn.freebsd.org> From: Antoine Brodin Date: Tue, 1 Apr 2014 19:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349881 - head/devel/codeblocks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 19:37:52 -0000 Author: antoine Date: Tue Apr 1 19:37:51 2014 New Revision: 349881 URL: http://svnweb.freebsd.org/changeset/ports/349881 QAT: https://qat.redports.org/buildarchive/r349881/ Log: - Finish stage support - Modernize USES Reported by: poudriere With hat: portmgr Modified: head/devel/codeblocks/Makefile head/devel/codeblocks/pkg-plist Modified: head/devel/codeblocks/Makefile ============================================================================== --- head/devel/codeblocks/Makefile Tue Apr 1 19:07:14 2014 (r349880) +++ head/devel/codeblocks/Makefile Tue Apr 1 19:37:51 2014 (r349881) @@ -3,6 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 13.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}-1 @@ -17,12 +18,10 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ librsync.so:${PORTSDIR}/net/librsync -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -USES= fam:gamin pkgconfig compiler +USES= compiler desktop-file-utils fam:gamin pathfix pkgconfig shared-mime-info USE_WX= 2.8 WANT_UNICODE= yes -USE_GNOME= gnomehack desktopfileutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes @@ -39,6 +38,4 @@ CXXFLAGS+= -std=c++0x CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all -MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 codesnippets.1 - .include Modified: head/devel/codeblocks/pkg-plist ============================================================================== --- head/devel/codeblocks/pkg-plist Tue Apr 1 19:07:14 2014 (r349880) +++ head/devel/codeblocks/pkg-plist Tue Apr 1 19:37:51 2014 (r349881) @@ -480,6 +480,10 @@ libdata/pkgconfig/codeblocks.pc libdata/pkgconfig/wxsmith-contrib.pc libdata/pkgconfig/wxsmith.pc libdata/pkgconfig/wxsmithaui.pc +man/man1/cb_console_runner.1.gz +man/man1/cb_share_config.1.gz +man/man1/codeblocks.1.gz +man/man1/codesnippets.1.gz share/applications/codeblocks.desktop share/icons/hicolor/48x48/mimetypes/application-x-codeblocks-workspace.png share/icons/hicolor/48x48/mimetypes/application-x-codeblocks.png