Upgrade pronto to 2.2.5.
This commit is contained in:
parent
b6480f49a3
commit
5b205b48eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42181
@ -5,14 +5,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pronto
|
||||
PORTVERSION= 2.2.3
|
||||
PORTVERSION= 2.2.5
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= http://muhri.net/pronto/
|
||||
|
||||
MAINTAINER= killer@prosalg.no
|
||||
|
||||
BUILD_DEPENDS=\
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/DBD/CSV.pm:${PORTSDIR}/databases/p5-DBD-CSV \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
@ -21,8 +21,11 @@ BUILD_DEPENDS=\
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Lingua/Ispell.pm:${PORTSDIR}/textproc/p5-Lingua-Ispell \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/XmHTML.pm:${PORTSDIR}/x11-toolkits/p5-GtkXmHTML
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Lingua/Ispell.pm:${PORTSDIR}/textproc/p5-Lingua-Ispell
|
||||
|
||||
.if defined(WITH_HTML)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/XmHTML.pm:${PORTSDIR}/x11-toolkits/p5-GtkXmHTML
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pronto-2.2.3.tar.gz) = f5a09fbd0541c45c326c371c9177779d
|
||||
MD5 (pronto-2.2.5.tar.gz) = 4ef131193436ca3ccd6beda589b7a4c3
|
||||
|
@ -12,6 +12,7 @@ lib/pronto/Pronto/Crypt/GUI.pm
|
||||
lib/pronto/Pronto/Crypt/PGP.pm
|
||||
lib/pronto/Pronto/About.pm
|
||||
lib/pronto/Pronto/AddressBook.pm
|
||||
lib/pronto/Pronto/CListView.pm
|
||||
lib/pronto/Pronto/CPronto.pm
|
||||
lib/pronto/Pronto/Compose.pm
|
||||
lib/pronto/Pronto/Config.pm
|
||||
@ -22,6 +23,7 @@ lib/pronto/Pronto/FirstRun.pm
|
||||
lib/pronto/Pronto/FolderMenus.pm
|
||||
lib/pronto/Pronto/FolderTree.pm
|
||||
lib/pronto/Pronto/Get.pm
|
||||
lib/pronto/Pronto/Getnonblocking.pm
|
||||
lib/pronto/Pronto/Help.pm
|
||||
lib/pronto/Pronto/IPC.pm
|
||||
lib/pronto/Pronto/Import.pm
|
||||
@ -140,12 +142,14 @@ lib/pronto/pixmaps/splash.xpm
|
||||
lib/pronto/migration-scripts/1.0to1.2
|
||||
lib/pronto/migration-scripts/1.2to2.0
|
||||
lib/pronto/migration-scripts/2.0to2.2
|
||||
lib/pronto/migration-scripts/MSOutlookAddresses2SQLPronto.pl
|
||||
lib/pronto/migration-scripts/addfiltercount.pl
|
||||
lib/pronto/migration-scripts/addref.pl
|
||||
lib/pronto/migration-scripts/combine.sh
|
||||
lib/pronto/migration-scripts/convert-dates.pl
|
||||
lib/pronto/migration-scripts/dbmigrate.pl
|
||||
lib/pronto/migration-scripts/dbswitch.pl
|
||||
lib/pronto/migration-scripts/dbswitch.pl~
|
||||
lib/pronto/migration-scripts/decodesubj.pl
|
||||
lib/pronto/migration-scripts/dropconfig.pl
|
||||
lib/pronto/migration-scripts/filter.pl
|
||||
@ -155,6 +159,7 @@ lib/pronto/migration-scripts/migrate.pl
|
||||
lib/pronto/migration-scripts/mkaddbtable.pl
|
||||
lib/pronto/migration-scripts/mkmimetable.pl
|
||||
lib/pronto/migration-scripts/setupfriendly.pl
|
||||
lib/pronto/migration-scripts/bodytext2db
|
||||
lib/pronto/docs/images/logo.gif
|
||||
lib/pronto/docs/index.html
|
||||
lib/pronto/docs/main.html
|
||||
@ -162,16 +167,16 @@ lib/pronto/docs/option.html
|
||||
lib/pronto/prontolib.pl
|
||||
lib/pronto/HtmlStripper.pm
|
||||
lib/pronto/pronto.gtkrc
|
||||
@dirrm lib/pronto/docs/images
|
||||
@dirrm lib/pronto/Prontocrypt
|
||||
@dirrm lib/pronto/migration-scripts
|
||||
@dirrm lib/pronto/pixmaps/aqua
|
||||
@dirrm lib/pronto/pixmaps/neon
|
||||
@dirrm lib/pronto/pixmaps/penguin
|
||||
@dirrm lib/pronto/pixmaps/pro
|
||||
@dirrm lib/pronto/pixmaps
|
||||
@dirrm lib/pronto/Pronto/Crypt
|
||||
@dirrm lib/pronto/Pronto/Data
|
||||
@dirrm lib/pronto/Pronto/Crypt
|
||||
@dirrm lib/pronto/Pronto
|
||||
@dirrm lib/pronto/pixmaps/neon
|
||||
@dirrm lib/pronto/pixmaps/pro
|
||||
@dirrm lib/pronto/pixmaps/aqua
|
||||
@dirrm lib/pronto/pixmaps/penguin
|
||||
@dirrm lib/pronto/pixmaps
|
||||
@dirrm lib/pronto/migration-scripts
|
||||
@dirrm lib/pronto/Prontocrypt
|
||||
@dirrm lib/pronto/docs/images
|
||||
@dirrm lib/pronto/docs
|
||||
@dirrm lib/pronto
|
||||
|
Loading…
Reference in New Issue
Block a user