Hi ports@,

Here is a diff to update dialog to 1.3-20170509.

Notable changes:

- Regenerate WANTLIB
- Fix broken URL for the FTP mirror

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/dialog/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile    12 Apr 2016 15:19:40 -0000      1.28
+++ Makefile    19 Aug 2017 16:56:47 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =              curses widgets (menus, lists, etc) for shell scripts
 
-V =                    1.2-20150920
+V =                    1.3-20170509
 DISTNAME =             dialog-${V}
 PKGNAME =              dialog-${V:S/-/./}
-REVISION =             0
 
 CATEGORIES =           misc
 
@@ -14,10 +13,10 @@ HOMEPAGE =          http://invisible-island.net/
 # LGPLv2.1
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += c iconv intl m ncurses
+WANTLIB += c iconv intl ncurses
 
 MASTER_SITES =         http://invisible-mirror.net/archives/dialog/ \
-                       ftp://invisible-island.net/dialog/
+                       ftp://ftp.invisible-island.net/dialog/
 EXTRACT_SUFX =         .tgz
 
 BUILD_DEPENDS =                devel/gettext-tools
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/dialog/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    14 Nov 2015 14:38:19 -0000      1.11
+++ distinfo    19 Aug 2017 16:56:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (dialog-1.2-20150920.tgz) = xOYexXaHAWg91LWy69ijHmKJ+mofWAHktIEIVlBpjAU=
-SIZE (dialog-1.2-20150920.tgz) = 498181
+SHA256 (dialog-1.3-20170509.tgz) = L/G6dMYyudE6DQ0slCKV3U6JCWlO7t7XkIpGfQvNR1Y=
+SIZE (dialog-1.3-20170509.tgz) = 509135
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/misc/dialog/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   11 Dec 2014 23:54:51 -0000      1.9
+++ pkg/PLIST   19 Aug 2017 16:56:47 -0000
@@ -29,6 +29,9 @@ share/locale/fa/LC_MESSAGES/
 share/locale/fa/LC_MESSAGES/dialog.mo
 share/locale/fi/LC_MESSAGES/dialog.mo
 share/locale/fr/LC_MESSAGES/dialog.mo
+share/locale/fur/
+share/locale/fur/LC_MESSAGES/
+share/locale/fur/LC_MESSAGES/dialog.mo
 share/locale/ga/LC_MESSAGES/dialog.mo
 share/locale/gd/
 share/locale/gd/LC_MESSAGES/

Reply via email to