svn commit: r413576 - in head/devel/newt: . files
Mathieu Arnold
mat at FreeBSD.org
Mon Apr 18 14:07:06 UTC 2016
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 <sys/time.h>
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
More information about the svn-ports-all
mailing list