diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-12 22:16:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-12 22:16:03 +0000 |
commit | fab7682ed4cf810d49f967010d1de7bf5097c416 (patch) | |
tree | ab3017bd3bbb413cc266ceeb2f1f3f54e7e3be24 | |
parent | Although it pains me to do this (look at the listing of the directory (diff) |
- Update to 1.6.2
PR: ports/64923
Submitted by: Brad Davis <so14k@so14k.com>
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=106841
-rw-r--r-- | www/tinyproxy/Makefile | 15 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 4 | ||||
-rw-r--r-- | www/tinyproxy/pkg-plist | 10 |
3 files changed, 21 insertions, 8 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 552f4353b97b..268828a0961a 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tinyproxy -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,16 +14,22 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mitsuru@riken.go.jp COMMENT= A small, efficient HTTP proxy server -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf --program-transform-name="" +USE_REINPLACE= yes +CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf --program-transform-name="" MAN8= tinyproxy.8 +.include <bsd.port.pre.mk> + post-patch: @cd ${WRKSRC}/doc; f=tinyproxy.8; \ ${MV} $$f $$f.orig; \ ${SED} -e s:/etc/tinyproxy/tinyproxy.conf:${PREFIX}/etc/tinyproxy/tinyproxy.conf: \ < $$f.orig > $$f +.if ${OSVERSION} < 500000 + @${REINPLACE_CMD} -e 's|stdint.h|stdlib.h|' ${WRKSRC}/src/scanner.c +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index c3098515804c..4323826881d0 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,2 +1,2 @@ -MD5 (tinyproxy-1.5.3.tar.gz) = 589e3344f6da5867691a72d4ec72aa5e -SIZE (tinyproxy-1.5.3.tar.gz) = 352005 +MD5 (tinyproxy-1.6.2.tar.gz) = 08abe93ebd3a229a68e471bb5e013c46 +SIZE (tinyproxy-1.6.2.tar.gz) = 463274 diff --git a/www/tinyproxy/pkg-plist b/www/tinyproxy/pkg-plist index ebea748a9e5c..d84e3f5e562c 100644 --- a/www/tinyproxy/pkg-plist +++ b/www/tinyproxy/pkg-plist @@ -1,3 +1,11 @@ -sbin/tinyproxy etc/tinyproxy/tinyproxy.conf-dist +sbin/tinyproxy +share/tinyproxy/HTML_VARIABLES +share/tinyproxy/debug.html +share/tinyproxy/debug.html.dist +share/tinyproxy/default.html +share/tinyproxy/default.html.dist +share/tinyproxy/stats.html +share/tinyproxy/stats.html.dist +@dirrm share/tinyproxy @dirrm etc/tinyproxy |