Index: head/www/sarg/Makefile =================================================================== --- head/www/sarg/Makefile (revision 136902) +++ head/www/sarg/Makefile (revision 136903) @@ -1,41 +1,41 @@ # New ports collection makefile for: sarg # Date created: 23.02.2003 # Whom: mt@primats.org.ua # # $FreeBSD$ # PORTNAME= sarg -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mt@primats.org.ua COMMENT= Squid log analyzer and HTML report generator USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CC=gcc CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \ --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" \ --enable-htmldir="${PREFIX}/www/${PORTNAME}" \ --enable-mandir="${MAN1PREFIX}/man/man1" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(WITHOUT_GD) LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .endif MAN1= sarg.1 post-extract: @${CHMOD} +x ${WRKSRC}/sarg-php/locale post-patch: @${REINPLACE_CMD} -e '/^LDFLAGS/d' ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/www/sarg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/www/sarg/distinfo =================================================================== --- head/www/sarg/distinfo (revision 136902) +++ head/www/sarg/distinfo (revision 136903) @@ -1,2 +1,2 @@ -MD5 (sarg-2.0.7.tar.gz) = 81e9af7bc8e298fd00038a04a1dbbdcf -SIZE (sarg-2.0.7.tar.gz) = 333046 +MD5 (sarg-2.0.8.tar.gz) = d761b32ba59e64538e7e385353357a8a +SIZE (sarg-2.0.8.tar.gz) = 420970 Property changes on: head/www/sarg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/sarg/pkg-plist =================================================================== --- head/www/sarg/pkg-plist (revision 136902) +++ head/www/sarg/pkg-plist (revision 136903) @@ -1,66 +1,68 @@ bin/sarg @unexec if cmp -s %D/etc/sarg/sarg.conf %D/etc/sarg/sarg.conf.default; then rm -f %D/etc/sarg/sarg.conf; fi @exec [ ! -f %B/sarg.conf ] || cp -p %B/sarg/sarg.conf.default %B/sarg/sarg.conf etc/sarg/sarg.conf.default etc/sarg/css.tpl etc/sarg/exclude_codes -etc/sarg/fonts/Verdana.TTF +etc/sarg/fonts/FreeSans.ttf +etc/sarg/fonts/README +etc/sarg/fonts/license etc/sarg/images/datetime.png etc/sarg/images/graph.png etc/sarg/images/sarg-squidguard-block.png etc/sarg/images/sarg.png etc/sarg/languages/.new etc/sarg/languages/Bulgarian_windows1251 etc/sarg/languages/Catalan etc/sarg/languages/Czech etc/sarg/languages/Dutch etc/sarg/languages/English etc/sarg/languages/French etc/sarg/languages/German etc/sarg/languages/Greek etc/sarg/languages/Hungarian etc/sarg/languages/Indonesian etc/sarg/languages/Italian etc/sarg/languages/Japanese etc/sarg/languages/Latvian etc/sarg/languages/Polish etc/sarg/languages/Portuguese etc/sarg/languages/Romanian etc/sarg/languages/Russian_koi8 etc/sarg/languages/Russian_windows1251 etc/sarg/languages/Serbian etc/sarg/languages/Slovak etc/sarg/languages/Spanish etc/sarg/languages/Turkish etc/sarg/languages/Ukrainian_windows1251 etc/sarg/sarg-php/COPYING etc/sarg/sarg-php/INSTALL etc/sarg/sarg-php/LANGUAGES etc/sarg/sarg-php/language.php etc/sarg/sarg-php/locale/en_EN/LC_MESSAGES/messages.mo etc/sarg/sarg-php/locale/en_EN/LC_MESSAGES/messages.po etc/sarg/sarg-php/locale/fr/LC_MESSAGES/messages.mo etc/sarg/sarg-php/locale/fr/LC_MESSAGES/messages.po etc/sarg/sarg-php/locale/pt_BR/LC_MESSAGES/messages.mo etc/sarg/sarg-php/locale/pt_BR/LC_MESSAGES/messages.po etc/sarg/sarg-php/locale/ru/LC_MESSAGES/messages.mo etc/sarg/sarg-php/locale/ru/LC_MESSAGES/messages.po etc/sarg/sarg-php/sarg-block-it.php etc/sarg/sarg-php/sarg-squidguard-block.php etc/sarg/sarg-php/sarg-squidguard-block2.php etc/sarg/sarg-php/style.php etc/sarg/sarg-php/translate.this @dirrm etc/sarg/sarg-php/locale/ru/LC_MESSAGES @dirrm etc/sarg/sarg-php/locale/ru @dirrm etc/sarg/sarg-php/locale/pt_BR/LC_MESSAGES @dirrm etc/sarg/sarg-php/locale/pt_BR @dirrm etc/sarg/sarg-php/locale/fr/LC_MESSAGES @dirrm etc/sarg/sarg-php/locale/fr @dirrm etc/sarg/sarg-php/locale/en_EN/LC_MESSAGES @dirrm etc/sarg/sarg-php/locale/en_EN @dirrm etc/sarg/sarg-php/locale @dirrm etc/sarg/sarg-php @dirrm etc/sarg/languages @dirrm etc/sarg/images @dirrm etc/sarg/fonts @dirrm etc/sarg Property changes on: head/www/sarg/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property