Date: Fri, 8 Feb 2013 21:37:55 +0100 (CET) From: Geoffroy Desvernay <dgeo@centrale-marseille.fr> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175966: [PATCH] mail/sympa: update to 6.1.17 Message-ID: <20130208203755.E07E91CD53@dgeo.sysadm.ec-m.fr> Resent-Message-ID: <201302082040.r18Ke1bM064299@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175966 >Category: ports >Synopsis: [PATCH] mail/sympa: update to 6.1.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 20:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Tue Dec 18 11:55:35 CET 2012 >Description: - Update to 6.1.17 - change Makefile's header - Upstream changelog: http://www.sympa.org/distribution/latest-stable/NEWS Port maintainer (crees@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- sympa-6.1.17.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 311951) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# Ports collection Makefile for: sympa -# Date created: 29 November 2003 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# +# Created by: Autrijus Tang <autrijus@autrijus.org> # $FreeBSD$ -# PORTNAME= sympa -PORTVERSION= 6.1.16 +PORTVERSION= 6.1.17 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -91,7 +87,7 @@ RUN_DEPENDS+= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI . if !defined(WITHOUT_APACHE) USE_APACHE_RUN= 22+ -RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi +RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi . endif .endif Index: distinfo =================================================================== --- distinfo (revision 311951) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sympa-6.1.16.tar.gz) = ba74a532ab36df3e79132a69e53e544c5680517a71745039bdd32da960b04219 -SIZE (sympa-6.1.16.tar.gz) = 7856093 +SHA256 (sympa-6.1.17.tar.gz) = a506ea6e9c88c4a91d22bf146acb06fae5c277e98312b957bdae974739145b79 +SIZE (sympa-6.1.17.tar.gz) = 7881215 Index: pkg-plist =================================================================== --- pkg-plist (revision 311951) +++ pkg-plist (working copy) @@ -84,6 +84,8 @@ %%EXAMPLESDIR%%/charset.conf %%EXAMPLESDIR%%/crawlers_detection.conf %%EXAMPLESDIR%%/create_list.conf +%%EXAMPLESDIR%%/create_list_templates/confidential/comment.tt2 +%%EXAMPLESDIR%%/create_list_templates/confidential/config.tt2 %%EXAMPLESDIR%%/create_list_templates/discussion_list/comment.tt2 %%EXAMPLESDIR%%/create_list_templates/discussion_list/config.tt2 %%EXAMPLESDIR%%/create_list_templates/hotline/comment.tt2 @@ -219,6 +221,7 @@ %%EXAMPLESDIR%%/scenari/review.private %%EXAMPLESDIR%%/scenari/review.public %%EXAMPLESDIR%%/scenari/send.closed +%%EXAMPLESDIR%%/scenari/send.confidential %%EXAMPLESDIR%%/scenari/send.default %%EXAMPLESDIR%%/scenari/send.editorkey %%EXAMPLESDIR%%/scenari/send.editorkeyonly @@ -574,6 +577,7 @@ @dirrm %%EXAMPLESDIR%%/create_list_templates/html-news-letter @dirrm %%EXAMPLESDIR%%/create_list_templates/hotline @dirrm %%EXAMPLESDIR%%/create_list_templates/discussion_list +@dirrm %%EXAMPLESDIR%%/create_list_templates/confidential @dirrm %%EXAMPLESDIR%%/create_list_templates @dirrm %%EXAMPLESDIR%% @dirrm libexec/sympa/Sympa/Template --- sympa-6.1.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130208203755.E07E91CD53>