svn commit: r349881 - head/devel/codeblocks

Antoine Brodin antoine at FreeBSD.org
Tue Apr 1 19:37:52 UTC 2014


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 <bsd.port.post.mk>

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


More information about the svn-ports-head mailing list