Bug 175902

Summary: [MAINTAINER] www/libmicrohttpd: Update to 0.9.25
Product: Ports & Packages Reporter: Hung-Yi Chen <gaod>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libmicrohttpd.diff none

Description Hung-Yi Chen 2013-02-06 21:30:01 UTC
	Update to 0.9.25.
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2013-02-06 21:37:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-06 22:32:56 UTC
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@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@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

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2013-02-06 22:38:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!