Bug 190395 - [MAINTAINER] sysutils/iograph: [SUMMARIZE CHANGES]
Summary: [MAINTAINER] sysutils/iograph: [SUMMARIZE CHANGES]
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: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 23:40 UTC by Markus Dolze
Modified: 2014-05-31 01:30 UTC (History)
0 users

See Also:


Attachments
iograph-0.9.1.patch (572 bytes, patch)
2014-05-29 23:40 UTC, Markus Dolze
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Dolze 2014-05-29 23:40:00 UTC
Stageify.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix)
Comment 1 Tim Bishop freebsd_committer freebsd_triage 2014-05-31 01:22:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-31 01:25:48 UTC
Author: tdb
Date: Sat May 31 00:25:43 2014
New Revision: 355924
URL: http://svnweb.freebsd.org/changeset/ports/355924
QAT: https://qat.redports.org/buildarchive/r355924/

Log:
  Stage support.
  
  PR:		ports/190395
  Submitted by:	"Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer)

Modified:
  head/sysutils/iograph/Makefile

Modified: head/sysutils/iograph/Makefile
==============================================================================
--- head/sysutils/iograph/Makefile	Fri May 30 23:59:31 2014	(r355923)
+++ head/sysutils/iograph/Makefile	Sat May 31 00:25:43 2014	(r355924)
@@ -9,10 +9,11 @@ MASTER_SITES=	SF/iograph
 MAINTAINER=	bsdfan@nurfuerspam.de
 COMMENT=	Creates HTML statistics of network transfer
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 PLIST_FILES=	bin/iograph \
+		man/man8/iograph.8.gz \
 		%%DATADIR%%/in.gif \
 		%%DATADIR%%/out.gif \
 		%%DATADIR%%/iograph.gif
@@ -20,7 +21,4 @@ PLIST_DIRS=	%%DATADIR%%
 
 GNU_CONFIGURE=	yes
 
-MAN8=		iograph.8
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
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"
Comment 3 Tim Bishop freebsd_committer freebsd_triage 2014-05-31 01:25:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!