svn commit: r413133 - in head/misc/utftools: . files

Mathieu Arnold mat at FreeBSD.org
Tue Apr 12 15:06:18 UTC 2016


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 at 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 <stdio.h>
  #include <string.h>

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 <stdio.h>
  #include <string.h>

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 <stdio.h>
  #include <string.h>

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 <stdio.h>

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/


More information about the svn-ports-all mailing list