diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-04 08:00:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-04 08:00:05 +0000 |
commit | 4ed125e75edf658337c379ce53bcefdc798e32d8 (patch) | |
tree | 6897f06ce61904d9d30c7cbe56c2cddce6e78523 /devel/libidn/Makefile | |
parent | Fix a substitution to fix the build now on 5.X and higher. (diff) |
Update to 0.5.12
Notes
Notes:
svn path=/head/; revision=123087
Diffstat (limited to 'devel/libidn/Makefile')
-rw-r--r-- | devel/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index fbcdea70bc4c..2af1cc953ea3 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.5.11 +PORTVERSION= 0.5.12 CATEGORIES= devel MASTER_SITES= http://josefsson.org/libidn/releases/ \ ${MASTER_SITE_GNU_ALPHA} |