1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Use IANA-assigned radius port rather than the old unofficial one.

Bump PORTREVISION.

PR:		ports/90268
Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>
Approved by:	vfom@narod.ru (maintainer)
This commit is contained in:
Sam Lawrance 2005-12-13 05:20:42 +00:00
parent e99d6de692
commit 99aa0b0bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151078

View File

@ -7,6 +7,7 @@
PORTNAME= netmond
PORTVERSION= 2.2b6
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.risp.ru/pub/RinetSoftware/
DISTNAME= netmond-2.2-b6
@ -15,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= vfom@narod.ru
COMMENT= Netmond - IP network monitoring daemon
USE_REINPLACE= yes
#MK_IFGRAPH= yes
.if defined(MK_IFGRAPH)
@ -39,6 +41,9 @@ PORTDOCS= README README.ru CHANGES README.port README.port.ru
PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
${REINPLACE_CMD} "s/1645/1812/" ${WRKSRC}/radius.c
do-install:
@if pw user show netmon 2>/dev/null ; then \
${ECHO} "User 'netmon' exists." ; \