svn commit: r311800 - head/www/libmicrohttpd
Florian Smeets
flo at FreeBSD.org
Wed Feb 6 22:32:44 UTC 2013
Author: flo
Date: Wed Feb 6 22:32:43 2013
New Revision: 311800
URL: http://svnweb.freebsd.org/changeset/ports/311800
Log:
- update to 0.9.25 [1]
- remove OSVERSION check for unsupported releases
PR: ports/175902
Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer)
Modified:
head/www/libmicrohttpd/Makefile
head/www/libmicrohttpd/distinfo
Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile Wed Feb 6 21:56:48 2013 (r311799)
+++ head/www/libmicrohttpd/Makefile Wed Feb 6 22:32:43 2013 (r311800)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: libmicrohttpd
-# Date created: 12 February 2008
-# Whom: David Barksdale <amatus at gnu.org>
-#
+# Created by: David Barksdale <amatus at 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
Modified: head/www/libmicrohttpd/distinfo
==============================================================================
--- head/www/libmicrohttpd/distinfo Wed Feb 6 21:56:48 2013 (r311799)
+++ head/www/libmicrohttpd/distinfo Wed Feb 6 22:32:43 2013 (r311800)
@@ -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
More information about the svn-ports-head
mailing list