Bug 181139 - [patch] Update port: net-mgmt/darkstat to 3.0.716
Summary: [patch] Update port: net-mgmt/darkstat to 3.0.716
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 12:20 UTC by emikulic
Modified: 2013-08-08 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2013-08-08 12:20 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 2013-08-08 12:20:03 UTC
	Update port to 3.0.716 and update pkg-descr to match Makefile.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-08 17:53:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-08 18:08:52 UTC
Author: wg
Date: Thu Aug  8 17:08:38 2013
New Revision: 324402
URL: http://svnweb.freebsd.org/changeset/ports/324402

Log:
  net-mgmt/darkstat: update to 3.0.716
  
  - Update to 3.0.716 [1]
  - Set new upstream url (WWW)
  - Trim Makefile header
  - Remove MAKE_JOBS_SAFE (now default)
  - NOPORTDOCS -> PORT_OPTIONS:MDOCS
  - Remove Author line and swtich from tab to space in pkg-descr
  
  PR:		ports/181139
  Submitted by:	Emil Mikulic <emikulic gmail.com> (maintainer)

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

Modified: head/net-mgmt/darkstat/Makefile
==============================================================================
--- head/net-mgmt/darkstat/Makefile	Thu Aug  8 16:47:32 2013	(r324401)
+++ head/net-mgmt/darkstat/Makefile	Thu Aug  8 17:08:38 2013	(r324402)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	darkstat
-# Date created:				24 February 2002
-# Whom:					Anders Nordby <anders@FreeBSD.org>
-#
+# Created by: Anders Nordby <anders@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	darkstat
-PORTVERSION=	3.0.715
+PORTVERSION=	3.0.716
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://unix4lyfe.org/darkstat/
 
@@ -17,15 +13,19 @@ USE_RC_SUBR=	darkstat
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-MAKE_JOBS_SAFE=	yes
 
-MAN8=	darkstat.8
+MAN8=		darkstat.8
 PORTDOCS=	AUTHORS INSTALL README
 PLIST_FILES=	sbin/darkstat
-.if !defined(NOPORTDOCS)
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	@${INSTALL} -d ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/darkstat/distinfo
==============================================================================
--- head/net-mgmt/darkstat/distinfo	Thu Aug  8 16:47:32 2013	(r324401)
+++ head/net-mgmt/darkstat/distinfo	Thu Aug  8 17:08:38 2013	(r324402)
@@ -1,2 +1,2 @@
-SHA256 (darkstat-3.0.715.tar.bz2) = 4926944ee1baee032d0d20a5425b13b471625aa8a05177011f3da3c3df833439
-SIZE (darkstat-3.0.715.tar.bz2) = 110881
+SHA256 (darkstat-3.0.716.tar.bz2) = 282ca0d8ef2eefa7fd2cef2a88384b5a449cee73601552cce8b37e13619784c9
+SIZE (darkstat-3.0.716.tar.bz2) = 112318

Modified: head/net-mgmt/darkstat/pkg-descr
==============================================================================
--- head/net-mgmt/darkstat/pkg-descr	Thu Aug  8 16:47:32 2013	(r324401)
+++ head/net-mgmt/darkstat/pkg-descr	Thu Aug  8 17:08:38 2013	(r324402)
@@ -3,5 +3,4 @@ and smaller than ntop, it uses libpcap t
 Web page reports of statistics such as data transferred by host, port, and
 protocol. It also has a neat bandwidth usage graph.
 
-Author:	Emil Mikulic <emil@cs.rmit.edu.au>
-WWW:	http://dmr.ath.cx/net/darkstat/
+WWW: http://unix4lyfe.org/darkstat/
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-08-08 18:10:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!