diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-19 04:47:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-19 04:47:49 +0800 |
commit | 9a2adb328f71923c986cc69f77c4c3f14c44e587 (patch) | |
tree | 14d02ebdd382fee203b82bcf6c8f4ae774f9bb71 /www/tinytinyhttpd | |
parent | a9bac89c527eb32eb0cb030228aecb35cb92a962 (diff) | |
download | freebsd-ports-gnome-9a2adb328f71923c986cc69f77c4c3f14c44e587.tar.gz freebsd-ports-gnome-9a2adb328f71923c986cc69f77c4c3f14c44e587.tar.zst freebsd-ports-gnome-9a2adb328f71923c986cc69f77c4c3f14c44e587.zip |
- Update to 0.0.6b
PR: 137898
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer)
Diffstat (limited to 'www/tinytinyhttpd')
-rw-r--r-- | www/tinytinyhttpd/Makefile | 12 | ||||
-rw-r--r-- | www/tinytinyhttpd/distinfo | 6 |
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 |