svn commit: r400023 - in head: . x11-wm x11-wm/clementine x11-wm/clementine-wm

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 23 13:12:37 UTC 2015


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 at 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})


More information about the svn-ports-all mailing list