svn commit: r362236 - head/sysutils/nut
Cy Schubert
cy at FreeBSD.org
Sat Jul 19 03:00:44 UTC 2014
Author: cy
Date: Sat Jul 19 03:00:43 2014
New Revision: 362236
URL: http://svnweb.freebsd.org/changeset/ports/362236
QAT: https://qat.redports.org/buildarchive/r362236/
Log:
Use correct devd variable.
Modified:
head/sysutils/nut/Makefile
Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile Sat Jul 19 01:41:15 2014 (r362235)
+++ head/sysutils/nut/Makefile Sat Jul 19 03:00:43 2014 (r362236)
@@ -3,7 +3,7 @@
PORTNAME= nut
PORTVERSION= 2.7.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
@@ -163,7 +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
+ @${REINPLACE_CMD} -e 's/device-name\*/cdev/g' ${WRKSRC}/scripts/devd/nut-usb.conf
.if ${PORT_OPTIONS:MDOCS}
post-install:
More information about the svn-ports-head
mailing list