mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
It's a maintainer update. The message from the maintainer:
New package building process disallows additional fetching of any additional files during port build process. Due to permanent changes in routing registry databases, it's wise for me to simply force to build package without possibly stale AS-numbers info. PR: ports/48632 Submitted by: Dmitry Morozovsky <marck@rinet.ru> -- MAINTAINER
This commit is contained in:
parent
5acab0a843
commit
bd3f7f6193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76810
2 changed files with 2 additions and 14 deletions
|
@ -7,14 +7,10 @@
|
|||
|
||||
PORTNAME= ehnt
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
.if !defined(NO_ASN_DATA)
|
||||
DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
MAINTAINER= marck@rinet.ru
|
||||
COMMENT= A simple Cisco NetFlow data collector
|
||||
|
@ -24,10 +20,8 @@ USE_PERL5= yes
|
|||
MAN1= ehnt.1
|
||||
MAN8= ehntserv.8
|
||||
|
||||
.if defined(NO_ASN_DATA)
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/asnc.txt
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/
|
||||
|
|
|
@ -7,14 +7,10 @@
|
|||
|
||||
PORTNAME= ehnt
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
|
||||
.if !defined(NO_ASN_DATA)
|
||||
DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
MAINTAINER= marck@rinet.ru
|
||||
COMMENT= A simple Cisco NetFlow data collector
|
||||
|
@ -24,10 +20,8 @@ USE_PERL5= yes
|
|||
MAN1= ehnt.1
|
||||
MAN8= ehntserv.8
|
||||
|
||||
.if defined(NO_ASN_DATA)
|
||||
post-extract:
|
||||
${TOUCH} ${WRKSRC}/asnc.txt
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue