Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 20:04:19 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362164 - in head/sysutils/nut: . files
Message-ID:  <201407172004.s6HK4Jnq068892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jul 17 20:04:18 2014
New Revision: 362164
URL: http://svnweb.freebsd.org/changeset/ports/362164
QAT: https://qat.redports.org/buildarchive/r362164/

Log:
  The build adds "*" to its devd conf file prior to install. Really fix
  PR 191777.
  
  PR:		191777

Deleted:
  head/sysutils/nut/files/patch-scripts-devd-nut-usb.conf.in
Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Thu Jul 17 19:55:37 2014	(r362163)
+++ head/sysutils/nut/Makefile	Thu Jul 17 20:04:18 2014	(r362164)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nut
 PORTVERSION=	2.7.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -163,6 +163,7 @@ CONFIGURE_ARGS+=	--without-openssl --wit
 
 pre-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nut
+	@${REINPLACE_CMD} -e 's/\*//g' ${WRKSRC}/scripts/devd/nut-usb.conf
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:



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