From owner-svn-ports-head@freebsd.org Fri Oct 23 13:12:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62A7EA1DA11; Fri, 23 Oct 2015 13:12:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1064C2BF; Fri, 23 Oct 2015 13:12:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9NDCaWl077233; Fri, 23 Oct 2015 13:12:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9NDCZpg077230; Fri, 23 Oct 2015 13:12:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510231312.t9NDCZpg077230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 23 Oct 2015 13:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400023 - in head: . x11-wm x11-wm/clementine x11-wm/clementine-wm 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.20 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: Fri, 23 Oct 2015 13:12:37 -0000 Author: amdmi3 Date: Fri Oct 23 13:12:35 2015 New Revision: 400023 URL: https://svnweb.freebsd.org/changeset/ports/400023 Log: - Rename x11-wm/clementine to x11-wm/clementine-wm, so the port is not mixed up with audio/clementine-player which is more widely known as just `clementine' Added: head/x11-wm/clementine-wm/ - copied from r400022, head/x11-wm/clementine/ Deleted: head/x11-wm/clementine/ Modified: head/MOVED head/x11-wm/Makefile head/x11-wm/clementine-wm/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 23 13:09:10 2015 (r400022) +++ head/MOVED Fri Oct 23 13:12:35 2015 (r400023) @@ -7896,3 +7896,4 @@ security/yubikey-personalization|securit devel/rubygem-listen2||2015-10-20|Has expired: not used by other ports anymore devel/cloudabi-binutils|devel/cloudabi-binutils-x86_64|2015-10-21|CloudABI now supports aarch64 as well net/ntp-rc|net/ntp|2015-10-21|ntp-4.2.8p4 has gone GA +x11-wm/clementine|x11-wm/clementine-wm|2015-10-23|add suffix so the port is not mixed up with audio/clementine-player Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Fri Oct 23 13:09:10 2015 (r400022) +++ head/x11-wm/Makefile Fri Oct 23 13:12:35 2015 (r400023) @@ -16,7 +16,7 @@ SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm - SUBDIR += clementine + SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra Modified: head/x11-wm/clementine-wm/Makefile ============================================================================== --- head/x11-wm/clementine/Makefile Fri Oct 23 13:09:10 2015 (r400022) +++ head/x11-wm/clementine-wm/Makefile Fri Oct 23 13:12:35 2015 (r400023) @@ -6,6 +6,7 @@ PORTVERSION= 0.0.7 PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/Source/${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= -wm MAINTAINER= ports@FreeBSD.org COMMENT= Window manager based on aewm with title bars, iconization, and styles @@ -16,8 +17,6 @@ LICENSE_COMB= multi RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ rxvt:${PORTSDIR}/x11/rxvt -OPTIONS_DEFINE= DOCS - USES= gmake USE_XORG= x11 @@ -33,6 +32,8 @@ PLIST_FILES= bin/clementine \ %%DATADIR%%/look-xemacs \ %%DATADIR%%/keys +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ 's|/usr/X11R6|${LOCALBASE}| ; \ @@ -50,6 +51,8 @@ do-install: .for i in look-* keys (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DATADIR}) .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})