Index: head/www/tinytinyhttpd/Makefile =================================================================== --- head/www/tinytinyhttpd/Makefile (revision 300745) +++ head/www/tinytinyhttpd/Makefile (revision 300746) @@ -1,33 +1,33 @@ # New ports collection makefile for: tinytinyhttpd # Date created: 01 Aug 2009 # Whom: Shinsuke Matsui # # $FreeBSD$ # PORTNAME= tinytinyhttpd -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.11 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \ ${MASTER_SITE_LOCAL} MAINTAINER= smatsui@karashi.org COMMENT= Tiny tiny httpd HAS_CONFIGURE= yes PLIST_FILES= bin/tthttpd SUB_FILES= example.conf PORTDOCS= README example.conf ChangeLog do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/example.conf ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif .include Property changes on: head/www/tinytinyhttpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/tinytinyhttpd/distinfo =================================================================== --- head/www/tinytinyhttpd/distinfo (revision 300745) +++ head/www/tinytinyhttpd/distinfo (revision 300746) @@ -1,2 +1,2 @@ -SHA256 (tinytinyhttpd-0.0.9.tar.gz) = 374041df75722920a355b3284d242a9fcdf009cc7c67078fd527c2682462792f -SIZE (tinytinyhttpd-0.0.9.tar.gz) = 147412 +SHA256 (tinytinyhttpd-0.0.11.tar.gz) = 844150ef4f88b3d198273937861e3e9a3854b412f29b8be64ea01e9de7c71e9a +SIZE (tinytinyhttpd-0.0.11.tar.gz) = 154501 Property changes on: head/www/tinytinyhttpd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/tinytinyhttpd/files/patch-httpd.cxx =================================================================== --- head/www/tinytinyhttpd/files/patch-httpd.cxx (revision 300745) +++ head/www/tinytinyhttpd/files/patch-httpd.cxx (nonexistent) @@ -1,13 +0,0 @@ -diff --git httpd.cxx httpd.cxx -index 98cec3c..958200a 100644 ---- httpd.cxx -+++ httpd.cxx -@@ -1734,7 +1734,7 @@ request_done: - #if defined LINUX_SENDFILE_API - sent = sendfile(msgsock, fileno(res_info->read), NULL, total); - #elif defined FREEBSD_SENDFILE_API -- sendfile(msgsock, fileno(res_info->read), total, &sent, NULL, 0); -+ if (sendfile(msgsock, fileno(res_info->read), NULL, total, NULL, NULL, 0) == 0) sent = total; - #elif defined _WIN32 - if (!res_info->process && lpfnTransmitFile && lpfnTransmitFile( - msgsock, Property changes on: head/www/tinytinyhttpd/files/patch-httpd.cxx ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property