aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd/files/enable_ipv6.patch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-06-15 16:17:15 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-06-15 16:17:15 +0000
commitcf362d342ecd7f14d40cec250dd25df3e94e5c66 (patch)
tree33128a4527cccdbae3d2775f181e6d99a369653a /net/miniupnpd/files/enable_ipv6.patch
parent73182d47e75a4f1082f75a9360a285b964f04e9b (diff)
downloadports-cf362d342ecd7f14d40cec250dd25df3e94e5c66.tar.gz
ports-cf362d342ecd7f14d40cec250dd25df3e94e5c66.zip
net/miniupnpd: Update to 2.1.20200510
From Tor Halvard Furulund: * Update to latest upstream. * Remove the extra patches as they are incorporated upstream From Emanuel Haupt: * Port cleanups PR: 246925 Reported by: Tor Halvard Furulund <squat@squat.no> Approved by: maintainer timeout, maintainer (previous version)
Diffstat (limited to 'net/miniupnpd/files/enable_ipv6.patch')
-rw-r--r--net/miniupnpd/files/enable_ipv6.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/miniupnpd/files/enable_ipv6.patch b/net/miniupnpd/files/enable_ipv6.patch
deleted file mode 100644
index 52e59733edef..000000000000
--- a/net/miniupnpd/files/enable_ipv6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- genconfig.sh.orig 2014-04-11 01:16:49.000000000 -0700
-+++ genconfig.sh 2014-04-26 18:23:04.000000000 -0700
-@@ -417,7 +417,7 @@
- if [ -n "$IPV6" ]; then
- echo "#define ENABLE_IPV6" >> ${CONFIGFILE}
- else
-- echo "/*#define ENABLE_IPV6*/" >> ${CONFIGFILE}
-+ echo "#define ENABLE_IPV6" >> ${CONFIGFILE}
- fi
- echo "" >> ${CONFIGFILE}
-