svn commit: r389095 - head/net-mgmt/nefu
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 10 17:30:21 UTC 2015
Author: amdmi3
Date: Wed Jun 10 17:30:19 2015
New Revision: 389095
URL: https://svnweb.freebsd.org/changeset/ports/389095
Log:
- Switch to USES=tar
- Fix whitespace
- Modernize plist
Modified:
head/net-mgmt/nefu/Makefile
head/net-mgmt/nefu/pkg-plist
Modified: head/net-mgmt/nefu/Makefile
==============================================================================
--- head/net-mgmt/nefu/Makefile Wed Jun 10 17:29:46 2015 (r389094)
+++ head/net-mgmt/nefu/Makefile Wed Jun 10 17:30:19 2015 (r389095)
@@ -6,23 +6,23 @@ PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Network monitoring daemon
+USES= tar:tgz
USE_RC_SUBR= nefu
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
-CONFIGURE_ENV= YACC=${YACC} \
- OPENSSL_CFLAGS="-I${OPENSSLINC}" \
- OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} \
- --without-sasl \
- --without-zlib \
- --without-shelltests
+CONFIGURE_ENV= YACC=${YACC} \
+ OPENSSL_CFLAGS="-I${OPENSSLINC}" \
+ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \
+ --without-sasl \
+ --without-zlib \
+ --without-shelltests
USERS= nefu
GROUPS= nefu
Modified: head/net-mgmt/nefu/pkg-plist
==============================================================================
--- head/net-mgmt/nefu/pkg-plist Wed Jun 10 17:29:46 2015 (r389094)
+++ head/net-mgmt/nefu/pkg-plist Wed Jun 10 17:30:19 2015 (r389095)
@@ -3,7 +3,7 @@ man/man1/nefu.1.gz
man/man4/nefu.conf.4.gz
@owner nefu
@group nefu
- at dirrmtry %%WWWDIR%%
- at dirrmtry /var/db/nefu
+ at dir %%WWWDIR%%
+ at dir /var/db/nefu
@group
@owner
More information about the svn-ports-head
mailing list