aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-10-30 06:14:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-10-30 06:14:47 +0800
commit703470911067d6ccf88c198ab78bfb19574fcb56 (patch)
tree091bdce2cd633ecb6c45d68014e423ec85586e7c /databases
parent6e56896493d1638345850b424187289f29c2cb7e (diff)
downloadfreebsd-ports-gnome-703470911067d6ccf88c198ab78bfb19574fcb56.tar.gz
freebsd-ports-gnome-703470911067d6ccf88c198ab78bfb19574fcb56.tar.zst
freebsd-ports-gnome-703470911067d6ccf88c198ab78bfb19574fcb56.zip
Update MASTER_SITES and WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-TokyoCabinet/Makefile2
-rw-r--r--databases/p5-TokyoCabinet/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-TokyoCabinet/Makefile b/databases/p5-TokyoCabinet/Makefile
index db4497bf56b7..f2dd64f47ea1 100644
--- a/databases/p5-TokyoCabinet/Makefile
+++ b/databases/p5-TokyoCabinet/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.34
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= LOCAL/kuriyama \
- http://fallabs.com/tokyocabinet/perlpkg/
+ https://fallabs.com/tokyocabinet/perlpkg/
PKGNAMEPREFIX= p5-
DISTNAME= tokyocabinet-perl-${PORTVERSION}
diff --git a/databases/p5-TokyoCabinet/pkg-descr b/databases/p5-TokyoCabinet/pkg-descr
index de1045d359fa..b0744a91ac51 100644
--- a/databases/p5-TokyoCabinet/pkg-descr
+++ b/databases/p5-TokyoCabinet/pkg-descr
@@ -1,3 +1,3 @@
Perl extension for TokyoCabinet.
-WWW: http://fallabs.com/tokyocabinet/
+WWW: https://fallabs.com/tokyocabinet/
sertions'>+70 * Evolution 2.23.4 release udpates and version bump.EVOLUTION_2_23_4Johnny Jacob2008-06-173-1/+35 * plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.Johnny Jacob2008-06-162-1/+5 * ** Fix for bug #273627Milan Crha2008-06-162-2/+82 * ** Fix for bug #467892Milan Crha2008-06-164-6/+47 * Updated Russian translation by Anatol Kamynin.Nickolay V. Shmyrev2008-06-152-3483/+3922 * Updated Spanish translationJorge Gonzalez Gonzalez2008-06-142-1759/+1752 * Add more functions used by libevolution-calendar.la.Tor Lillqvist2008-06-132-2/+6 * Add new functions used by libevolution-composer.la.Tor Lillqvist2008-06-134-0/+23 * ** Part of fix for bug #304029Milan Crha2008-06-133-2/+11 * ** Fix for bug #330597Milan Crha2008-06-132-4/+9 * ** Fix for bug #337160Milan Crha2008-06-132-4/+26 * ** Fix for bug #538002Milan Crha2008-06-132-0/+12 * ** Fix for bug #314467Milan Crha2008-06-132-0/+8 * Updated Arabic Translation by Abou Manal. Djihed Afifi2008-06-122-2107/+2145 * A simple example python plugin - just hook onto events.Johnny Jacob2008-06-125-0/+81 * EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-127-2/+330 * Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.Matthew Barnes2008-06-1113-10/+32 * ** Fix for bug #340683Milan Crha2008-06-102-48/+166 * Added missing file.Andre Klapper2008-06-102-0/+5 * ** Fix for bug #535791Milan Crha2008-06-096-6/+66 * ** Fix for bug #201011Milan Crha2008-06-097-5/+92 * ** Fix for bug #536813Milan Crha2008-06-095-3/+44 * ** Fix for bug #536772Milan Crha2008-06-092-0/+9 * ** Fix for bug #509595Milan Crha2008-06-092-10/+41 * Attachment Reminder : Fixes Bug #208943. Add attachment button added.Johnny Jacob2008-06-093-5/+22 * Code cleanup.Matthew Barnes2008-06-093-77/+192 * Updated Spanish translationJorge Gonzalez Gonzalez2008-06-082-300/+380 * Updated Norwegian bokmål translation.Kjartan Maraas2008-06-082-1821/+1812 * Updated Spanish translationJorge Gonzalez Gonzalez2008-06-072-166/+173 * Dumb typo.Matthew Barnes2008-06-071-1/+1 * Fix build breakage. Apparently <gtk/gtk.h> only recently startedMatthew Barnes2008-06-077-0/+7 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-06372-1337/+327 * Fix a typo.Matthew Barnes2008-06-062-1/+5 * Tell which plugin it could not load in the warning message.Tor Lillqvist2008-06-062-1/+6 * Add -Wl,--exclude-libs=libiconv.a to ICONV_LIBS on Windows to avoidTor Lillqvist2008-06-062-0/+11 * Never undefine DISABLE_DEPRECATED macros in source code. Yes, it willMatthew Barnes2008-06-064-12/+11 * updated hebrew translationYair Hershkovitz2008-06-052-263/+252 * Added libebackend to EVOLUTION_CALENDAR_LIBS (Committing on behalf of Chen)Johnny Jacob2008-06-052-1/+7 * ** Fixes security vulnerabilities CVE-2008-1108 and CVE-2008-1109Matthew Barnes2008-06-043-96/+96 * Don't undef DISABLE_DEPRECATED macros in source code. That's just evil.Matthew Barnes2008-06-042-1/+6 * ** Fix for bug #535204Shuai Liu2008-06-042-2/+8 * gtk_window_set_policy -> gtk_window_set_resizable + other cleanups.Kjartan Maraas2008-06-042-7/+12 * gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-043-3/+9 * gdk_rgb_get_cmap -> gdk_rgb_get_colormapKjartan Maraas2008-06-046-5/+14 * gdk_pixbuf_unref() -> g_object_unref()Kjartan Maraas2008-06-043-2/+8 * gtk_window_set_policy -> gtk_window_set_resizable.Kjartan Maraas2008-06-043-13/+19 * gtk_window_set_policy -> gtk_window_set_resizableKjartan Maraas2008-06-042-2/+6 * Migrate from gtk_window_set_policy() to gtk_window_set_resizable() andKjartan Maraas2008-06-048-52/+55 * Use non-deprecated gtk+ api.Kjartan Maraas2008-06-042-1/+6 * Evolution 2.23.1.1 release and version bump.EVOLUTION_2_23_3Srinivasa Ragavan2008-06-033-1/+58 * ** Re-fixes bug #437579Matthew Barnes2008-06-022-60/+66 * Bump eds_minimum_version to 2.23.3 for CAMEL_MESSAGE_FORWARDED.Matthew Barnes2008-06-022-1/+6 * Distribute the Glade file.Matthew Barnes2008-06-022-1/+7 * Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-06-023-54/+20 * Updated Vietnamese translationClytie Siddall2008-06-022-157/+169 * Committing on behalf of Jacob Brown <jeblinux@gmail.com>Jacob Brown2008-06-028-4/+28 * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-7/+26 * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-023-19/+64 * Committing on behalf of Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2008-06-024-3/+19 * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-022-44/+45 * ** Fix for bug #535689Lucian Langa2008-06-022-1/+9 * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-023-28/+120 * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-026-3/+55 * Updated Vietnamese translationClytie Siddall2008-06-012-1416/+1025 * Corrected my name in the About dialog -- for some reason, it was in the wrong...ÉRDI Gergo2008-06-011-1/+1 * Updated Galician Translation.Ignacio Casal Quinteiro2008-06-012-2399/+2974 * ** Fix for bug #535670Lucian Langa2008-05-313-0/+12 * ** Fixes bug #535273Frederic Crozat2008-05-302-1/+9 * Updated Spanish translation, fixes bug #535014Jorge Gonzalez Gonzalez2008-05-282-141/+159 * ** Fix for bug #532384Milan Crha2008-05-272-4/+33 * Fixes bnc #394441Bharath Acharya2008-05-272-0/+8 * ** Fix for bug #317755Milan Crha2008-05-277-2/+117 * ** Fix for bug #322553Milan Crha2008-05-274-3/+47 * Fix for Bug 496476 : Let the plugin configure widgets expand (resize).Johnny Jacob2008-05-265-42/+35 * Updated British English translation.Philip Withnall2008-05-252-19/+23 * Updated British English translation.Philip Withnall2008-05-252-2232/+2607 * Updated Vietnamese translationClytie Siddall2008-05-252-4019/+4769 * Translation updated by Ivar SmolinPriit Laes2008-05-252-3/+7 * Translation updated by Tino Meinen.Vincent van Adrighem2008-05-241-0/+4 * Translation updated by Ivar SmolinPriit Laes2008-05-242-2/+6 * Fixed a typoNikos Charonitakis2008-05-241-0/+4 * Fixed a typoNikos Charonitakis2008-05-241-2409/+1631 * Updated Spanish translationJorge Gonzalez Gonzalez2008-05-242-438/+413 * Updated Spanish translationJorge Gonzalez Gonzalez2008-05-242-161/+132 * ** Fixes bug #534476Matthew Barnes2008-05-237-28/+40 * Patch from Milan Crha <mcrha@redhat.com> ** Part of fix for bug #523402 (lea...Suman Manjunath2008-05-233-0/+12 * Convert the the warning to a message.Srinivasa Ragavan2008-05-232-1/+6 * Fix this up. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-233-364/+329 * Attachment Reminder - Fixes Bug #529995. Disable the plugin when user says - ...Johnny Jacob2008-05-234-232/+141 * Code cleanup. Also add an "enabled" property to EPlugin.Matthew Barnes2008-05-233-168/+366 * ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-2310-33/+28 * ** Fixes bug #534360Matthew Barnes2008-05-23