summaryrefslogtreecommitdiffstats
path: root/net-mgmt/pfSense-pkg-softflowd
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/pfSense-pkg-softflowd')
-rw-r--r--net-mgmt/pfSense-pkg-softflowd/Makefile2
-rw-r--r--net-mgmt/pfSense-pkg-softflowd/files/usr/local/share/pfSense-pkg-softflowd/info.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/pfSense-pkg-softflowd/Makefile b/net-mgmt/pfSense-pkg-softflowd/Makefile
index 7f96b71..3d3d3d8 100644
--- a/net-mgmt/pfSense-pkg-softflowd/Makefile
+++ b/net-mgmt/pfSense-pkg-softflowd/Makefile
@@ -28,5 +28,7 @@ do-install:
${STAGEDIR}${PREFIX}/pkg
${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \
${STAGEDIR}${DATADIR}
+ @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \
+ ${STAGEDIR}${DATADIR}/info.xml
.include <bsd.port.mk>
diff --git a/net-mgmt/pfSense-pkg-softflowd/files/usr/local/share/pfSense-pkg-softflowd/info.xml b/net-mgmt/pfSense-pkg-softflowd/files/usr/local/share/pfSense-pkg-softflowd/info.xml
index ecdf0c0..4cdb785 100644
--- a/net-mgmt/pfSense-pkg-softflowd/files/usr/local/share/pfSense-pkg-softflowd/info.xml
+++ b/net-mgmt/pfSense-pkg-softflowd/files/usr/local/share/pfSense-pkg-softflowd/info.xml
@@ -6,7 +6,7 @@
<descr><![CDATA[Softflowd is flow-based network traffic analyser capable of Cisco NetFlow data export.&lt;br/&gt;
Softflowd semi-statefully tracks traffic flows recorded by listening on a network interface or by reading a packet capture file. These flows may be reported via NetFlow to a collecting host or summarised within softflowd itself.&lt;br/&gt;
Softflowd supports Netflow versions 1, 5 and 9 and is fully IPv6-capable - it can track IPv6 flows and send export datagrams via IPv6. It also supports export to multicast groups, allowing for redundant flow collectors.&lt;br/&gt;]]></descr>
- <version>1.2.1</version>
+ <version>%%PKGVERSION%%</version>
<configurationfile>softflowd.xml</configurationfile>
</package>
</pfsensepkgs>
OpenPOWER on IntegriCloud