- 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
This commit is contained in:
parent
9a993f8491
commit
0485584edb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341251
2 changed files with 6 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue