From owner-svn-ports-all@freebsd.org Tue Apr 12 15:06:18 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 16CDFB0D12B; Tue, 12 Apr 2016 15:06:18 +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 E5C1619F8; Tue, 12 Apr 2016 15:06:17 +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 u3CF6H97031445; Tue, 12 Apr 2016 15:06:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CF6Gu3031437; Tue, 12 Apr 2016 15:06:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604121506.u3CF6Gu3031437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 12 Apr 2016 15:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413133 - in head/misc/utftools: . 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: Tue, 12 Apr 2016 15:06:18 -0000 Author: mat Date: Tue Apr 12 15:06:16 2016 New Revision: 413133 URL: https://svnweb.freebsd.org/changeset/ports/413133 Log: Unbreak. PR: 208717 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/misc/utftools/Makefile (contents, props changed) head/misc/utftools/files/patch-Makefile.in (contents, props changed) head/misc/utftools/files/patch-expand.c (contents, props changed) head/misc/utftools/files/patch-fmt.c (contents, props changed) head/misc/utftools/files/patch-unexpand.c (contents, props changed) head/misc/utftools/files/patch-wc.c (contents, props changed) head/misc/utftools/pkg-descr (contents, props changed) Modified: head/misc/utftools/Makefile ============================================================================== --- head/misc/utftools/Makefile Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/Makefile Tue Apr 12 15:06:16 2016 (r413133) @@ -5,13 +5,11 @@ PORTNAME= utftools PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ +MASTER_SITES= http://www.cs.yorku.ca/pub/wily/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= UTF-aware wc, fmt, expand, and unexpand -BROKEN= unfetchable - LICENSE= UTFTOOLS LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_NAME= utftools license Modified: head/misc/utftools/files/patch-Makefile.in ============================================================================== --- head/misc/utftools/files/patch-Makefile.in Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/files/patch-Makefile.in Tue Apr 12 15:06:16 2016 (r413133) @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 1997-02-25 18:47:26.000000000 +0000 -+++ ./Makefile.in 2014-02-12 19:07:37.000000000 +0000 -@@ -38,9 +38,9 @@ +--- Makefile.in.orig 1997-02-25 18:47:26 UTC ++++ Makefile.in +@@ -38,9 +38,9 @@ INSTALL_DATA = @INSTALL_DATA@ all : $(BINS) install : all Modified: head/misc/utftools/files/patch-expand.c ============================================================================== --- head/misc/utftools/files/patch-expand.c Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/files/patch-expand.c Tue Apr 12 15:06:16 2016 (r413133) @@ -1,5 +1,5 @@ ---- expand.c.orig Sat May 10 13:52:15 2003 -+++ expand.c Sat May 10 13:52:31 2003 +--- expand.c.orig 1997-02-25 18:47:26 UTC ++++ expand.c @@ -5,6 +5,7 @@ #include #include Modified: head/misc/utftools/files/patch-fmt.c ============================================================================== --- head/misc/utftools/files/patch-fmt.c Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/files/patch-fmt.c Tue Apr 12 15:06:16 2016 (r413133) @@ -1,5 +1,5 @@ ---- fmt.c.orig Sat May 10 13:50:39 2003 -+++ fmt.c Sat May 10 13:51:23 2003 +--- fmt.c.orig 1997-02-25 18:47:26 UTC ++++ fmt.c @@ -4,6 +4,7 @@ #include #include Modified: head/misc/utftools/files/patch-unexpand.c ============================================================================== --- head/misc/utftools/files/patch-unexpand.c Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/files/patch-unexpand.c Tue Apr 12 15:06:16 2016 (r413133) @@ -1,5 +1,5 @@ ---- unexpand.c.orig Sat May 10 13:52:43 2003 -+++ unexpand.c Sat May 10 13:52:58 2003 +--- unexpand.c.orig 1997-02-25 18:47:26 UTC ++++ unexpand.c @@ -5,6 +5,7 @@ #include #include Modified: head/misc/utftools/files/patch-wc.c ============================================================================== --- head/misc/utftools/files/patch-wc.c Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/files/patch-wc.c Tue Apr 12 15:06:16 2016 (r413133) @@ -1,5 +1,5 @@ ---- wc.c.orig Sat May 10 13:51:37 2003 -+++ wc.c Sat May 10 13:52:00 2003 +--- wc.c.orig 1997-02-25 18:47:26 UTC ++++ wc.c @@ -4,6 +4,7 @@ #include Modified: head/misc/utftools/pkg-descr ============================================================================== --- head/misc/utftools/pkg-descr Tue Apr 12 15:06:10 2016 (r413132) +++ head/misc/utftools/pkg-descr Tue Apr 12 15:06:16 2016 (r413133) @@ -1,2 +1,4 @@ This package contains implementations of UTF-aware wc, fmt, expand, and unexpand. + +WWW: http://www.cs.yorku.ca/~oz/