diff options
author | clsung <clsung@FreeBSD.org> | 2009-06-17 16:00:22 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-06-17 16:00:22 +0800 |
commit | 377bf04dedd3205cf8867967b263d4b5a50ba27e (patch) | |
tree | 07c35c2b3df570cbe76b3491dc6c1a72055e7cc5 /textproc/utf8proc | |
parent | 12d7eee856cd86c5cf11a3817bedd0856e1105af (diff) | |
download | freebsd-ports-gnome-377bf04dedd3205cf8867967b263d4b5a50ba27e.tar.gz freebsd-ports-gnome-377bf04dedd3205cf8867967b263d4b5a50ba27e.tar.zst freebsd-ports-gnome-377bf04dedd3205cf8867967b263d4b5a50ba27e.zip |
- Update to 1.1.3
Diffstat (limited to 'textproc/utf8proc')
-rw-r--r-- | textproc/utf8proc/Makefile | 2 | ||||
-rw-r--r-- | textproc/utf8proc/distinfo | 6 | ||||
-rw-r--r-- | textproc/utf8proc/files/patch-Makefile | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index bcb25f05d55d..7c469f6d8aff 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= utf8proc -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= textproc devel MASTER_SITES= http://www.flexiguided.de/pub/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/textproc/utf8proc/distinfo b/textproc/utf8proc/distinfo index be3c00106195..40e79fe94699 100644 --- a/textproc/utf8proc/distinfo +++ b/textproc/utf8proc/distinfo @@ -1,3 +1,3 @@ -MD5 (utf8proc-v1.1.2.tar.gz) = 28dc73f8f8b479318b08576a0d28c3d2 -SHA256 (utf8proc-v1.1.2.tar.gz) = d9b8b5e35971da03f397af6ab56a7c37f26a1e48b171cb02c19584fe069a77d0 -SIZE (utf8proc-v1.1.2.tar.gz) = 283391 +MD5 (utf8proc-v1.1.3.tar.gz) = 6c7aef2cecfc7c38d5576f34a0ecb5a6 +SHA256 (utf8proc-v1.1.3.tar.gz) = b1e649d7d5ee21b299e35a6e2787be6ee518f9525cc75d9219293b368d37c000 +SIZE (utf8proc-v1.1.3.tar.gz) = 285114 diff --git a/textproc/utf8proc/files/patch-Makefile b/textproc/utf8proc/files/patch-Makefile deleted file mode 100644 index b69166638c65..000000000000 --- a/textproc/utf8proc/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2007-07-22 14:53:03.000000000 +0800 -+++ Makefile 2007-10-15 10:43:18.000000000 +0800 -@@ -4,7 +4,7 @@ - # settings - - cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS) --cc = gcc $(cflags) -+cc = $(CC) $(cflags) - - - # meta targets |