mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2.2.1
PR: ports/106879 Submitted by: Pankov Pavel<pankov_p@mail.ru> (maintainer)
This commit is contained in:
parent
3119090a5d
commit
89a47b24b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180404
3 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ziproxy
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -69,6 +69,8 @@ post-install:
|
|||
@${INSTALL_DATA} ${WRKSRC}/var/ziproxy/error/${FILE} ${DATADIR}/error/${FILE}
|
||||
.endfor
|
||||
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/src/tools/ziproxy_genhtml_stats.sh ${TARGETDIR}/bin
|
||||
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ziproxy-2.1.1.tar.bz2) = 74df3faf28e7b4c62ae10bfcfecf1c2c
|
||||
SHA256 (ziproxy-2.1.1.tar.bz2) = 35b5dd9d06eae54e3e3ce5696a5646f6d1b7dfd15f50ca63598e8e599d3a5fd9
|
||||
SIZE (ziproxy-2.1.1.tar.bz2) = 134973
|
||||
MD5 (ziproxy-2.2.1.tar.bz2) = 4c9e6297aaf28e9ab1afb8f04953d28e
|
||||
SHA256 (ziproxy-2.2.1.tar.bz2) = 23c9a22520f6d74458fc1a9b61235f8f8471b72af2fd8ac111057c34deaaa8d6
|
||||
SIZE (ziproxy-2.2.1.tar.bz2) = 160816
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/ziproxy
|
||||
bin/ziproxylogtool
|
||||
bin/ziproxy_genhtml_stats.sh
|
||||
@unexec if cmp -s %D/etc/ziproxy.conf.sample %D/etc/ziproxy.conf; then rm -f %D/etc/ziproxy.conf; fi
|
||||
@exec if [ ! -f %D/etc/ziproxy.conf ] ; then cp -p %D/%F %B/ziproxy.conf; fi
|
||||
etc/ziproxy.conf.sample
|
||||
|
|
Loading…
Add table
Reference in a new issue