aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/tinytinyhttpd/Makefile12
-rw-r--r--www/tinytinyhttpd/distinfo6
2 files changed, 9 insertions, 9 deletions
diff --git a/www/tinytinyhttpd/Makefile b/www/tinytinyhttpd/Makefile
index 63109b5bcf0b..a2493ffac601 100644
--- a/www/tinytinyhttpd/Makefile
+++ b/www/tinytinyhttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tinytinyhttpd
-PORTVERSION= 0.0.5
+PORTVERSION= 0.0.6b
CATEGORIES= www
MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \
${MASTER_SITE_LOCAL}
@@ -14,10 +14,10 @@ MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \
MAINTAINER= smatsui@karashi.org
COMMENT= Tiny tiny httpd
-PLIST_FILES= bin/tthttpd
-PORTDOCS= README.mkd example.conf ChangeLog
+HAS_CONFIGURE= yes
-.include <bsd.port.pre.mk>
+PLIST_FILES= bin/tthttpd
+PORTDOCS= README example.conf ChangeLog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${PREFIX}/bin
@@ -25,8 +25,8 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/example.conf ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.mkd ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/tinytinyhttpd/distinfo b/www/tinytinyhttpd/distinfo
index 14eee8a7c7a5..0e306997b20b 100644
--- a/www/tinytinyhttpd/distinfo
+++ b/www/tinytinyhttpd/distinfo
@@ -1,3 +1,3 @@
-MD5 (tinytinyhttpd-0.0.5.tar.gz) = 2ce43e72146a826d349a9f4e2dd16380
-SHA256 (tinytinyhttpd-0.0.5.tar.gz) = ca320697e8f79f4cca0cf9227ef8226d1f9d7fc191f62c2a1d97f2f35128200d
-SIZE (tinytinyhttpd-0.0.5.tar.gz) = 22085
+MD5 (tinytinyhttpd-0.0.6b.tar.gz) = 5039611319d3b9547f07e69f2ac398d4
+SHA256 (tinytinyhttpd-0.0.6b.tar.gz) = 63cc78b52103094c75d27dfd32899ae464063b29edb925bd067bbf4bba388b0b
+SIZE (tinytinyhttpd-0.0.6b.tar.gz) = 109746