diff -ruN security/pwauth.orig/Makefile security/pwauth/Makefile --- security/pwauth.orig/Makefile 2020-04-11 18:54:12.456865000 +0300 +++ security/pwauth/Makefile 2020-04-11 18:54:42.311504000 +0300 @@ -4,14 +4,10 @@ PORTNAME= pwauth PORTVERSION= 2.3.11 CATEGORIES= security www -MASTER_SITES= http://www.unixpapa.com/software/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pwauth/ MAINTAINER= eg@fbsd.lt COMMENT= Unix Web Authenticator - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 LICENSE= BSD3CLAUSE diff -ruN security/pwauth.orig/files/patch-checkfaillog.c security/pwauth/files/patch-checkfaillog.c --- security/pwauth.orig/files/patch-checkfaillog.c 2020-04-11 18:54:12.457565000 +0300 +++ security/pwauth/files/patch-checkfaillog.c 2020-04-11 19:32:20.693485000 +0300 @@ -1,10 +1,13 @@ ---- checkfaillog.c.orig 2012-02-11 13:22:09.000000000 +0200 -+++ checkfaillog.c 2012-02-11 13:22:42.000000000 +0200 -@@ -32,6 +32,7 @@ +--- checkfaillog.c.orig 2020-04-11 16:27:51 UTC ++++ checkfaillog.c +@@ -32,8 +32,9 @@ */ #include +#include #include - #include +-#include ++#include #include + + #include "config.h" diff -ruN security/pwauth.orig/files/patch-config.h security/pwauth/files/patch-config.h --- security/pwauth.orig/files/patch-config.h 2020-04-11 18:54:12.457817000 +0300 +++ security/pwauth/files/patch-config.h 2020-04-11 19:44:19.090154000 +0300 @@ -1,5 +1,5 @@ ---- config.h.orig 2012-02-11 15:52:24.000000000 +0200 -+++ config.h 2012-02-11 15:52:06.000000000 +0200 +--- config.h.orig 2013-10-04 13:59:08 UTC ++++ config.h @@ -123,7 +123,7 @@ /* #define SHADOW_NONE /**/ @@ -29,7 +29,7 @@ /* If NOLOGIN_FILE is defined to the full path name of a file, then the -@@ -278,7 +278,7 @@ +@@ -279,7 +279,7 @@ * to change the uid list. */ @@ -38,7 +38,7 @@ /* If MIN_UNIX_UID is defined to an integer, logins with uid numbers less than -@@ -290,7 +290,7 @@ +@@ -291,7 +291,7 @@ * given value will be accepted). */ diff -ruN security/pwauth.orig/files/patch-fail__check.c security/pwauth/files/patch-fail__check.c --- security/pwauth.orig/files/patch-fail__check.c 1970-01-01 03:00:00.000000000 +0300 +++ security/pwauth/files/patch-fail__check.c 2020-04-11 19:32:20.697163000 +0300 @@ -0,0 +1,11 @@ +--- fail_check.c.orig 2020-04-11 16:28:08 UTC ++++ fail_check.c +@@ -35,7 +35,7 @@ + #include + #include + #include +-#include ++#include + + #include "config.h" + #include "fail_log.h" diff -ruN security/pwauth.orig/files/patch-pwauth.h security/pwauth/files/patch-pwauth.h --- security/pwauth.orig/files/patch-pwauth.h 1970-01-01 03:00:00.000000000 +0300 +++ security/pwauth/files/patch-pwauth.h 2020-04-11 19:32:20.698748000 +0300 @@ -0,0 +1,11 @@ +--- pwauth.h.orig 2020-04-11 16:28:30 UTC ++++ pwauth.h +@@ -73,7 +73,7 @@ + + #ifdef UNIX_LASTLOG + # define NEED_UID +-# include ++# include + # ifdef HAVE_LASTLOG_H + # include + # endif diff -ruN security/pwauth.orig/files/patch-utmpx security/pwauth/files/patch-utmpx --- security/pwauth.orig/files/patch-utmpx 2020-04-11 18:54:12.458011000 +0300 +++ security/pwauth/files/patch-utmpx 1970-01-01 03:00:00.000000000 +0300 @@ -1,33 +0,0 @@ ---- checkfaillog.c.orig 2012-02-11 13:18:31.000000000 +0200 -+++ checkfaillog.c 2012-02-11 13:18:50.000000000 +0200 -@@ -33,7 +33,7 @@ - - #include - #include --#include -+#include - #include - - #include "config.h" ---- fail_check.c.orig 2012-02-11 13:18:36.000000000 +0200 -+++ fail_check.c 2012-02-11 13:18:59.000000000 +0200 -@@ -35,7 +35,7 @@ - #include - #include - #include --#include -+#include - - #include "config.h" - #include "fail_log.h" ---- pwauth.h.orig 2012-02-11 13:18:41.000000000 +0200 -+++ pwauth.h 2012-02-11 13:19:08.000000000 +0200 -@@ -71,7 +71,7 @@ - - #ifdef UNIX_LASTLOG - # define NEED_UID --# include -+# include - # ifdef HAVE_LASTLOG_H - # include - # endif