svn commit: r362164 - in head/sysutils/nut: . files

Cy Schubert cy at FreeBSD.org
Thu Jul 17 20:04:19 UTC 2014


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:


More information about the svn-ports-all mailing list