Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 13:39:18 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342437 - in head: deskutils/xpostitPlus multimedia/mmsrip x11-wm/oroborus
Message-ID:  <201402031339.s13DdIB2094449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  3 13:39:17 2014
New Revision: 342437
URL: http://svnweb.freebsd.org/changeset/ports/342437
QAT: https://qat.redports.org/buildarchive/r342437/

Log:
  - Stage support

Modified:
  head/deskutils/xpostitPlus/Makefile
  head/deskutils/xpostitPlus/pkg-plist
  head/multimedia/mmsrip/Makefile
  head/x11-wm/oroborus/Makefile
  head/x11-wm/oroborus/pkg-plist

Modified: head/deskutils/xpostitPlus/Makefile
==============================================================================
--- head/deskutils/xpostitPlus/Makefile	Mon Feb  3 13:38:57 2014	(r342436)
+++ head/deskutils/xpostitPlus/Makefile	Mon Feb  3 13:39:17 2014	(r342437)
@@ -13,7 +13,5 @@ COMMENT=	PostIt (R) messages onto your X
 
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
-MAN1=		xpostit+.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/deskutils/xpostitPlus/pkg-plist
==============================================================================
--- head/deskutils/xpostitPlus/pkg-plist	Mon Feb  3 13:38:57 2014	(r342436)
+++ head/deskutils/xpostitPlus/pkg-plist	Mon Feb  3 13:39:17 2014	(r342437)
@@ -1,2 +1,3 @@
 bin/xpostit+
 lib/X11/app-defaults/XPostitPlus
+man/man1/xpostit+.1.gz

Modified: head/multimedia/mmsrip/Makefile
==============================================================================
--- head/multimedia/mmsrip/Makefile	Mon Feb  3 13:38:57 2014	(r342436)
+++ head/multimedia/mmsrip/Makefile	Mon Feb  3 13:39:17 2014	(r342437)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2 # (or later)
 
 GNU_CONFIGURE=	yes
 
-MAN1=		mmsrip.1
-PLIST_FILES=	bin/mmsrip
+PLIST_FILES=	bin/mmsrip \
+		man/man1/mmsrip.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-wm/oroborus/Makefile
==============================================================================
--- head/x11-wm/oroborus/Makefile	Mon Feb  3 13:38:57 2014	(r342436)
+++ head/x11-wm/oroborus/Makefile	Mon Feb  3 13:39:17 2014	(r342437)
@@ -15,11 +15,7 @@ COMMENT=	A small and simple GNOME-compat
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_XORG=	xpm
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN1=		oroborus.1
-MAN5=		oroborusrc.5
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-wm/oroborus/pkg-plist
==============================================================================
--- head/x11-wm/oroborus/pkg-plist	Mon Feb  3 13:38:57 2014	(r342436)
+++ head/x11-wm/oroborus/pkg-plist	Mon Feb  3 13:39:17 2014	(r342437)
@@ -668,6 +668,8 @@ bin/oroborus
 %%DATADIR%%/themes/windows/top-left-inactive.xpm
 %%DATADIR%%/themes/windows/top-right-active.xpm
 %%DATADIR%%/themes/windows/top-right-inactive.xpm
+man/man1/oroborus.1.gz
+man/man5/oroborusrc.5.gz
 @dirrm %%DATADIR%%/themes/windows
 @dirrm %%DATADIR%%/themes/slimline
 @dirrm %%DATADIR%%/themes/platinum



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402031339.s13DdIB2094449>