Bug 186117 - [patch] Update port: net-mgmt/darkstat to 3.0.718
Summary: [patch] Update port: net-mgmt/darkstat to 3.0.718
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 03:00 UTC by emikulic
Modified: 2014-01-26 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (954 bytes, patch)
2014-01-26 03:00 UTC, emikulic
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description emikulic 2014-01-26 03:00:00 UTC
	Update port to 3.0.718

  Changes: http://unix4lyfe.org/darkstat/changelog.txt

  v3.0.718 (25 January 2014)
    - (SECURITY!) Don't chroot() by default.  The user must specify
      a --chroot dir for this to happen now.
    - Bring back the "--base /path" functionality.
    - Add explicit warning about graphs being blank if we can't get
      local IPs on an interface.
    - Don't crash in timer_stop() if monotonic time stops or goes
      backwards.
    - Lots of internal cleanups.
    - Use time_t instead of "long" for time.  This is more correct
      and should fix darkstat on OpenBSD 5.5 on 32-bit systems.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2014-01-26 08:58:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-26 18:06:58 UTC
Author: jgh
Date: Sun Jan 26 18:06:45 2014
New Revision: 341251
URL: http://svnweb.freebsd.org/changeset/ports/341251
QAT: https://qat.redports.org/buildarchive/r341251/

Log:
  - update to 3.0.718 [1]
  - while here update to staging support
  
  PR:		186117
  Submitted by:	emikulic@gmail.com (maintainer)
  Changes:	http://unix4lyfe.org/darkstat/changelog.txt

Modified:
  head/net-mgmt/darkstat/Makefile
  head/net-mgmt/darkstat/distinfo

Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile	Sun Jan 26 18:02:07 2014	(r341250)
+++ head/net-mgmt/darkstat/Makefile	Sun Jan 26 18:06:45 2014	(r341251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	darkstat
-PORTVERSION=	3.0.717
+PORTVERSION=	3.0.718
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://unix4lyfe.org/darkstat/
 
@@ -14,19 +14,13 @@ USE_RC_SUBR=	darkstat
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 
-MAN8=		darkstat.8
 PORTDOCS=	AUTHORS INSTALL README
-PLIST_FILES=	sbin/darkstat
+PLIST_FILES=	sbin/darkstat man/man8/darkstat.8.gz
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${INSTALL} -d ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/darkstat/distinfo
==============================================================================
--- head/net-mgmt/darkstat/distinfo	Sun Jan 26 18:02:07 2014	(r341250)
+++ head/net-mgmt/darkstat/distinfo	Sun Jan 26 18:06:45 2014	(r341251)
@@ -1,2 +1,2 @@
-SHA256 (darkstat-3.0.717.tar.bz2) = 9933b67a0aefec5ed3e1c7db4ee33a3c52a1faef219b5c862e4b7b4bb671d8ad
-SIZE (darkstat-3.0.717.tar.bz2) = 112436
+SHA256 (darkstat-3.0.718.tar.bz2) = 682f3e53f4e89ea6ad08236b4225a5e0859428299765d8d995374cd7fa22adff
+SIZE (darkstat-3.0.718.tar.bz2) = 116044
_______________________________________________
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 Jason Helfman freebsd_committer freebsd_triage 2014-01-26 18:08:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!