diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/Makefile | 1 | ||||
-rw-r--r-- | www/wwwoffle/files/patch-conf::wwwoffle.conf | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index a29625a8cebd..d13548d955fe 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,6 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.7h +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz diff --git a/www/wwwoffle/files/patch-conf::wwwoffle.conf b/www/wwwoffle/files/patch-conf::wwwoffle.conf new file mode 100644 index 000000000000..580cb8c1de83 --- /dev/null +++ b/www/wwwoffle/files/patch-conf::wwwoffle.conf @@ -0,0 +1,10 @@ +--- conf/wwwoffle.conf.template.orig Sat Nov 2 17:50:39 2002 ++++ conf/wwwoffle.conf.template Thu Jul 17 17:08:19 2003 +@@ -13,6 +13,7 @@ + { + bind-ipv4 = 0.0.0.0 + #bind-ipv6 = :: ++ bind-ipv6 = none + + http-port = 8080 + wwwoffle-port = 8081 |