- Update to 1.1.3

This commit is contained in:
Cheng-Lung Sung 2009-06-17 08:00:22 +00:00
parent 1a5c71d456
commit a56a85fcf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236108
3 changed files with 4 additions and 15 deletions

View file

@ -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}

View file

@ -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

View file

@ -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