1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.2.11

This commit is contained in:
Sylvio Cesar Teixeira 2013-01-08 19:31:30 +00:00
parent a8929fe8b1
commit 38ef4d44a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310107
2 changed files with 15 additions and 15 deletions

View File

@ -1,13 +1,8 @@
# New ports collection makefile for: rejik # Created by: Elisey Savateev <b3k@mail.ru>
# Date created: 29 October 2005
# Whom: Elisey Savateev <b3k@mail.ru>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= rejik PORTNAME= rejik
PORTVERSION= 3.2.10 PORTVERSION= 3.2.11
PORTREVISION= 1
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://www.rejik.ru/download/ \ MASTER_SITES= http://www.rejik.ru/download/ \
http://bio3k.softboard.ru/uploads/arch/ http://bio3k.softboard.ru/uploads/arch/
@ -27,10 +22,15 @@ SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}
OPTIONS= BAN "With banlists" on \ OPTIONS_DEFINE= BAN DBL WWW
DBL "With DBL scripts" off \
WWW "With error pages" on \
OPTIONS_DEFAULT=BAN WWW
BAN_DESC= With banlists
DBL_DESC= With DBL scripts
WWW_DESC= With error pages
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
# Redifine this if you need # Redifine this if you need
@ -39,21 +39,21 @@ SQUID_GROUP?= squid
INSTALL_DIR?= ${PORTNAME} INSTALL_DIR?= ${PORTNAME}
INSTALL_PATH?= ${PREFIX}/${INSTALL_DIR} INSTALL_PATH?= ${PREFIX}/${INSTALL_DIR}
.if !defined(WITHOUT_BAN) .if ${PORT_OPTIONS:MBAN}
DISTFILES+= banlists-2.x.x.tgz DISTFILES+= banlists-2.x.x.tgz
PLIST_SUB+= BAN="" PLIST_SUB+= BAN=""
.else .else
PLIST_SUB+= BAN="@comment " PLIST_SUB+= BAN="@comment "
.endif .endif
.if !defined(WITHOUT_WWW) .if ${PORT_OPTIONS:MWWW}
DISTFILES+= squid-like-www-en.tgz DISTFILES+= squid-like-www-en.tgz
PLIST_SUB+= WWW="" PLIST_SUB+= WWW=""
.else .else
PLIST_SUB+= WWW="@comment " PLIST_SUB+= WWW="@comment "
.endif .endif
.if defined(WITH_DBL) .if ${PORT_OPTIONS:MDBL}
DISTFILES+= dbl-2.0.tgz DISTFILES+= dbl-2.0.tgz
USE_PERL5_RUN= yes USE_PERL5_RUN= yes
RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \

View File

@ -1,5 +1,5 @@
SHA256 (redirector-3.2.10.tgz) = 1648af09df86dba5a73fa8d3ebaf02a62c281b847b96d5921507093056a0d05f SHA256 (redirector-3.2.11.tgz) = e4fea385a05a6a476c0960fd7ac7198dd1fb570c37ff9b7a477ae0017f0d4eb9
SIZE (redirector-3.2.10.tgz) = 45407 SIZE (redirector-3.2.11.tgz) = 45598
SHA256 (banlists-2.x.x.tgz) = 221a40e8db9d19477d6fdece00c9152526a0d2f0c2298504fc99b4378457b09e SHA256 (banlists-2.x.x.tgz) = 221a40e8db9d19477d6fdece00c9152526a0d2f0c2298504fc99b4378457b09e
SIZE (banlists-2.x.x.tgz) = 116100 SIZE (banlists-2.x.x.tgz) = 116100
SHA256 (squid-like-www-en.tgz) = c4f32179c742cec5f0f03891f8bf0eb4825bfff3a36e6bf0952d641a0973332a SHA256 (squid-like-www-en.tgz) = c4f32179c742cec5f0f03891f8bf0eb4825bfff3a36e6bf0952d641a0973332a