Date: Sun, 11 Feb 2018 02:31:27 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461454 - in head/security/pwman: . files Message-ID: <201802110231.w1B2VRZp094034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 11 02:31:27 2018 New Revision: 461454 URL: https://svnweb.freebsd.org/changeset/ports/461454 Log: 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 Modified: head/security/pwman/Makefile head/security/pwman/distinfo head/security/pwman/files/patch-configure Modified: head/security/pwman/Makefile ============================================================================== --- head/security/pwman/Makefile Sun Feb 11 00:09:42 2018 (r461453) +++ head/security/pwman/Makefile Sun Feb 11 02:31:27 2018 (r461454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pwman -PORTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/security/pwman/distinfo ============================================================================== --- head/security/pwman/distinfo Sun Feb 11 00:09:42 2018 (r461453) +++ head/security/pwman/distinfo Sun Feb 11 02:31:27 2018 (r461454) @@ -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 Modified: head/security/pwman/files/patch-configure ============================================================================== --- head/security/pwman/files/patch-configure Sun Feb 11 00:09:42 2018 (r461453) +++ head/security/pwman/files/patch-configure Sun Feb 11 02:31:27 2018 (r461454) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802110231.w1B2VRZp094034>