From 619f2c01130f0d1d6623b79d816d8b0fd12794eb Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 11 Feb 2018 02:31:27 +0000 Subject: [PATCH] security/pwman: Update to 0.4.5 Changelog: https://sourceforge.net/projects/pwman/files/pwman/pwman-0.4.5/ChangeLog Additional port changes: * Changed to DISTVERSION * Updated patch-configure --- security/pwman/Makefile | 2 +- security/pwman/distinfo | 5 +++-- security/pwman/files/patch-configure | 30 ++++++++++++++-------------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 7ba43522f692..ce54b9d5f757 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pwman -PORTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/security/pwman/distinfo b/security/pwman/distinfo index ef534ebdbc99..68a22139cb7e 100644 --- a/security/pwman/distinfo +++ b/security/pwman/distinfo @@ -1,2 +1,3 @@ -SHA256 (pwman-0.4.4.tar.gz) = 29027550ddef720ec447a3031063b10691e6139c9cd5bab18974a52dabdd69c5 -SIZE (pwman-0.4.4.tar.gz) = 114439 +TIMESTAMP = 1518315739 +SHA256 (pwman-0.4.5.tar.gz) = 7e7cf582408711423b1577b24e65427352eec5586f0cab82bf08cecb242ca776 +SIZE (pwman-0.4.5.tar.gz) = 135138 diff --git a/security/pwman/files/patch-configure b/security/pwman/files/patch-configure index 008150831810..52debf867c87 100644 --- a/security/pwman/files/patch-configure +++ b/security/pwman/files/patch-configure @@ -1,26 +1,26 @@ ---- configure.orig 2011-02-15 22:30:29 UTC +--- configure.orig 2018-02-11 02:23:44 UTC +++ configure -@@ -4339,13 +4339,13 @@ if test "${with_curses+set}" = set; then +@@ -4398,13 +4398,13 @@ if test "${with_curses+set}" = set; then fi --{ echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5 --echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6; } -+{ echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5 -+echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6; } - if test "${ac_cv_lib_curses_initscr+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lcurses" >&5 +-$as_echo_n "checking for initscr in -lcurses... " >&6; } ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5 ++$as_echo_n "checking for initscr in -lncurses... " >&6; } + if ${ac_cv_lib_curses_initscr+:} false; then : + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lcurses $LIBS" +LIBS="-lncurses $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -4401,7 +4401,7 @@ fi - { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_initscr" >&5 - echo "${ECHO_T}$ac_cv_lib_curses_initscr" >&6; } - if test $ac_cv_lib_curses_initscr = yes; then + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -4435,7 +4435,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_initscr" >&5 + $as_echo "$ac_cv_lib_curses_initscr" >&6; } + if test "x$ac_cv_lib_curses_initscr" = xyes; then : - LIBS="$LIBS -lcurses" + LIBS="$LIBS -lncurses" if test x$curses_loc = x/usr -a -d /usr/include/ncurses; then