Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:30:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389095 - head/net-mgmt/nefu
Message-ID:  <201506101730.t5AHUKZc051207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrmtry %%WWWDIR%%
-@dirrmtry /var/db/nefu
+@dir %%WWWDIR%%
+@dir /var/db/nefu
 @group
 @owner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101730.t5AHUKZc051207>