Update to latest release, no more need for gsed during regress, add
HOMEPAGE.


ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/wdiff/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    17 Sep 2011 10:51:22 -0000      1.26
+++ Makefile    26 May 2012 22:07:03 -0000
@@ -2,8 +2,9 @@
 
 COMMENT=       word differences between text files
 
-DISTNAME=      wdiff-1.0.1
+DISTNAME=      wdiff-1.1.1
 CATEGORIES=    textproc
+HOMEPAGE=      http://www.gnu.org/software/wdiff
 MASTER_SITES=  ${MASTER_SITE_GNU:=wdiff/}
 
 # GPLv3+
@@ -14,8 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
 WANTLIB=               c termcap 
 
 MODULES=               devel/gettext
-REGRESS_DEPENDS=       misc/screen \
-                       textproc/gsed
+REGRESS_DEPENDS=       misc/screen
 CONFIGURE_STYLE=       gnu
 CONFIGURE_ARGS=                --prefix="${PREFIX}"
 USE_GMAKE=             Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/wdiff/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    17 Sep 2011 10:51:22 -0000      1.6
+++ distinfo    26 May 2012 22:07:03 -0000
@@ -1,5 +1,5 @@
-MD5 (wdiff-1.0.1.tar.gz) = w7jkihE/0GRzHXNyqueC9Q==
-RMD160 (wdiff-1.0.1.tar.gz) = U6jRpkC9aUMDCqAVV+Uq3HWbOXU=
-SHA1 (wdiff-1.0.1.tar.gz) = fYLdCCqN+VEKsCnom882drTSHFI=
-SHA256 (wdiff-1.0.1.tar.gz) = lOT0Pt/LK/xTB77IzdKlk3UN2GotKBQjZ/cr2upGz8s=
-SIZE (wdiff-1.0.1.tar.gz) = 1294317
+MD5 (wdiff-1.1.1.tar.gz) = IhTFTzs4DmzuYiZ0Y4vHZg==
+RMD160 (wdiff-1.1.1.tar.gz) = yjLWum8VW7yoSwzKT1/e+jN96Is=
+SHA1 (wdiff-1.1.1.tar.gz) = gyrc6Vl+WKMe87RarEA4DJF/aM4=
+SHA256 (wdiff-1.1.1.tar.gz) = aKHPe9pPzx6Wf5K555GMPcHv6Fdg9fQEcUfUTeAZi2U=
+SIZE (wdiff-1.1.1.tar.gz) = 1396989
Index: patches/patch-lib_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/wdiff/patches/patch-lib_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-lib_Makefile_in
--- patches/patch-lib_Makefile_in       17 Sep 2011 10:51:22 -0000      1.2
+++ patches/patch-lib_Makefile_in       26 May 2012 22:07:03 -0000
@@ -3,9 +3,9 @@ $OpenBSD: patch-lib_Makefile_in,v 1.2 20
 Do not install charset.alias, which is already provided by 
 converters/libiconv
 
---- lib/Makefile.in.orig       Thu Sep 15 13:59:54 2011
-+++ lib/Makefile.in    Fri Sep 16 21:50:05 2011
-@@ -1561,7 +1561,7 @@ install-exec-localcharset: all-local
+--- lib/Makefile.in.orig       Sat May 19 20:59:19 2012
++++ lib/Makefile.in    Sun May 27 00:01:07 2012
+@@ -1674,7 +1674,7 @@ install-exec-localcharset: all-local
          case '$(host_os)' in \
            darwin[56]*) \
              need_charset_alias=true ;; \
Index: patches/patch-tests_testsuite
===================================================================
RCS file: patches/patch-tests_testsuite
diff -N patches/patch-tests_testsuite
--- patches/patch-tests_testsuite       17 Sep 2011 10:51:22 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-tests_testsuite,v 1.1 2011/09/17 10:51:22 sthen Exp $
-
-no workee with OpenBSD's sed
-
---- tests/testsuite.orig       Fri Sep 16 22:35:35 2011
-+++ tests/testsuite    Fri Sep 16 22:36:05 2011
-@@ -2380,9 +2380,9 @@ $as_echo "wdiff.at:193" >"$at_check_line_file"
- # Need to work around a screen bug which might cause the first
- # character to be lost: https://savannah.gnu.org/bugs/index.php?34200
- { set +x
--$as_echo "$at_srcdir/wdiff.at:196: sed 's/^ager/Pager/;s/\\r//g;' screenlog.0"
-+$as_echo "$at_srcdir/wdiff.at:196: gsed 's/^ager/Pager/;s/\\r//g;' 
screenlog.0"
- at_fn_check_prepare_trace "wdiff.at:196"
--( $at_check_trace; sed 's/^ager/Pager/;s/\r//g;' screenlog.0
-+( $at_check_trace; gsed 's/^ager/Pager/;s/\r//g;' screenlog.0
- ) >>"$at_stdout" 2>>"$at_stderr"
- at_status=$? at_failed=false
- $at_check_filter

Reply via email to