Date: Sun, 21 Oct 2012 15:39:42 +0200 (CEST) From: Geoffroy Desvernay <dgeo@centrale-marseille.fr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172932: [PATCH] mail/sympa: update to 6.1.15 Message-ID: <20121021133942.3CD6B1CCF0@dgeo.sysadm.ec-m.fr> Resent-Message-ID: <201210211350.q9LDo0hs025401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172932 >Category: ports >Synopsis: [PATCH] mail/sympa: update to 6.1.15 >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: Sun Oct 21 13:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Wed Oct 17 22:53:03 CEST 2012 >Description: - Update to 6.1.15 - add missing dependency to p5-MIME-Lite-HTML - remove --mandir as portlint suggested Port maintainer (crees@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- sympa-6.1.15.patch begins here --- diff -ruN --exclude=CVS ../sympa.orig/Makefile ./Makefile --- ../sympa.orig/Makefile 2012-08-18 16:29:08.000000000 +0200 +++ ./Makefile 2012-10-21 15:35:15.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= sympa -PORTVERSION= 6.1.11 -PORTREVISION= 1 +PORTVERSION= 6.1.15 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -38,7 +37,8 @@ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-HTML-StripScripts-Parser>=0:${PORTSDIR}/www/p5-HTML-StripScripts-Parser \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-MIME-Lite-HTML>=0:${PORTSDIR}/mail/p5-MIME-Lite-HTML # Ignore alpha/beta versions PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ @@ -62,8 +62,7 @@ --with-modulesdir=${PREFIX}/libexec/${PORTNAME} \ --with-piddir=/var/run/${PORTNAME} \ --with-scriptdir=${PREFIX}/libexec/${PORTNAME} \ - --with-spooldir=/var/spool/${PORTNAME} \ - --mandir=${MAN8PREFIX}/man + --with-spooldir=/var/spool/${PORTNAME} CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install diff -ruN --exclude=CVS ../sympa.orig/distinfo ./distinfo --- ../sympa.orig/distinfo 2012-05-21 22:12:39.000000000 +0200 +++ ./distinfo 2012-10-21 13:38:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (sympa-6.1.11.tar.gz) = 3126bbcd68fc85ee6c5f05bf6e9fd369be906e265d28320080dc634b05bcc2a8 -SIZE (sympa-6.1.11.tar.gz) = 7547265 +SHA256 (sympa-6.1.15.tar.gz) = 77452dec45d2fdd022093c82aaf40100396e86d4b58194009e06e9b6c6da1c1c +SIZE (sympa-6.1.15.tar.gz) = 7807600 diff -ruN --exclude=CVS ../sympa.orig/pkg-plist ./pkg-plist --- ../sympa.orig/pkg-plist 2012-05-21 22:12:39.000000000 +0200 +++ ./pkg-plist 2012-10-21 13:43:50.000000000 +0200 @@ -177,6 +177,7 @@ %%EXAMPLESDIR%%/scenari/add.default %%EXAMPLESDIR%%/scenari/add.owner %%EXAMPLESDIR%%/scenari/add.owner_notify +%%EXAMPLESDIR%%/scenari/automatic_list_creation.family_owner %%EXAMPLESDIR%%/scenari/automatic_list_creation.listmaster %%EXAMPLESDIR%%/scenari/automatic_list_creation.public %%EXAMPLESDIR%%/scenari/create_list.intranet @@ -282,6 +283,9 @@ %%EXAMPLESDIR%%/web_tt2/arcsearch_form.tt2 %%EXAMPLESDIR%%/web_tt2/authorization_reject.tt2 %%EXAMPLESDIR%%/web_tt2/auto_signoff.tt2 +%%EXAMPLESDIR%%/web_tt2/automatic_lists_management_request.tt2 +%%EXAMPLESDIR%%/web_tt2/automatic_lists_request.tt2 +%%EXAMPLESDIR%%/web_tt2/automatic_lists.tt2 %%EXAMPLESDIR%%/web_tt2/blacklist.tt2 %%EXAMPLESDIR%%/web_tt2/button_footer.tt2 %%EXAMPLESDIR%%/web_tt2/button_header.tt2 @@ -311,6 +315,8 @@ %%EXAMPLESDIR%%/web_tt2/editfile.tt2 %%EXAMPLESDIR%%/web_tt2/editsubscriber.tt2 %%EXAMPLESDIR%%/web_tt2/error.tt2 +%%EXAMPLESDIR%%/web_tt2/family_signoff.tt2 +%%EXAMPLESDIR%%/web_tt2/family_signoff_request.tt2 %%EXAMPLESDIR%%/web_tt2/footer.tt2 %%EXAMPLESDIR%%/web_tt2/get_closed_lists.tt2 %%EXAMPLESDIR%%/web_tt2/get_inactive_lists.tt2 @@ -328,6 +334,7 @@ %%EXAMPLESDIR%%/web_tt2/help_mail_commands.tt2 %%EXAMPLESDIR%%/web_tt2/help_sendmsg.tt2 %%EXAMPLESDIR%%/web_tt2/help_shared.tt2 +%%EXAMPLESDIR%%/web_tt2/help_suspend.tt2 %%EXAMPLESDIR%%/web_tt2/help_user.tt2 %%EXAMPLESDIR%%/web_tt2/help_user_options.tt2 %%EXAMPLESDIR%%/web_tt2/home.tt2 @@ -409,8 +416,8 @@ %%NLS%%share/locale/de/LC_MESSAGES/web_help.mo %%NLS%%share/locale/el/LC_MESSAGES/sympa.mo %%NLS%%share/locale/el/LC_MESSAGES/web_help.mo -%%NLS%%share/locale/en_US/LC_MESSAGES/sympa.mo -%%NLS%%share/locale/en_US/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/en/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/en/LC_MESSAGES/web_help.mo %%NLS%%share/locale/es/LC_MESSAGES/sympa.mo %%NLS%%share/locale/es/LC_MESSAGES/web_help.mo %%NLS%%share/locale/et/LC_MESSAGES/sympa.mo @@ -538,8 +545,8 @@ %%NLS%%@dirrmtry share/locale/et %%NLS%%@dirrmtry share/locale/es/LC_MESSAGES %%NLS%%@dirrmtry share/locale/es -%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/en_US +%%NLS%%@dirrmtry share/locale/en/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en %%NLS%%@dirrmtry share/locale/el/LC_MESSAGES %%NLS%%@dirrmtry share/locale/el %%NLS%%@dirrmtry share/locale/de/LC_MESSAGES --- sympa-6.1.15.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?20121021133942.3CD6B1CCF0>