diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-02-06 22:32:43 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-02-06 22:32:43 +0000 |
commit | 8e0cf450cd107c2eaf23306feb0487be4fe03968 (patch) | |
tree | 691bb8db2e96e1423de4289adbac43a4de668094 /www/libmicrohttpd | |
parent | dd65474f37c2c5db67292b169bb8ffd03cfc729b (diff) |
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r-- | www/libmicrohttpd/Makefile | 13 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 4 |
2 files changed, 4 insertions, 13 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index 1722617b9a1b..7c926affbb30 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: libmicrohttpd -# Date created: 12 February 2008 -# Whom: David Barksdale <amatus@gnu.org> -# +# Created by: David Barksdale <amatus@gnu.org> # $FreeBSD$ -# PORTNAME= libmicrohttpd -PORTVERSION= 0.9.23 -PORTREVISION= 1 +PORTVERSION= 0.9.25 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,10 +15,6 @@ LICENSE= LGPL21 OPTIONS= GNUTLS "Build with gnutls to support ssl" off .include <bsd.port.options.mk> -.if ${OSVERSION} < 702000 -IGNORE= strdup is not available in this OS release -.endif - .if defined(WITH_GNUTLS) LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls:${PORTSDIR}/security/gnutls diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 66e88cd6ef8d..114123027df4 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (libmicrohttpd-0.9.23.tar.gz) = 0dfc98947d10b3a6c17d231eb36234698de8ccb20e4758370d86013ec05dabb0 -SIZE (libmicrohttpd-0.9.23.tar.gz) = 779432 +SHA256 (libmicrohttpd-0.9.25.tar.gz) = 64e4971302631de690acefa74bdd269917ea7e6d260576373d65d75bd4fa005d +SIZE (libmicrohttpd-0.9.25.tar.gz) = 802090 |