From owner-svn-ports-all@freebsd.org Mon Apr 18 14:07:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 759A5B1269F; Mon, 18 Apr 2016 14:07:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 503DC12AB; Mon, 18 Apr 2016 14:07:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3IE75Qw080976; Mon, 18 Apr 2016 14:07:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3IE75xp080971; Mon, 18 Apr 2016 14:07:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604181407.u3IE75xp080971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 18 Apr 2016 14:07:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413576 - in head/devel/newt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2016 14:07:06 -0000 Author: mat Date: Mon Apr 18 14:07:04 2016 New Revision: 413576 URL: https://svnweb.freebsd.org/changeset/ports/413576 Log: Update to 0.52.19. PR: 208866 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/devel/newt/Makefile (contents, props changed) head/devel/newt/distinfo (contents, props changed) head/devel/newt/files/patch-form.c (contents, props changed) head/devel/newt/files/patch-whiptcl.c (contents, props changed) head/devel/newt/pkg-plist (contents, props changed) Modified: head/devel/newt/Makefile ============================================================================== --- head/devel/newt/Makefile Mon Apr 18 14:06:58 2016 (r413575) +++ head/devel/newt/Makefile Mon Apr 18 14:07:04 2016 (r413576) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= newt -PORTVERSION= 0.52.18 +PORTVERSION= 0.52.19 CATEGORIES= devel MASTER_SITES= https://fedorahosted.org/releases/n/e/newt/ @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libslang.so:devel/libslang2 \ libpopt.so:devel/popt -USES= gmake ncurses +USES= gmake ncurses pathfix GNU_CONFIGURE= yes MAKE_ENV= PCFLAGS="${CFLAGS}" USE_LDCONFIG= yes @@ -50,8 +50,7 @@ post-patch: s|-DUSE_INTERP_RESULT||' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|@CPP@|@CC@ -E| ; \ - s|-I/usr/include/slang|| ; \ - /^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig| ; \ + s|-D_GNU_SOURCE|| ; \ s| -g | |g ; \ /make -C/s|^|#| ; \ /whiptcl.$$(SOEXT)/s|install|${TRUE}|' ${WRKSRC}/Makefile.in Modified: head/devel/newt/distinfo ============================================================================== --- head/devel/newt/distinfo Mon Apr 18 14:06:58 2016 (r413575) +++ head/devel/newt/distinfo Mon Apr 18 14:07:04 2016 (r413576) @@ -1,2 +1,2 @@ -SHA256 (newt-0.52.18.tar.gz) = 771b0e634ede56ae6a6acd910728bb5832ac13ddb0d1d27919d2498dab70c91e -SIZE (newt-0.52.18.tar.gz) = 180425 +SHA256 (newt-0.52.19.tar.gz) = 08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80 +SIZE (newt-0.52.19.tar.gz) = 181008 Modified: head/devel/newt/files/patch-form.c ============================================================================== --- head/devel/newt/files/patch-form.c Mon Apr 18 14:06:58 2016 (r413575) +++ head/devel/newt/files/patch-form.c Mon Apr 18 14:07:04 2016 (r413576) @@ -1,5 +1,5 @@ ---- form.c.orig Tue Jun 11 22:15:33 2002 -+++ form.c Sat Jun 22 06:36:12 2002 +--- form.c.orig 2016-03-23 15:46:24 UTC ++++ form.c @@ -10,7 +10,6 @@ #endif #include Modified: head/devel/newt/files/patch-whiptcl.c ============================================================================== --- head/devel/newt/files/patch-whiptcl.c Mon Apr 18 14:06:58 2016 (r413575) +++ head/devel/newt/files/patch-whiptcl.c Mon Apr 18 14:07:04 2016 (r413576) @@ -1,6 +1,6 @@ ---- whiptcl.c.orig +--- whiptcl.c.orig 2016-03-23 15:46:24 UTC +++ whiptcl.c -@@ -137,45 +137,45 @@ +@@ -137,45 +137,45 @@ static int wtCmd(ClientData clientData, if (arg < -1) { /* this could buffer oveflow, bug we're not setuid so I don't care */ @@ -56,7 +56,7 @@ return TCL_ERROR; } -@@ -196,33 +196,30 @@ +@@ -196,33 +196,30 @@ static int wtCmd(ClientData clientData, case MODE_YESNO: rc = messageBox(text, height, width, MSGBOX_YESNO, flags); if (rc == DLG_OKAY) @@ -95,7 +95,7 @@ free(selections); } -@@ -247,7 +244,7 @@ +@@ -247,7 +244,7 @@ static int wtCmd(ClientData clientData, newtPopWindow(); if (rc == DLG_ERROR) { Modified: head/devel/newt/pkg-plist ============================================================================== --- head/devel/newt/pkg-plist Mon Apr 18 14:06:58 2016 (r413575) +++ head/devel/newt/pkg-plist Mon Apr 18 14:07:04 2016 (r413576) @@ -43,6 +43,7 @@ man/man1/whiptail.1.gz %%NLS%%share/locale/id/LC_MESSAGES/newt.mo %%NLS%%share/locale/it/LC_MESSAGES/newt.mo %%NLS%%share/locale/ja/LC_MESSAGES/newt.mo +%%NLS%%share/locale/ka/LC_MESSAGES/newt.mo %%NLS%%share/locale/km/LC_MESSAGES/newt.mo %%NLS%%share/locale/kn/LC_MESSAGES/newt.mo %%NLS%%share/locale/ko/LC_MESSAGES/newt.mo