summaryrefslogtreecommitdiffstats
path: root/mail/sympa5
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-11-23 12:10:09 +0000
committerflz <flz@FreeBSD.org>2005-11-23 12:10:09 +0000
commit9d776b42032ac73a874fbed9ca4747b73f18ee47 (patch)
tree80f838ba2f461cbb343b04c19a83be53665b4387 /mail/sympa5
parente7bfcf4ea2c55e36868545e3868e9ee745f59698 (diff)
downloadFreeBSD-ports-9d776b42032ac73a874fbed9ca4747b73f18ee47.zip
FreeBSD-ports-9d776b42032ac73a874fbed9ca4747b73f18ee47.tar.gz
- Update to 5.1.2.
- Add SHA256 checksum while I'm here. PR: ports/89408 Submitted by: maintainer
Diffstat (limited to 'mail/sympa5')
-rw-r--r--mail/sympa5/Makefile3
-rw-r--r--mail/sympa5/distinfo5
-rw-r--r--mail/sympa5/files/patch-Makefile.in26
-rw-r--r--mail/sympa5/files/patch-check_perl_modules.pl19
-rw-r--r--mail/sympa5/files/patch-src-Language.pm45
-rw-r--r--mail/sympa5/pkg-plist54
6 files changed, 58 insertions, 94 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile
index da65a1e..5c53332 100644
--- a/mail/sympa5/Makefile
+++ b/mail/sympa5/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sympa
-PORTVERSION= 5.1
+PORTVERSION= 5.1.2
CATEGORIES= mail
MASTER_SITES?= http://www.sympa.org/distribution/
@@ -24,7 +24,6 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${LOCALBASE}/bin/mhonarc:${PORTSDIR}/www/mhonarc
-
RUN_DEPENDS= ${BUILD_DEPENDS}
LATEST_LINK= sympa5
diff --git a/mail/sympa5/distinfo b/mail/sympa5/distinfo
index b80a381..f76be2c 100644
--- a/mail/sympa5/distinfo
+++ b/mail/sympa5/distinfo
@@ -1,2 +1,3 @@
-MD5 (sympa-5.1.tar.gz) = 8757025ccb008dedac3d2ab01258f285
-SIZE (sympa-5.1.tar.gz) = 4197965
+MD5 (sympa-5.1.2.tar.gz) = 32e5bd554be1cb3dea15c92f2931d699
+SHA256 (sympa-5.1.2.tar.gz) = e5553f7f256637422640e00e7973ee37d8f78776ded7a4bf326307847ef99459
+SIZE (sympa-5.1.2.tar.gz) = 4328673
diff --git a/mail/sympa5/files/patch-Makefile.in b/mail/sympa5/files/patch-Makefile.in
index 569e5ae..ad8008a 100644
--- a/mail/sympa5/files/patch-Makefile.in
+++ b/mail/sympa5/files/patch-Makefile.in
@@ -27,32 +27,6 @@
importantchanges:
@( PERL=$(PERL); export PERL; \
-@@ -610,7 +612,7 @@
- $(MAKE) SH='${SH}' CC='${CC}' CFLAGS='${CFLAGS}' PERL='${PERL}' \
- DIR='${DIR}' LOCALEDIR='${LOCALEDIR}' ETCBINDIR='${ETCBINDIR}' \
- DESTDIR='${DESTDIR}' CONFIG='${CONFIG}' WWSCONFIG='${WWSCONFIG}' \
-- LOCALEDIR='${prefix}/locale' SCRIPTDIR='${SCRIPTDIR}' \
-+ SCRIPTDIR='${SCRIPTDIR}' \
- USER='${USER}' GROUP='${GROUP}') || exit 1;
-
- installlocale:
-@@ -618,7 +620,6 @@
- $(MAKE) SH='${SH}' CC='${CC}' CFLAGS='${CFLAGS}' PERL='${PERL}' \
- DIR='${DIR}' LOCALEDIR='${LOCALEDIR}' ETCBINDIR='${ETCBINDIR}' \
- DESTDIR='${DESTDIR}' CONFIG='${CONFIG}' WWSCONFIG='${WWSCONFIG}' \
-- LOCALEDIR='${prefix}/locale' \
- USER='${USER}' GROUP='${GROUP}' install) || exit 1;
-
- updatelocale:
-@@ -626,7 +627,7 @@
- $(MAKE) SH='${SH}' CC='${CC}' CFLAGS='${CFLAGS}' PERL='${PERL}' \
- DIR='${DIR}' LOCALEDIR='${LOCALEDIR}' ETCBINDIR='${ETCBINDIR}' \
- DESTDIR='${DESTDIR}' CONFIG='${CONFIG}' WWSCONFIG='${WWSCONFIG}' \
-- LOCALEDIR='${prefix}/locale' SCRIPTDIR='${SCRIPTDIR}' \
-+ SCRIPTDIR='${SCRIPTDIR}' \
- USER='${USER}' GROUP='${GROUP}' update-po) || exit 1;
-
- installsrc:
@@ -719,7 +720,7 @@
installdir:
diff --git a/mail/sympa5/files/patch-check_perl_modules.pl b/mail/sympa5/files/patch-check_perl_modules.pl
deleted file mode 100644
index eeb460c..0000000
--- a/mail/sympa5/files/patch-check_perl_modules.pl
+++ /dev/null
@@ -1,19 +0,0 @@
---- check_perl_modules.pl 2003/11/28 18:16:39
-+++ check_perl_modules.pl 2004/05/04 21:05:38
-@@ -158,6 +158,8 @@
- sub install_module {
- my ($module, $default) = @_;
-
-+ return if $ENV{'PERL_EXTUTILS_AUTOINSTALL'} =~ /--skip|--default/;
-+
- unless ($ENV{'FTP_PASSIVE'} eq 1) {
- $ENV{'FTP_PASSIVE'} = 1;
- print "Setting FTP Passive mode\n";
-@@ -178,7 +180,7 @@
- print "Install module $module ? [$default]";
- my $answer = <STDIN>; chomp $answer;
- $answer ||= $default;
-- next unless ($answer =~ /^y$/i);
-+ return unless ($answer =~ /^y$/i);
- CPAN::Shell->conf('inactivity_timeout', 4);
- CPAN::Shell->install($module);
diff --git a/mail/sympa5/files/patch-src-Language.pm b/mail/sympa5/files/patch-src-Language.pm
deleted file mode 100644
index dff55c1..0000000
--- a/mail/sympa5/files/patch-src-Language.pm
+++ /dev/null
@@ -1,45 +0,0 @@
---- src/Language.pm.orig Thu Aug 11 14:49:48 2005
-+++ src/Language.pm Mon Oct 3 10:05:04 2005
-@@ -1,5 +1,5 @@
- # Language.pm - This module does just the initial setup for the international messages
--# RCS Identication ; $Revision: 1.40.2.4 $ ; $Date: 2005/08/11 12:49:48 $
-+# RCS Identication ; $Revision: 1.40.2.5 $ ; $Date: 2005/09/23 15:39:34 $
- #
- # Sympa - SYsteme de Multi-Postage Automatique
- # Copyright (c) 1997, 1998, 1999, 2000, 2001 Comite Reseau des Universites
-@@ -126,7 +126,7 @@
- }
-
- &Locale::Messages::textdomain("sympa");
-- &Locale::Messages::bindtextdomain('sympa','--DIR--/locale');
-+ &Locale::Messages::bindtextdomain('sympa','--DIR--/share/locale');
- &Locale::Messages::bind_textdomain_codeset('sympa',$recode) if $recode;
- #bind_textdomain_codeset sympa => 'iso-8859-1';
-
-@@ -134,16 +134,20 @@
- unless (setlocale(&POSIX::LC_ALL, $locale)) {
- unless (setlocale(&POSIX::LC_ALL, $lang)) {
- unless (setlocale(&POSIX::LC_ALL, $locale.'.'.$locale2charset{$locale})) {
-- &do_log('err','Failed to setlocale(%s) ; you either have a problem with the catalogue .mo files or you should extend available locales in your /etc/locale.gen (or /etc/sysconfig/i18n) file', $locale.'.'.$locale2charset{$locale});
-- return undef;
-+ unless (setlocale(&POSIX::LC_ALL, $locale.'.'.uc($locale2charset{$locale}))) { ## UpperCase required for FreeBSD
-+ &do_log('err','Failed to setlocale(%s) ; you either have a problem with the catalogue .mo files or you should extend available locales in your /etc/locale.gen (or /etc/sysconfig/i18n) file', $locale.'.'.uc($locale2charset{$locale}));
-+ return undef;
-+ }
- }
- }
- }
-
-- unless (setlocale(&POSIX::LC_TIME, $locale)) {
-- &do_log('err','Failed to setlocale(LC_TIME,%s)', $locale.'.'.$locale2charset{$locale});
-- return undef;
-- }
-+## Problem with this, isn't LC_ALL suffiscient ?
-+#
-+# unless (setlocale(&POSIX::LC_TIME, $locale)) {
-+# &do_log('err','Failed to setlocale(LC_TIME,%s)', $locale);
-+# return undef;
-+# }
-
- $current_lang = $lang;
- $current_locale = $locale;
diff --git a/mail/sympa5/pkg-plist b/mail/sympa5/pkg-plist
index fdfc6d5c..68b269e 100644
--- a/mail/sympa5/pkg-plist
+++ b/mail/sympa5/pkg-plist
@@ -55,6 +55,52 @@ sbin/bounced.pl
sbin/sympa.pl
sbin/sympa_wizard.pl
sbin/task_manager.pl
+%%DOCSDIR%%/contents.png
+%%DOCSDIR%%/crossref.png
+%%DOCSDIR%%/img1.old
+%%DOCSDIR%%/img1.png
+%%DOCSDIR%%/img2.old
+%%DOCSDIR%%/img2.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.png
+%%DOCSDIR%%/next.png
+%%DOCSDIR%%/next_g.png
+%%DOCSDIR%%/node1.html
+%%DOCSDIR%%/node10.html
+%%DOCSDIR%%/node11.html
+%%DOCSDIR%%/node12.html
+%%DOCSDIR%%/node13.html
+%%DOCSDIR%%/node14.html
+%%DOCSDIR%%/node15.html
+%%DOCSDIR%%/node16.html
+%%DOCSDIR%%/node17.html
+%%DOCSDIR%%/node18.html
+%%DOCSDIR%%/node19.html
+%%DOCSDIR%%/node2.html
+%%DOCSDIR%%/node20.html
+%%DOCSDIR%%/node21.html
+%%DOCSDIR%%/node22.html
+%%DOCSDIR%%/node23.html
+%%DOCSDIR%%/node24.html
+%%DOCSDIR%%/node25.html
+%%DOCSDIR%%/node26.html
+%%DOCSDIR%%/node27.html
+%%DOCSDIR%%/node3.html
+%%DOCSDIR%%/node4.html
+%%DOCSDIR%%/node5.html
+%%DOCSDIR%%/node6.html
+%%DOCSDIR%%/node7.html
+%%DOCSDIR%%/node8.html
+%%DOCSDIR%%/node9.html
+%%DOCSDIR%%/prev.png
+%%DOCSDIR%%/prev_g.png
+%%DOCSDIR%%/sympa.css
+%%DOCSDIR%%/sympa.html
+%%DOCSDIR%%/sympa.pdf
+%%DOCSDIR%%/sympa.ps
+%%DOCSDIR%%/sympa.tex
+%%DOCSDIR%%/up.png
+%%DOCSDIR%%/up_g.png
%%EXAMPLESDIR%%/README
%%EXAMPLESDIR%%/config.digest
%%EXAMPLESDIR%%/config.include
@@ -84,9 +130,12 @@ sbin/task_manager.pl
%%NLS%%share/locale/pt/LC_MESSAGES/sympa.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/sympa.mo
%%NLS%%share/locale/ro/LC_MESSAGES/sympa.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/sympa.mo
%%NLS%%share/locale/tr/LC_MESSAGES/sympa.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/sympa.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/sympa.mo
+%%NLS%%share/nls/POSIX
+%%NLS%%share/nls/en_US.US-ASCII
%%DATADIR%%/README
%%DATADIR%%/auth.conf
%%DATADIR%%/ca-bundle.crt
@@ -387,6 +436,8 @@ sympa/icons/unknown.png
%%NLS%%@unexec rmdir %D/share/locale/fi 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/fr 2>/dev/null || true
+%%NLS%%@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
+%%NLS%%@unexec rmdir %D/share/locale/hu 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/it 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
@@ -403,6 +454,8 @@ sympa/icons/unknown.png
%%NLS%%@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true
+%%NLS%%@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
+%%NLS%%@unexec rmdir %D/share/locale/sv 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/tr 2>/dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
@@ -440,6 +493,7 @@ sympa/icons/unknown.png
@dirrm %%DATADIR%%
@dirrm %%EXAMPLESDIR%%/sample-list
@dirrm %%EXAMPLESDIR%%
+@dirrm %%DOCSDIR%%
@dirrm libexec/sympa
@dirrm lib/sympa/Marc
@dirrm lib/sympa
OpenPOWER on IntegriCloud