Bug 185305 - x11/stalonetray staging
Summary: x11/stalonetray staging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 18:30 UTC by Zsolt Udvari
Modified: 2014-01-17 20:30 UTC (History)
1 user (show)

See Also:


Attachments
stalonetray.diff (1008 bytes, patch)
2013-12-30 18:30 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2013-12-30 18:30:00 UTC
	x11/stalonetray staging support
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-30 18:30:07 UTC
Maintainer of x11/stalonetray,

Please note that PR ports/185305 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185305

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-30 18:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-01-17 20:19:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-17 20:19:56 UTC
Author: rakuco
Date: Fri Jan 17 20:19:44 2014
New Revision: 340101
URL: http://svnweb.freebsd.org/changeset/ports/340101
QAT: https://qat.redports.org/buildarchive/r340101/

Log:
  Support staging.
  
  PR:		ports/185305
  Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
  Approved by:	maintainer timeout (18 days)

Modified:
  head/x11/stalonetray/Makefile

Modified: head/x11/stalonetray/Makefile
==============================================================================
--- head/x11/stalonetray/Makefile	Fri Jan 17 20:10:59 2014	(r340100)
+++ head/x11/stalonetray/Makefile	Fri Jan 17 20:19:44 2014	(r340101)
@@ -17,23 +17,21 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-native-kde \
 		--disable-debug
 
-MAN1=		stalonetray.1
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO stalonetray.html
 PORTEXAMPLES=	stalonetrayrc.sample
-PLIST_FILES=	bin/stalonetray
+PLIST_FILES=	bin/stalonetray man/man1/stalonetray.1.gz
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 .if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for file in ${PORTEXAMPLES}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"