aboutsummaryrefslogtreecommitdiff
path: root/misc/utftools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-12 15:06:16 +0000
commit73c4a9251dd666a40898f53c741df8d1a3ec9dbb (patch)
tree02c4f6774cad7825e9f2c171651d1ef0d698ed81 /misc/utftools
parentb9c139bf86b8b8f6f7aeed53470a1f8b2cef8679 (diff)
downloadports-73c4a9251dd666a40898f53c741df8d1a3ec9dbb.tar.gz
ports-73c4a9251dd666a40898f53c741df8d1a3ec9dbb.zip
Unbreak.
PR: 208717 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=413133
Diffstat (limited to 'misc/utftools')
-rw-r--r--misc/utftools/Makefile4
-rw-r--r--misc/utftools/files/patch-Makefile.in6
-rw-r--r--misc/utftools/files/patch-expand.c4
-rw-r--r--misc/utftools/files/patch-fmt.c4
-rw-r--r--misc/utftools/files/patch-unexpand.c4
-rw-r--r--misc/utftools/files/patch-wc.c4
-rw-r--r--misc/utftools/pkg-descr2
7 files changed, 14 insertions, 14 deletions
diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile
index c048cc8c0468..a15e176051e3 100644
--- a/misc/utftools/Makefile
+++ b/misc/utftools/Makefile
@@ -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
diff --git a/misc/utftools/files/patch-Makefile.in b/misc/utftools/files/patch-Makefile.in
index fec05896f5dd..ecdda7a000d0 100644
--- a/misc/utftools/files/patch-Makefile.in
+++ b/misc/utftools/files/patch-Makefile.in
@@ -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
diff --git a/misc/utftools/files/patch-expand.c b/misc/utftools/files/patch-expand.c
index 3d8eb5889997..b025de9f1c0e 100644
--- a/misc/utftools/files/patch-expand.c
+++ b/misc/utftools/files/patch-expand.c
@@ -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>
diff --git a/misc/utftools/files/patch-fmt.c b/misc/utftools/files/patch-fmt.c
index 1c21a61679c1..74d46b1f13e4 100644
--- a/misc/utftools/files/patch-fmt.c
+++ b/misc/utftools/files/patch-fmt.c
@@ -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>
diff --git a/misc/utftools/files/patch-unexpand.c b/misc/utftools/files/patch-unexpand.c
index 380261da9c43..d03e902de390 100644
--- a/misc/utftools/files/patch-unexpand.c
+++ b/misc/utftools/files/patch-unexpand.c
@@ -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>
diff --git a/misc/utftools/files/patch-wc.c b/misc/utftools/files/patch-wc.c
index 7f1028b7b2d3..fb39a03748db 100644
--- a/misc/utftools/files/patch-wc.c
+++ b/misc/utftools/files/patch-wc.c
@@ -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>
diff --git a/misc/utftools/pkg-descr b/misc/utftools/pkg-descr
index 10babdca2f05..31b8f6a2a0f5 100644
--- a/misc/utftools/pkg-descr
+++ b/misc/utftools/pkg-descr
@@ -1,2 +1,4 @@
This package contains implementations of UTF-aware wc, fmt,
expand, and unexpand.
+
+WWW: http://www.cs.yorku.ca/~oz/