aboutsummaryrefslogtreecommitdiff
path: root/www/tinytinyhttpd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-18 20:47:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-18 20:47:49 +0000
commit8f2a0d68102140805a6b4407bd3c00c7ea0c8f90 (patch)
tree60cf76c5bb00c36c969eaa4d78c0129bc45d7748 /www/tinytinyhttpd
parent67451ebf3609241bb95ea106c0fae4291a816ed0 (diff)
downloadports-8f2a0d68102140805a6b4407bd3c00c7ea0c8f90.tar.gz
ports-8f2a0d68102140805a6b4407bd3c00c7ea0c8f90.zip
- Update to 0.0.6b
PR: 137898 Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer)
Notes
Notes: svn path=/head/; revision=239883
Diffstat (limited to 'www/tinytinyhttpd')
-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