diff options
author | adam <adam> | 2005-09-06 15:19:31 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-06 15:19:31 +0000 |
commit | 44646d587d4c2868f420bb750f9984693695cbfb (patch) | |
tree | 3932bdabbde6be985133719e7c9608de2e4f7a7e /www/thy/Makefile | |
parent | 4884ee58502945061dc876be036b96db836ef801 (diff) | |
download | pkgsrc-44646d587d4c2868f420bb750f9984693695cbfb.tar.gz |
Changes 0.9.4:
Took some time to do this release, and the fixes are numerous, an
upgrade is highly recommended. Major changes include an increased
header limit, which fixes inter-operation with some versions of lynx;
a fix for a crash when trying to access user pages of people who do
not actually exist (ie, /~badusername).
On the new features front, the -U option now accepts usernames too,
not just user ids.
Diffstat (limited to 'www/thy/Makefile')
-rw-r--r-- | www/thy/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/www/thy/Makefile b/www/thy/Makefile index ab5e6981485..979a7effa3d 100644 --- a/www/thy/Makefile +++ b/www/thy/Makefile @@ -1,22 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:46 jlam Exp $ -# +# $NetBSD: Makefile,v 1.8 2005/09/06 15:19:31 adam Exp $ -DISTNAME= thy-0.9.3 -PKGREVISION= 2 -CATEGORIES= www -MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/stable/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= thy-0.9.4 +CATEGORIES= www +MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/stable/ -MAINTAINER= algernon@bonehunter.rulez.org -HOMEPAGE= http://bonehunter.rulez.org/software/thy/ -COMMENT= Tiny and fast HTTP daemon +MAINTAINER= algernon@bonehunter.rulez.org +HOMEPAGE= http://bonehunter.rulez.org/software/thy/ +COMMENT= Tiny and fast HTTP daemon .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 -GNU_CONFIGURE= yes -USE_TOOLS+= bison gmake lex USE_PKGINSTALL= yes +USE_TOOLS+= bison gmake lex +GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= thy CONF_FILES= ${EGDIR}/thyrc ${PKG_SYSCONFDIR}/thyrc \ @@ -48,6 +45,6 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/etc/thyrc ${EGDIR} -.include "../../security/gnutls/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |