diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-23 19:20:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-23 19:20:32 +0800 |
commit | 11e90a86925089d6ac6494d575e685f91bec7d97 (patch) | |
tree | 55510463d5c8c73dc0f4023c79aea182b9b0dda7 /www | |
parent | 0f268a4e8d5dde91026356fb57b82225fb1f5a1b (diff) | |
download | freebsd-ports-gnome-11e90a86925089d6ac6494d575e685f91bec7d97.tar.gz freebsd-ports-gnome-11e90a86925089d6ac6494d575e685f91bec7d97.tar.zst freebsd-ports-gnome-11e90a86925089d6ac6494d575e685f91bec7d97.zip |
- Update to 1.7.0
- Use %%DATADIR%%
- Fully respect CFLAGS
PR: 87639
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: Brad Davis <so14k@so14k.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/tinyproxy/Makefile | 9 | ||||
-rw-r--r-- | www/tinyproxy/distinfo | 4 | ||||
-rw-r--r-- | www/tinyproxy/pkg-plist | 16 |
3 files changed, 16 insertions, 13 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index bd4c36bb21ea..7833ae67667f 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinyproxy -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,14 +17,17 @@ COMMENT= A small, efficient HTTP proxy server GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --with-config=${PREFIX}/etc/tinyproxy/tinyproxy.conf --program-transform-name="" +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: - ${REINPLACE_CMD} -e s:/etc/tinyproxy/tinyproxy.conf:${PREFIX}/etc/tinyproxy/tinyproxy.conf: \ + @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/\(etc/tinyproxy/tinyproxy.conf\)|${PREFIX}/\1|' \ ${WRKSRC}/doc/tinyproxy.8 .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|stdlib.h|' ${WRKSRC}/src/scanner.c diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 4323826881d0..df62727c1567 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,2 +1,2 @@ -MD5 (tinyproxy-1.6.2.tar.gz) = 08abe93ebd3a229a68e471bb5e013c46 -SIZE (tinyproxy-1.6.2.tar.gz) = 463274 +MD5 (tinyproxy-1.7.0.tar.gz) = ccacdd9cb093202886b6c7c9e453a804 +SIZE (tinyproxy-1.7.0.tar.gz) = 413986 diff --git a/www/tinyproxy/pkg-plist b/www/tinyproxy/pkg-plist index 498b5081fb97..157256fa9dd7 100644 --- a/www/tinyproxy/pkg-plist +++ b/www/tinyproxy/pkg-plist @@ -1,12 +1,12 @@ etc/rc.d/tinyproxy.sh 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 +%%DATADIR%%/HTML_VARIABLES +%%DATADIR%%/debug.html +%%DATADIR%%/debug.html.dist +%%DATADIR%%/default.html +%%DATADIR%%/default.html.dist +%%DATADIR%%/stats.html +%%DATADIR%%/stats.html.dist +@dirrm %%DATADIR%% @dirrm etc/tinyproxy |