aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2013-10-27 15:20:39 +0800
committertota <tota@FreeBSD.org>2013-10-27 15:20:39 +0800
commit8e178fb2f3708cfc742d79e1f1c73e32b922e9a5 (patch)
treea44891d47b2f08c58ffdcd233a13f9028bf09d34
parent1ef9c4b7a223c869bbfd2665d8ffb916facc1954 (diff)
downloadfreebsd-ports-gnome-8e178fb2f3708cfc742d79e1f1c73e32b922e9a5.tar.gz
freebsd-ports-gnome-8e178fb2f3708cfc742d79e1f1c73e32b922e9a5.tar.zst
freebsd-ports-gnome-8e178fb2f3708cfc742d79e1f1c73e32b922e9a5.zip
- Update to 4.0.1
-rw-r--r--www/tdiary/Makefile7
-rw-r--r--www/tdiary/distinfo4
-rw-r--r--www/tdiary/pkg-plist2
3 files changed, 7 insertions, 6 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile
index a706513eec3d..b6d7d165b0c8 100644
--- a/www/tdiary/Makefile
+++ b/www/tdiary/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tdiary
-PORTVERSION= 4.0.0
-PORTREVISION= 2
+PORTVERSION= 4.0.1
CATEGORIES?= www ruby
MASTER_SITES= http://www.tdiary.org/download/
DISTNAME= ${PORTNAME}-full-v${PORTVERSION}
@@ -37,8 +36,8 @@ DOCFILES= HOWTO-authenticate-in-rack HOWTO-make-io \
HOWTO-make-plugin HOWTO-make-theme \
HOWTO-testing-tDiary HOWTO-use-plugin \
HOWTO-write-tDiary.en HOWTO-write-tDiary \
- INSTALL-cgi INSTALL-paas INSTALL-rack INSTALL \
- README.en README UPGRADE
+ INSTALL-paas INSTALL README.en \
+ README UPGRADE
HTML= ${DOCFILES:S/$/.html/}
MD= ${DOCFILES:S/$/.md/}
PORTDOCS= ChangeLog doc.css ${HTML} ${MD}
diff --git a/www/tdiary/distinfo b/www/tdiary/distinfo
index e80a6ae122e9..25c878eec358 100644
--- a/www/tdiary/distinfo
+++ b/www/tdiary/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tdiary-full-v4.0.0.tar.gz) = 3fc15f36c87b2e3302361be1400e9d044815d05fdd01bcd8e4d456907e296be4
-SIZE (tdiary-full-v4.0.0.tar.gz) = 15120531
+SHA256 (tdiary-full-v4.0.1.tar.gz) = 839ce4fa940fc31e61c7cb22229516bcc13b806f0787bccf87e3635335e470bf
+SIZE (tdiary-full-v4.0.1.tar.gz) = 14800969
diff --git a/www/tdiary/pkg-plist b/www/tdiary/pkg-plist
index 3269e04e711e..b66714a6a989 100644
--- a/www/tdiary/pkg-plist
+++ b/www/tdiary/pkg-plist
@@ -174,6 +174,7 @@
%%WWWDIR%%/misc/style/wiki/README.en
%%WWWDIR%%/misc/style/wiki/wiki_parser.rb
%%WWWDIR%%/misc/style/wiki/wiki_style.rb
+%%WWWDIR%%/misc/templates/Gemfile.local.erb
%%WWWDIR%%/misc/theme_convert/Readme.rd
%%WWWDIR%%/misc/theme_convert/append.rcss
%%WWWDIR%%/misc/theme_convert/theme_convert.rb
@@ -2261,6 +2262,7 @@
@dirrm %%WWWDIR%%/plugin/en
@dirrm %%WWWDIR%%/plugin
@dirrm %%WWWDIR%%/misc/theme_convert
+@dirrm %%WWWDIR%%/misc/templates
@dirrm %%WWWDIR%%/misc/style/wiki
@dirrm %%WWWDIR%%/misc/style/rd
@dirrm %%WWWDIR%%/misc/style/gfm
0800'>2001-01-282-1/+7 * Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-2818-20/+18 * Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10 * Documented.Ettore Perazzoli2001-01-281-4/+14 * Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60 * Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-282-2/+17 * Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135 * Updated Spanish translationHector Garcia2001-01-282-475/+446 * Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5 * Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62 * Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12 * Someone forgot to update this when removing a file it uses. This wasJulian Missig2001-01-282-1/+5 * shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-284-4/+10 * Change (nonexistant) importer.sgml references to evolution-importer.sgmlJohn R. Sheets2001-01-284-24/+34 * Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-272-1/+6 * remove widgets/shortcut-bar/Makefile from here.Jason Leach2001-01-272-1/+5 * cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7 * warnings go byebyeIain Holmes2001-01-272-3/+11 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 * Menu cleanupsJP Rosevear2001-01-273-315/+84 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 * Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26 * Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13 * Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-272-2/+9 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25 * Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46 * Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 * Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22 * Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-272-4049/+4541 * Updated Spanish translationHector Garcia2001-01-272-232/+253 * Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8 * (Fixing an old FIXME)Jason Leach2001-01-262-12/+10 * Updated russian translation.Valek Frob2001-01-262-282/+314 * Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24 * Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9 * Yes, some more screw ups...Iain Holmes2001-01-262-16/+7 * Yes, I screwed up.Iain Holmes2001-01-261-2/+1 * GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-266-10/+72 * Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165 * ForgotIain Holmes2001-01-261-1/+21 * Neater importer stuff.Iain Holmes2001-01-2610-87/+578 * Missing ChangeLog.Ettore Perazzoli2001-01-261-16/+6 * Change the toolbars to only display some labels, on the right of theEttore Perazzoli2001-01-265-30/+13 * Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16 * The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-262-1/+17 * Updated Slovenian translationAndraz Tori2001-01-261-1/+0 * Updated Slovenian translationAndraz Tori2001-01-261-293/+328 * add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-262-10/+19 * Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32 * (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-262-3/+16 * (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-265-8/+92 * Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4 * Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-264-5/+49 * Added create-initial.Christopher James Lahey2001-01-26