diff --git a/benchmarks/pfSense-pkg-iperf/Makefile b/benchmarks/pfSense-pkg-iperf/Makefile index 71a2f13c62e5..2a8474d0afd1 100644 --- a/benchmarks/pfSense-pkg-iperf/Makefile +++ b/benchmarks/pfSense-pkg-iperf/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/benchmarks/pfSense-pkg-iperf/files/usr/local/share/pfSense-pkg-iperf/info.xml b/benchmarks/pfSense-pkg-iperf/files/usr/local/share/pfSense-pkg-iperf/info.xml index b5bf19e82540..67b36be98cbd 100644 --- a/benchmarks/pfSense-pkg-iperf/files/usr/local/share/pfSense-pkg-iperf/info.xml +++ b/benchmarks/pfSense-pkg-iperf/files/usr/local/share/pfSense-pkg-iperf/info.xml @@ -4,7 +4,7 @@ iperf http://www.freshports.org/benchmarks/iperf/ - 2.0.5.4 + %%PKGVERSION%% https://doc.pfsense.org/index.php/Iperf_package iperf.xml diff --git a/emulators/pfSense-pkg-Open-VM-Tools/Makefile b/emulators/pfSense-pkg-Open-VM-Tools/Makefile index 20997aae63a1..775833e084d4 100644 --- a/emulators/pfSense-pkg-Open-VM-Tools/Makefile +++ b/emulators/pfSense-pkg-Open-VM-Tools/Makefile @@ -30,5 +30,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 diff --git a/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml b/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml index 9debea445651..ca91ddabe7f4 100644 --- a/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml +++ b/emulators/pfSense-pkg-Open-VM-Tools/files/usr/local/share/pfSense-pkg-Open-VM-Tools/info.xml @@ -4,7 +4,7 @@ Open-VM-Tools http://open-vm-tools.sourceforge.net/ - 1280544.13 + %%PKGVERSION%% https://doc.pfsense.org/index.php/Open_VM_Tools_package open-vm-tools.xml diff --git a/ftp/pfSense-pkg-FTP_Client_Proxy/Makefile b/ftp/pfSense-pkg-FTP_Client_Proxy/Makefile index f138bd8d86fe..bed79121b63e 100644 --- a/ftp/pfSense-pkg-FTP_Client_Proxy/Makefile +++ b/ftp/pfSense-pkg-FTP_Client_Proxy/Makefile @@ -31,5 +31,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/ftp/pfSense-pkg-FTP_Client_Proxy/files/usr/local/share/pfSense-pkg-FTP_Client_Proxy/info.xml b/ftp/pfSense-pkg-FTP_Client_Proxy/files/usr/local/share/pfSense-pkg-FTP_Client_Proxy/info.xml index e931d1de8a9d..8b4b6c89371e 100644 --- a/ftp/pfSense-pkg-FTP_Client_Proxy/files/usr/local/share/pfSense-pkg-FTP_Client_Proxy/info.xml +++ b/ftp/pfSense-pkg-FTP_Client_Proxy/files/usr/local/share/pfSense-pkg-FTP_Client_Proxy/info.xml @@ -5,7 +5,7 @@ FTP_Client_Proxy https://forum.pfsense.org/index.php?topic=89841.0 - 0.3 + %%PKGVERSION%% ftpproxy.xml diff --git a/mail/pfSense-pkg-mailreport/Makefile b/mail/pfSense-pkg-mailreport/Makefile index 56f84d7f3534..80518aeb3a1e 100644 --- a/mail/pfSense-pkg-mailreport/Makefile +++ b/mail/pfSense-pkg-mailreport/Makefile @@ -53,5 +53,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/mail/pfSense-pkg-mailreport/files/usr/local/share/pfSense-pkg-mailreport/info.xml b/mail/pfSense-pkg-mailreport/files/usr/local/share/pfSense-pkg-mailreport/info.xml index 7b8ac41f913d..d803f97cd4ff 100644 --- a/mail/pfSense-pkg-mailreport/files/usr/local/share/pfSense-pkg-mailreport/info.xml +++ b/mail/pfSense-pkg-mailreport/files/usr/local/share/pfSense-pkg-mailreport/info.xml @@ -3,7 +3,7 @@ mailreport - 2.4.1 + %%PKGVERSION%% mailreport.xml diff --git a/net-mgmt/pfSense-pkg-darkstat/Makefile b/net-mgmt/pfSense-pkg-darkstat/Makefile index 81266decb8f2..2c5c953e6aba 100644 --- a/net-mgmt/pfSense-pkg-darkstat/Makefile +++ b/net-mgmt/pfSense-pkg-darkstat/Makefile @@ -31,5 +31,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net-mgmt/pfSense-pkg-darkstat/files/usr/local/share/pfSense-pkg-darkstat/info.xml b/net-mgmt/pfSense-pkg-darkstat/files/usr/local/share/pfSense-pkg-darkstat/info.xml index 9773fffbf33c..eea5390c03cd 100644 --- a/net-mgmt/pfSense-pkg-darkstat/files/usr/local/share/pfSense-pkg-darkstat/info.xml +++ b/net-mgmt/pfSense-pkg-darkstat/files/usr/local/share/pfSense-pkg-darkstat/info.xml @@ -4,7 +4,7 @@ darkstat http://dmr.ath.cx/net/darkstat/ - 3.1.1 + %%PKGVERSION%% darkstat.xml diff --git a/net-mgmt/pfSense-pkg-iftop/Makefile b/net-mgmt/pfSense-pkg-iftop/Makefile index 4e7fc5e07022..53ddbceeb31e 100644 --- a/net-mgmt/pfSense-pkg-iftop/Makefile +++ b/net-mgmt/pfSense-pkg-iftop/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 diff --git a/net-mgmt/pfSense-pkg-iftop/files/usr/local/share/pfSense-pkg-iftop/info.xml b/net-mgmt/pfSense-pkg-iftop/files/usr/local/share/pfSense-pkg-iftop/info.xml index 1ab3c184b2a1..205b3fcb9952 100644 --- a/net-mgmt/pfSense-pkg-iftop/files/usr/local/share/pfSense-pkg-iftop/info.xml +++ b/net-mgmt/pfSense-pkg-iftop/files/usr/local/share/pfSense-pkg-iftop/info.xml @@ -5,7 +5,7 @@ https://forum.pfsense.org/ http://www.ex-parrot.com/~pdw/iftop/ - 0.17 + %%PKGVERSION%% iftop.xml diff --git a/net-mgmt/pfSense-pkg-softflowd/Makefile b/net-mgmt/pfSense-pkg-softflowd/Makefile index 7f96b71efbd9..3d3d3d8439e2 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 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 ecdf0c096ec2..4cdb7859e6d9 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 @@ - 1.2.1 + %%PKGVERSION%% softflowd.xml diff --git a/net-mgmt/pfSense-pkg-zabbix-agent/Makefile b/net-mgmt/pfSense-pkg-zabbix-agent/Makefile index 83d27066f9d0..b3e976c35fb9 100644 --- a/net-mgmt/pfSense-pkg-zabbix-agent/Makefile +++ b/net-mgmt/pfSense-pkg-zabbix-agent/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net-mgmt/pfSense-pkg-zabbix-agent/files/usr/local/share/pfSense-pkg-zabbix-agent/info.xml b/net-mgmt/pfSense-pkg-zabbix-agent/files/usr/local/share/pfSense-pkg-zabbix-agent/info.xml index aab40083a840..b5f8d6f59394 100644 --- a/net-mgmt/pfSense-pkg-zabbix-agent/files/usr/local/share/pfSense-pkg-zabbix-agent/info.xml +++ b/net-mgmt/pfSense-pkg-zabbix-agent/files/usr/local/share/pfSense-pkg-zabbix-agent/info.xml @@ -9,7 +9,7 @@ will result in change of the first version number.<br /> More info in <a href="http://www.zabbix.com/life_cycle_and_release_policy.php">Zabbix Life Cycle and Release Policy</a>.]]> http://www.zabbix.com/product.php - 0.8.9 + %%PKGVERSION%% zabbix-agent-lts.xml diff --git a/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile b/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile index 9c6a499267f1..cef6cd914c3b 100644 --- a/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile +++ b/net-mgmt/pfSense-pkg-zabbix-proxy/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net-mgmt/pfSense-pkg-zabbix-proxy/files/usr/local/share/pfSense-pkg-zabbix-proxy/info.xml b/net-mgmt/pfSense-pkg-zabbix-proxy/files/usr/local/share/pfSense-pkg-zabbix-proxy/info.xml index 7653171817aa..dfc655fdcfe6 100644 --- a/net-mgmt/pfSense-pkg-zabbix-proxy/files/usr/local/share/pfSense-pkg-zabbix-proxy/info.xml +++ b/net-mgmt/pfSense-pkg-zabbix-proxy/files/usr/local/share/pfSense-pkg-zabbix-proxy/info.xml @@ -9,7 +9,7 @@ will result in change of the first version number.<br /> More info in <a href="http://www.zabbix.com/life_cycle_and_release_policy.php">Zabbix Life Cycle and Release Policy</a>.]]> http://www.zabbix.com/product.php - 0.8.9 + %%PKGVERSION%% zabbix-proxy-lts.xml diff --git a/net/pfSense-pkg-Avahi/Makefile b/net/pfSense-pkg-Avahi/Makefile index 38cf5bf8a428..55272d2bc69d 100644 --- a/net/pfSense-pkg-Avahi/Makefile +++ b/net/pfSense-pkg-Avahi/Makefile @@ -38,5 +38,7 @@ do-install: ${STAGEDIR}${PREFIX}/etc/avahi ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-Avahi/files/usr/local/share/pfSense-pkg-Avahi/info.xml b/net/pfSense-pkg-Avahi/files/usr/local/share/pfSense-pkg-Avahi/info.xml index 2c00fd6a0fb3..9e808cf882eb 100644 --- a/net/pfSense-pkg-Avahi/files/usr/local/share/pfSense-pkg-Avahi/info.xml +++ b/net/pfSense-pkg-Avahi/files/usr/local/share/pfSense-pkg-Avahi/info.xml @@ -8,7 +8,7 @@ This enables you to plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared.<br/> In addition it supports some nifty things that have never been seen elsewhere like correct mDNS reflection across LAN segments.<br/> Compatible technology is found in Apple MacOS X (branded ​Bonjour and sometimes Zeroconf).]]> - 1.10.4 + %%PKGVERSION%% avahi.xml Please visit Services - Avahi menu, enable the service and select which interfaces you do NOT wish Avahi to listen on. Save settings to start the service. diff --git a/net/pfSense-pkg-LADVD/Makefile b/net/pfSense-pkg-LADVD/Makefile index 378cf7de6e1c..10d12cef4515 100644 --- a/net/pfSense-pkg-LADVD/Makefile +++ b/net/pfSense-pkg-LADVD/Makefile @@ -36,5 +36,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-LADVD/files/usr/local/share/pfSense-pkg-LADVD/info.xml b/net/pfSense-pkg-LADVD/files/usr/local/share/pfSense-pkg-LADVD/info.xml index 24478565f295..7ac7c680dced 100644 --- a/net/pfSense-pkg-LADVD/files/usr/local/share/pfSense-pkg-LADVD/info.xml +++ b/net/pfSense-pkg-LADVD/files/usr/local/share/pfSense-pkg-LADVD/info.xml @@ -4,7 +4,7 @@ LADVD https://github.com/sspans/ladvd - 1.1 + %%PKGVERSION%% ladvd.xml diff --git a/net/pfSense-pkg-OpenBGPD/Makefile b/net/pfSense-pkg-OpenBGPD/Makefile index f358deb342a3..ace85759b841 100644 --- a/net/pfSense-pkg-OpenBGPD/Makefile +++ b/net/pfSense-pkg-OpenBGPD/Makefile @@ -44,5 +44,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 diff --git a/net/pfSense-pkg-OpenBGPD/files/usr/local/share/pfSense-pkg-OpenBGPD/info.xml b/net/pfSense-pkg-OpenBGPD/files/usr/local/share/pfSense-pkg-OpenBGPD/info.xml index 1755c53c392b..36b2db6e638c 100644 --- a/net/pfSense-pkg-OpenBGPD/files/usr/local/share/pfSense-pkg-OpenBGPD/info.xml +++ b/net/pfSense-pkg-OpenBGPD/files/usr/local/share/pfSense-pkg-OpenBGPD/info.xml @@ -4,7 +4,7 @@ OpenBGPD - 0.11 + %%PKGVERSION%% https://doc.pfsense.org/index.php/OpenBGPD_package openbgpd.xml diff --git a/net/pfSense-pkg-Quagga_OSPF/Makefile b/net/pfSense-pkg-Quagga_OSPF/Makefile index 0c1fc8967695..67a4cf73ac64 100644 --- a/net/pfSense-pkg-Quagga_OSPF/Makefile +++ b/net/pfSense-pkg-Quagga_OSPF/Makefile @@ -45,5 +45,7 @@ do-install: ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-Quagga_OSPF/files/usr/local/share/pfSense-pkg-Quagga_OSPF/info.xml b/net/pfSense-pkg-Quagga_OSPF/files/usr/local/share/pfSense-pkg-Quagga_OSPF/info.xml index 57ad4cabd548..79fea9e69f4e 100644 --- a/net/pfSense-pkg-Quagga_OSPF/files/usr/local/share/pfSense-pkg-Quagga_OSPF/info.xml +++ b/net/pfSense-pkg-Quagga_OSPF/files/usr/local/share/pfSense-pkg-Quagga_OSPF/info.xml @@ -5,7 +5,7 @@ Quagga_OSPF - 0.6.12 + %%PKGVERSION%% quagga_ospfd.xml diff --git a/net/pfSense-pkg-arping/Makefile b/net/pfSense-pkg-arping/Makefile index 667958428cf2..b2f943615422 100644 --- a/net/pfSense-pkg-arping/Makefile +++ b/net/pfSense-pkg-arping/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-arping/files/usr/local/share/pfSense-pkg-arping/info.xml b/net/pfSense-pkg-arping/files/usr/local/share/pfSense-pkg-arping/info.xml index 7871a971ed38..03e85f88f016 100644 --- a/net/pfSense-pkg-arping/files/usr/local/share/pfSense-pkg-arping/info.xml +++ b/net/pfSense-pkg-arping/files/usr/local/share/pfSense-pkg-arping/info.xml @@ -4,7 +4,7 @@ arping http://www.habets.pp.se/synscan/programs.php?prog=arping - 1.2.1 + %%PKGVERSION%% arping.xml https://doc.pfsense.org/index.php/Arping diff --git a/net/pfSense-pkg-freeradius2/Makefile b/net/pfSense-pkg-freeradius2/Makefile index f586637facd3..ff1caffb62fa 100644 --- a/net/pfSense-pkg-freeradius2/Makefile +++ b/net/pfSense-pkg-freeradius2/Makefile @@ -55,5 +55,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 diff --git a/net/pfSense-pkg-freeradius2/files/usr/local/share/pfSense-pkg-freeradius2/info.xml b/net/pfSense-pkg-freeradius2/files/usr/local/share/pfSense-pkg-freeradius2/info.xml index 80a3e091a1d7..a6403b40f8ed 100644 --- a/net/pfSense-pkg-freeradius2/files/usr/local/share/pfSense-pkg-freeradius2/info.xml +++ b/net/pfSense-pkg-freeradius2/files/usr/local/share/pfSense-pkg-freeradius2/info.xml @@ -8,7 +8,7 @@ FreeRADIUS and FreeRADIUS2 settings are not compatible so don't use them together or try to update.<br /> On pfSense docs there is a how-to which could help you on porting users.]]> https://doc.pfsense.org/index.php/FreeRADIUS_2.x_package - 1.7 + %%PKGVERSION%% freeradius.xml diff --git a/net/pfSense-pkg-haproxy-devel/Makefile b/net/pfSense-pkg-haproxy-devel/Makefile index b7cf10951985..f9f2b1314ea8 100644 --- a/net/pfSense-pkg-haproxy-devel/Makefile +++ b/net/pfSense-pkg-haproxy-devel/Makefile @@ -82,5 +82,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-haproxy-devel/files/usr/local/share/pfSense-pkg-haproxy-devel/info.xml b/net/pfSense-pkg-haproxy-devel/files/usr/local/share/pfSense-pkg-haproxy-devel/info.xml index 8f66b824b5f9..fe2d8bc75107 100644 --- a/net/pfSense-pkg-haproxy-devel/files/usr/local/share/pfSense-pkg-haproxy-devel/info.xml +++ b/net/pfSense-pkg-haproxy-devel/files/usr/local/share/pfSense-pkg-haproxy-devel/info.xml @@ -8,7 +8,7 @@ Supports ACLs for smart backend switching.<br /> <strong>As of pkg v0.33 switched to using 1.6 stable releases.</strong>]]> http://haproxy.1wt.eu/ - 0.39 + %%PKGVERSION%% haproxy.xml diff --git a/net/pfSense-pkg-haproxy/Makefile b/net/pfSense-pkg-haproxy/Makefile index 80223d0a6a8c..27b8e826f388 100644 --- a/net/pfSense-pkg-haproxy/Makefile +++ b/net/pfSense-pkg-haproxy/Makefile @@ -70,5 +70,7 @@ do-install: ${STAGEDIR}${PREFIX}/www/javascript ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-haproxy/files/usr/local/share/pfSense-pkg-haproxy/info.xml b/net/pfSense-pkg-haproxy/files/usr/local/share/pfSense-pkg-haproxy/info.xml index ed815ed75348..f8e9087e6bc3 100644 --- a/net/pfSense-pkg-haproxy/files/usr/local/share/pfSense-pkg-haproxy/info.xml +++ b/net/pfSense-pkg-haproxy/files/usr/local/share/pfSense-pkg-haproxy/info.xml @@ -8,7 +8,7 @@ This package implements the TCP, HTTP and HTTPS balancing features from haproxy.<br /> Supports ACLs for smart backend switching.]]> http://haproxy.1wt.eu/ - 0.33 + %%PKGVERSION%% haproxy.xml diff --git a/net/pfSense-pkg-mtr-nox11/Makefile b/net/pfSense-pkg-mtr-nox11/Makefile index d8af5e7609a7..48d1d0ace87a 100644 --- a/net/pfSense-pkg-mtr-nox11/Makefile +++ b/net/pfSense-pkg-mtr-nox11/Makefile @@ -31,5 +31,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-mtr-nox11/files/usr/local/share/pfSense-pkg-mtr-nox11/info.xml b/net/pfSense-pkg-mtr-nox11/files/usr/local/share/pfSense-pkg-mtr-nox11/info.xml index a062b3fa0d8d..2b364d6b9127 100644 --- a/net/pfSense-pkg-mtr-nox11/files/usr/local/share/pfSense-pkg-mtr-nox11/info.xml +++ b/net/pfSense-pkg-mtr-nox11/files/usr/local/share/pfSense-pkg-mtr-nox11/info.xml @@ -4,7 +4,7 @@ mtr-nox11 http://www.bitwizard.nl/mtr/ - 0.85.4 + %%PKGVERSION%% mtr-nox11.xml diff --git a/net/pfSense-pkg-ntopng/Makefile b/net/pfSense-pkg-ntopng/Makefile index c0ff2c7fa39d..a48fb84d2acd 100644 --- a/net/pfSense-pkg-ntopng/Makefile +++ b/net/pfSense-pkg-ntopng/Makefile @@ -39,5 +39,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-ntopng/files/usr/local/share/pfSense-pkg-ntopng/info.xml b/net/pfSense-pkg-ntopng/files/usr/local/share/pfSense-pkg-ntopng/info.xml index 55ed4a9206a0..1fb6ddc247be 100644 --- a/net/pfSense-pkg-ntopng/files/usr/local/share/pfSense-pkg-ntopng/info.xml +++ b/net/pfSense-pkg-ntopng/files/usr/local/share/pfSense-pkg-ntopng/info.xml @@ -4,7 +4,7 @@ ntopng http://www.ntop.org/ - 0.8.3 + %%PKGVERSION%% ntopng.xml true diff --git a/net/pfSense-pkg-pfBlockerNG/Makefile b/net/pfSense-pkg-pfBlockerNG/Makefile index 90d69bc97817..6bd6c004aa2e 100644 --- a/net/pfSense-pkg-pfBlockerNG/Makefile +++ b/net/pfSense-pkg-pfBlockerNG/Makefile @@ -84,5 +84,7 @@ do-install: ${STAGEDIR}${PREFIX}/www/pfblockerng/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-pfBlockerNG/files/usr/local/share/pfSense-pkg-pfBlockerNG/info.xml b/net/pfSense-pkg-pfBlockerNG/files/usr/local/share/pfSense-pkg-pfBlockerNG/info.xml index 0f6c2d617625..a209084d7040 100644 --- a/net/pfSense-pkg-pfBlockerNG/files/usr/local/share/pfSense-pkg-pfBlockerNG/info.xml +++ b/net/pfSense-pkg-pfBlockerNG/files/usr/local/share/pfSense-pkg-pfBlockerNG/info.xml @@ -10,7 +10,7 @@ Advanced Integration for Proofpoint ET IQRisk IP Reputation Threat Sources.<br /> Domain Name (DNSBL) blocking via Unbound DNS Resolver.]]> https://forum.pfsense.org/index.php?topic=102470.0 - 2.0.6 + %%PKGVERSION%% pfblockerng.xml diff --git a/net/pfSense-pkg-routed/Makefile b/net/pfSense-pkg-routed/Makefile index 91dbf1580ae3..d6bd36fb1cb1 100644 --- a/net/pfSense-pkg-routed/Makefile +++ b/net/pfSense-pkg-routed/Makefile @@ -31,5 +31,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-routed/files/usr/local/share/pfSense-pkg-routed/info.xml b/net/pfSense-pkg-routed/files/usr/local/share/pfSense-pkg-routed/info.xml index d8f47b84d87e..8438626a883b 100644 --- a/net/pfSense-pkg-routed/files/usr/local/share/pfSense-pkg-routed/info.xml +++ b/net/pfSense-pkg-routed/files/usr/local/share/pfSense-pkg-routed/info.xml @@ -4,7 +4,7 @@ routed https://packages.pfsense.org/ - 1.2.3 + %%PKGVERSION%% routed.xml diff --git a/net/pfSense-pkg-siproxd/Makefile b/net/pfSense-pkg-siproxd/Makefile index e2ad45f7f718..922643dbbe03 100644 --- a/net/pfSense-pkg-siproxd/Makefile +++ b/net/pfSense-pkg-siproxd/Makefile @@ -38,5 +38,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/net/pfSense-pkg-siproxd/files/usr/local/share/pfSense-pkg-siproxd/info.xml b/net/pfSense-pkg-siproxd/files/usr/local/share/pfSense-pkg-siproxd/info.xml index bfd39a0e9677..2ca7f4932a38 100644 --- a/net/pfSense-pkg-siproxd/files/usr/local/share/pfSense-pkg-siproxd/info.xml +++ b/net/pfSense-pkg-siproxd/files/usr/local/share/pfSense-pkg-siproxd/info.xml @@ -5,7 +5,7 @@ http://siproxd.sourceforge.net/ https://doc.pfsense.org/index.php/Siproxd_package - 1.1 + %%PKGVERSION%% siproxd.xml diff --git a/security/pfSense-pkg-nmap/Makefile b/security/pfSense-pkg-nmap/Makefile index c4ecad2dac15..c442d7e89d28 100644 --- a/security/pfSense-pkg-nmap/Makefile +++ b/security/pfSense-pkg-nmap/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/security/pfSense-pkg-nmap/files/usr/local/share/pfSense-pkg-nmap/info.xml b/security/pfSense-pkg-nmap/files/usr/local/share/pfSense-pkg-nmap/info.xml index dc6acc87927a..a881168e1d65 100644 --- a/security/pfSense-pkg-nmap/files/usr/local/share/pfSense-pkg-nmap/info.xml +++ b/security/pfSense-pkg-nmap/files/usr/local/share/pfSense-pkg-nmap/info.xml @@ -5,7 +5,7 @@ - 1.4.2 + %%PKGVERSION%% https://doc.pfsense.org/index.php/Nmap_package nmap.xml diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile index 9cbe185a2ac5..fe82585dee89 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -40,5 +40,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/security/pfSense-pkg-openvpn-client-export/files/usr/local/share/pfSense-pkg-openvpn-client-export/info.xml b/security/pfSense-pkg-openvpn-client-export/files/usr/local/share/pfSense-pkg-openvpn-client-export/info.xml index 5e1d7c6a1b8f..510b7b824752 100644 --- a/security/pfSense-pkg-openvpn-client-export/files/usr/local/share/pfSense-pkg-openvpn-client-export/info.xml +++ b/security/pfSense-pkg-openvpn-client-export/files/usr/local/share/pfSense-pkg-openvpn-client-export/info.xml @@ -4,7 +4,7 @@ OpenVPN Client Export Utility openvpn-client-export - 1.3.6 + %%PKGVERSION%% openvpn-client-export.xml diff --git a/security/pfSense-pkg-snort/Makefile b/security/pfSense-pkg-snort/Makefile index 32db61d314b1..3798ce1ba022 100644 --- a/security/pfSense-pkg-snort/Makefile +++ b/security/pfSense-pkg-snort/Makefile @@ -135,5 +135,7 @@ do-install: ${STAGEDIR}/var/db/snort/sidmods ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/security/pfSense-pkg-snort/files/usr/local/share/pfSense-pkg-snort/info.xml b/security/pfSense-pkg-snort/files/usr/local/share/pfSense-pkg-snort/info.xml index 456f16fd92e7..7ce461fe03a8 100644 --- a/security/pfSense-pkg-snort/files/usr/local/share/pfSense-pkg-snort/info.xml +++ b/security/pfSense-pkg-snort/files/usr/local/share/pfSense-pkg-snort/info.xml @@ -5,7 +5,7 @@ https://doc.pfsense.org/index.php/Setup_Snort_Package http://www.snort.org - 3.2.9.1 + %%PKGVERSION%% /snort.xml Please visit Services - Snort - Interfaces tab first and select your desired rules. Afterwards visit the Updates tab to download your configured rulesets. diff --git a/security/pfSense-pkg-sudo/Makefile b/security/pfSense-pkg-sudo/Makefile index 70ec9fb4f614..5d2d50e7902b 100644 --- a/security/pfSense-pkg-sudo/Makefile +++ b/security/pfSense-pkg-sudo/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/security/pfSense-pkg-sudo/files/usr/local/share/pfSense-pkg-sudo/info.xml b/security/pfSense-pkg-sudo/files/usr/local/share/pfSense-pkg-sudo/info.xml index 017387744faa..efd447535556 100644 --- a/security/pfSense-pkg-sudo/files/usr/local/share/pfSense-pkg-sudo/info.xml +++ b/security/pfSense-pkg-sudo/files/usr/local/share/pfSense-pkg-sudo/info.xml @@ -5,7 +5,7 @@ https://doc.pfsense.org/index.php/Sudo_Package http://www.sudo.ws/ - 0.2.9 + %%PKGVERSION%% sudo.xml diff --git a/security/pfSense-pkg-suricata/Makefile b/security/pfSense-pkg-suricata/Makefile index 78fcd7a66f63..49ba40a958e9 100644 --- a/security/pfSense-pkg-suricata/Makefile +++ b/security/pfSense-pkg-suricata/Makefile @@ -135,5 +135,7 @@ do-install: ${STAGEDIR}/var/db/suricata/sidmods ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/security/pfSense-pkg-suricata/files/usr/local/share/pfSense-pkg-suricata/info.xml b/security/pfSense-pkg-suricata/files/usr/local/share/pfSense-pkg-suricata/info.xml index 49b9f93f5851..96790cdcc3e5 100644 --- a/security/pfSense-pkg-suricata/files/usr/local/share/pfSense-pkg-suricata/info.xml +++ b/security/pfSense-pkg-suricata/files/usr/local/share/pfSense-pkg-suricata/info.xml @@ -4,7 +4,7 @@ suricata http://suricata-ids.org/ - 2.1.9.1 + %%PKGVERSION%% suricata.xml diff --git a/sysutils/pfSense-pkg-AutoConfigBackup/Makefile b/sysutils/pfSense-pkg-AutoConfigBackup/Makefile index 0b8cf1d21a02..21db83747342 100644 --- a/sysutils/pfSense-pkg-AutoConfigBackup/Makefile +++ b/sysutils/pfSense-pkg-AutoConfigBackup/Makefile @@ -41,5 +41,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-AutoConfigBackup/files/usr/local/share/pfSense-pkg-AutoConfigBackup/info.xml b/sysutils/pfSense-pkg-AutoConfigBackup/files/usr/local/share/pfSense-pkg-AutoConfigBackup/info.xml index 438a7fb2f2fe..32f0c817972f 100644 --- a/sysutils/pfSense-pkg-AutoConfigBackup/files/usr/local/share/pfSense-pkg-AutoConfigBackup/info.xml +++ b/sysutils/pfSense-pkg-AutoConfigBackup/files/usr/local/share/pfSense-pkg-AutoConfigBackup/info.xml @@ -5,7 +5,7 @@ https://portal.pfsense.org - 1.42 + %%PKGVERSION%% https://doc.pfsense.org/index.php/AutoConfigBackup autoconfigbackup.xml diff --git a/sysutils/pfSense-pkg-Backup/Makefile b/sysutils/pfSense-pkg-Backup/Makefile index 6e7f62596695..7e2bee3f4a96 100644 --- a/sysutils/pfSense-pkg-Backup/Makefile +++ b/sysutils/pfSense-pkg-Backup/Makefile @@ -36,5 +36,7 @@ do-install: ${STAGEDIR}${PREFIX}/www/packages/backup ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-Backup/files/usr/local/share/pfSense-pkg-Backup/info.xml b/sysutils/pfSense-pkg-Backup/files/usr/local/share/pfSense-pkg-Backup/info.xml index 0e3907739c65..9e13c90dd954 100644 --- a/sysutils/pfSense-pkg-Backup/files/usr/local/share/pfSense-pkg-Backup/info.xml +++ b/sysutils/pfSense-pkg-Backup/files/usr/local/share/pfSense-pkg-Backup/info.xml @@ -3,7 +3,7 @@ Backup - 0.3 + %%PKGVERSION%% backup.xml diff --git a/sysutils/pfSense-pkg-Cron/Makefile b/sysutils/pfSense-pkg-Cron/Makefile index 3fd76f4c048f..ff1f03889c39 100644 --- a/sysutils/pfSense-pkg-Cron/Makefile +++ b/sysutils/pfSense-pkg-Cron/Makefile @@ -40,5 +40,7 @@ do-install: ${STAGEDIR}${PREFIX}/www/packages/cron ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-Cron/files/usr/local/share/pfSense-pkg-Cron/info.xml b/sysutils/pfSense-pkg-Cron/files/usr/local/share/pfSense-pkg-Cron/info.xml index 9551fe69d094..82e3e30fc695 100644 --- a/sysutils/pfSense-pkg-Cron/files/usr/local/share/pfSense-pkg-Cron/info.xml +++ b/sysutils/pfSense-pkg-Cron/files/usr/local/share/pfSense-pkg-Cron/info.xml @@ -3,7 +3,7 @@ Cron - 0.3.6 + %%PKGVERSION%% cron.xml diff --git a/sysutils/pfSense-pkg-Notes/Makefile b/sysutils/pfSense-pkg-Notes/Makefile index 453735aee287..27a948f39d53 100644 --- a/sysutils/pfSense-pkg-Notes/Makefile +++ b/sysutils/pfSense-pkg-Notes/Makefile @@ -29,5 +29,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-Notes/files/usr/local/share/pfSense-pkg-Notes/info.xml b/sysutils/pfSense-pkg-Notes/files/usr/local/share/pfSense-pkg-Notes/info.xml index b5985e0aaf9b..64bcedfd9578 100644 --- a/sysutils/pfSense-pkg-Notes/files/usr/local/share/pfSense-pkg-Notes/info.xml +++ b/sysutils/pfSense-pkg-Notes/files/usr/local/share/pfSense-pkg-Notes/info.xml @@ -4,7 +4,7 @@ Notes - 0.2.8 + %%PKGVERSION%% notes.xml diff --git a/sysutils/pfSense-pkg-RRD_Summary/Makefile b/sysutils/pfSense-pkg-RRD_Summary/Makefile index 91f99cd34d4c..23032d59f593 100644 --- a/sysutils/pfSense-pkg-RRD_Summary/Makefile +++ b/sysutils/pfSense-pkg-RRD_Summary/Makefile @@ -32,5 +32,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-RRD_Summary/files/usr/local/share/pfSense-pkg-RRD_Summary/info.xml b/sysutils/pfSense-pkg-RRD_Summary/files/usr/local/share/pfSense-pkg-RRD_Summary/info.xml index 3ee3d627b41e..d96239bf18be 100644 --- a/sysutils/pfSense-pkg-RRD_Summary/files/usr/local/share/pfSense-pkg-RRD_Summary/info.xml +++ b/sysutils/pfSense-pkg-RRD_Summary/files/usr/local/share/pfSense-pkg-RRD_Summary/info.xml @@ -4,7 +4,7 @@ RRD Summary RRD_Summary - 1.3.1 + %%PKGVERSION%% rrd-summary.xml diff --git a/sysutils/pfSense-pkg-Service_Watchdog/Makefile b/sysutils/pfSense-pkg-Service_Watchdog/Makefile index d1ec10c053ad..e5e2a572e326 100644 --- a/sysutils/pfSense-pkg-Service_Watchdog/Makefile +++ b/sysutils/pfSense-pkg-Service_Watchdog/Makefile @@ -35,5 +35,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 diff --git a/sysutils/pfSense-pkg-Service_Watchdog/files/usr/local/share/pfSense-pkg-Service_Watchdog/info.xml b/sysutils/pfSense-pkg-Service_Watchdog/files/usr/local/share/pfSense-pkg-Service_Watchdog/info.xml index b985ede70b47..a3869b02689d 100644 --- a/sysutils/pfSense-pkg-Service_Watchdog/files/usr/local/share/pfSense-pkg-Service_Watchdog/info.xml +++ b/sysutils/pfSense-pkg-Service_Watchdog/files/usr/local/share/pfSense-pkg-Service_Watchdog/info.xml @@ -4,7 +4,7 @@ Service Watchdog Service_Watchdog - 1.8.2 + %%PKGVERSION%% servicewatchdog.xml diff --git a/sysutils/pfSense-pkg-Shellcmd/Makefile b/sysutils/pfSense-pkg-Shellcmd/Makefile index e44d4a692b17..93c8e06dc6eb 100644 --- a/sysutils/pfSense-pkg-Shellcmd/Makefile +++ b/sysutils/pfSense-pkg-Shellcmd/Makefile @@ -31,5 +31,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-Shellcmd/files/usr/local/share/pfSense-pkg-Shellcmd/info.xml b/sysutils/pfSense-pkg-Shellcmd/files/usr/local/share/pfSense-pkg-Shellcmd/info.xml index 25443480863f..23040e17f175 100644 --- a/sysutils/pfSense-pkg-Shellcmd/files/usr/local/share/pfSense-pkg-Shellcmd/info.xml +++ b/sysutils/pfSense-pkg-Shellcmd/files/usr/local/share/pfSense-pkg-Shellcmd/info.xml @@ -3,7 +3,7 @@ Shellcmd - 1.0.2 + %%PKGVERSION%% shellcmd.xml diff --git a/sysutils/pfSense-pkg-System_Patches/Makefile b/sysutils/pfSense-pkg-System_Patches/Makefile index 527a3c402b33..583edad21be8 100644 --- a/sysutils/pfSense-pkg-System_Patches/Makefile +++ b/sysutils/pfSense-pkg-System_Patches/Makefile @@ -36,5 +36,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 diff --git a/sysutils/pfSense-pkg-System_Patches/files/usr/local/share/pfSense-pkg-System_Patches/info.xml b/sysutils/pfSense-pkg-System_Patches/files/usr/local/share/pfSense-pkg-System_Patches/info.xml index 529383a3cf5c..c4b5bf39f06e 100644 --- a/sysutils/pfSense-pkg-System_Patches/files/usr/local/share/pfSense-pkg-System_Patches/info.xml +++ b/sysutils/pfSense-pkg-System_Patches/files/usr/local/share/pfSense-pkg-System_Patches/info.xml @@ -4,7 +4,7 @@ System Patches System_Patches - 1.1.3 + %%PKGVERSION%% systempatches.xml diff --git a/sysutils/pfSense-pkg-blinkled/Makefile b/sysutils/pfSense-pkg-blinkled/Makefile index 27bf0722b665..1703a9556f07 100644 --- a/sysutils/pfSense-pkg-blinkled/Makefile +++ b/sysutils/pfSense-pkg-blinkled/Makefile @@ -33,5 +33,7 @@ do-install: ${STAGEDIR}/etc/inc/priv ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-blinkled/files/usr/local/share/pfSense-pkg-blinkled/info.xml b/sysutils/pfSense-pkg-blinkled/files/usr/local/share/pfSense-pkg-blinkled/info.xml index b94f74bc1907..4819cc08333b 100644 --- a/sysutils/pfSense-pkg-blinkled/files/usr/local/share/pfSense-pkg-blinkled/info.xml +++ b/sysutils/pfSense-pkg-blinkled/files/usr/local/share/pfSense-pkg-blinkled/info.xml @@ -3,7 +3,7 @@ blinkled - 0.4.6 + %%PKGVERSION%% blinkled.xml https://doc.pfsense.org/index.php/BlinkLED_Package https://doc.pfsense.org/index.php/BlinkLED_Package diff --git a/sysutils/pfSense-pkg-gwled/Makefile b/sysutils/pfSense-pkg-gwled/Makefile index df5080488a13..60b7ae39b5b9 100644 --- a/sysutils/pfSense-pkg-gwled/Makefile +++ b/sysutils/pfSense-pkg-gwled/Makefile @@ -34,5 +34,7 @@ do-install: ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-gwled/files/usr/local/share/pfSense-pkg-gwled/info.xml b/sysutils/pfSense-pkg-gwled/files/usr/local/share/pfSense-pkg-gwled/info.xml index 51612276f82a..cb1f319e3352 100644 --- a/sysutils/pfSense-pkg-gwled/files/usr/local/share/pfSense-pkg-gwled/info.xml +++ b/sysutils/pfSense-pkg-gwled/files/usr/local/share/pfSense-pkg-gwled/info.xml @@ -3,7 +3,7 @@ gwled - 0.2.3 + %%PKGVERSION%% gwled.xml diff --git a/sysutils/pfSense-pkg-syslog-ng/Makefile b/sysutils/pfSense-pkg-syslog-ng/Makefile index 8d96d9cf6ca6..af7c308f9783 100644 --- a/sysutils/pfSense-pkg-syslog-ng/Makefile +++ b/sysutils/pfSense-pkg-syslog-ng/Makefile @@ -38,5 +38,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/sysutils/pfSense-pkg-syslog-ng/files/usr/local/share/pfSense-pkg-syslog-ng/info.xml b/sysutils/pfSense-pkg-syslog-ng/files/usr/local/share/pfSense-pkg-syslog-ng/info.xml index c9fceef82233..f05a00e203a7 100644 --- a/sysutils/pfSense-pkg-syslog-ng/files/usr/local/share/pfSense-pkg-syslog-ng/info.xml +++ b/sysutils/pfSense-pkg-syslog-ng/files/usr/local/share/pfSense-pkg-syslog-ng/info.xml @@ -4,7 +4,7 @@ syslog-ng http://www.balabit.com/network-security/syslog-ng/ - 1.1.2 + %%PKGVERSION%% syslog-ng.xml diff --git a/www/pfSense-pkg-Lightsquid/Makefile b/www/pfSense-pkg-Lightsquid/Makefile index 7e36b3b2310d..8e02e119b3aa 100644 --- a/www/pfSense-pkg-Lightsquid/Makefile +++ b/www/pfSense-pkg-Lightsquid/Makefile @@ -124,5 +124,7 @@ do-install: ${STAGEDIR}${PREFIX}/share/lightsquid/tpl/novosea ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/www/pfSense-pkg-Lightsquid/files/usr/local/share/pfSense-pkg-Lightsquid/info.xml b/www/pfSense-pkg-Lightsquid/files/usr/local/share/pfSense-pkg-Lightsquid/info.xml index 740d560484cb..e2362b563fc3 100644 --- a/www/pfSense-pkg-Lightsquid/files/usr/local/share/pfSense-pkg-Lightsquid/info.xml +++ b/www/pfSense-pkg-Lightsquid/files/usr/local/share/pfSense-pkg-Lightsquid/info.xml @@ -5,7 +5,7 @@ http://lightsquid.sf.net/ - 2.5 + %%PKGVERSION%% lightsquid.xml true diff --git a/www/pfSense-pkg-squid/Makefile b/www/pfSense-pkg-squid/Makefile index 8425126f8412..a2a0d891f829 100644 --- a/www/pfSense-pkg-squid/Makefile +++ b/www/pfSense-pkg-squid/Makefile @@ -93,5 +93,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 diff --git a/www/pfSense-pkg-squid/files/usr/local/share/pfSense-pkg-squid/info.xml b/www/pfSense-pkg-squid/files/usr/local/share/pfSense-pkg-squid/info.xml index 5b4658b5ee6e..4272f691070a 100644 --- a/www/pfSense-pkg-squid/files/usr/local/share/pfSense-pkg-squid/info.xml +++ b/www/pfSense-pkg-squid/files/usr/local/share/pfSense-pkg-squid/info.xml @@ -8,7 +8,7 @@ <strong>WARNING! This package bundles ClamAV that conflicts with 'Dansguardian', 'Mailscanner' and 'HAVP antivirus' packages! Installing these will result in a broken state.</strong>]]> https://forum.pfsense.org/index.php?topic=100167.0 http://www.squid-cache.org/ - 0.4.11 + %%PKGVERSION%% squid.xml diff --git a/www/pfSense-pkg-squidGuard/Makefile b/www/pfSense-pkg-squidGuard/Makefile index a8512fe82b96..2565090dd3f4 100644 --- a/www/pfSense-pkg-squidGuard/Makefile +++ b/www/pfSense-pkg-squidGuard/Makefile @@ -55,5 +55,7 @@ do-install: ${STAGEDIR}${PREFIX}/www ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \ ${STAGEDIR}${DATADIR} + @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \ + ${STAGEDIR}${DATADIR}/info.xml .include diff --git a/www/pfSense-pkg-squidGuard/files/usr/local/share/pfSense-pkg-squidGuard/info.xml b/www/pfSense-pkg-squidGuard/files/usr/local/share/pfSense-pkg-squidGuard/info.xml index c0af0bfc9563..a005d352a854 100644 --- a/www/pfSense-pkg-squidGuard/files/usr/local/share/pfSense-pkg-squidGuard/info.xml +++ b/www/pfSense-pkg-squidGuard/files/usr/local/share/pfSense-pkg-squidGuard/info.xml @@ -5,7 +5,7 @@ http://www.squidGuard.org/ - 1.11 + %%PKGVERSION%% squidguard.xml Please visit Services - SquidGuard Proxy Filter - Target Categories and set up at least one category there before enabling SquidGuard. See https://forum.pfsense.org/index.php?topic=94312.0 for details.