aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dircproxy
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-16 20:21:30 +0800
committervs <vs@FreeBSD.org>2005-03-16 20:21:30 +0800
commit58fb006755ca513895261605ffd811025bb253aa (patch)
tree6ff047fd612137ef25294f63780ec561b2fa764a /irc/dircproxy
parenta8b49ff7240abb11a22b32986e9ba2abb00ee88a (diff)
downloadfreebsd-ports-gnome-58fb006755ca513895261605ffd811025bb253aa.tar.gz
freebsd-ports-gnome-58fb006755ca513895261605ffd811025bb253aa.tar.zst
freebsd-ports-gnome-58fb006755ca513895261605ffd811025bb253aa.zip
Update master-site
PR: ports/76713 Submitted by: maintainer
Diffstat (limited to 'irc/dircproxy')
-rw-r--r--irc/dircproxy/Makefile3
-rw-r--r--irc/dircproxy/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile
index 853416ff8ed2..5f5513a77158 100644
--- a/irc/dircproxy/Makefile
+++ b/irc/dircproxy/Makefile
@@ -8,7 +8,8 @@
PORTNAME= dircproxy
PORTVERSION= 1.0.5
CATEGORIES= irc
-MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/
+MASTER_SITES= http://www.securiweb.net/pub/oss/dircproxy/1.0/ \
+ ftp://ftp.netsplit.com/pub/dircproxy/stable/
MAINTAINER= lesterm@mazpe.net
COMMENT= A detachable irc proxy server with many features
diff --git a/irc/dircproxy/pkg-descr b/irc/dircproxy/pkg-descr
index 4ccb2d296672..b95cd3edda97 100644
--- a/irc/dircproxy/pkg-descr
+++ b/irc/dircproxy/pkg-descr
@@ -13,7 +13,7 @@ client you like, including X ones!
dircproxy has a whole host of features. Please read the file README in
the source distribution for a list.
-WWW: http://www.dircproxy.net/
+WWW: http://dircproxy.securiweb.net/
- George Reid
greid@ukug.uk.freebsd.org
/td>9-38/+72 * Simplify EPlugin loading at startup.Matthew Barnes2009-08-3046-172/+4364 * Re-enable more calendar code.Matthew Barnes2009-08-281-2/+5 * Fix calendar pane positioning.Matthew Barnes2009-08-282-8/+8 * Add vertical view to Contacts.Matthew Barnes2009-08-284-31/+186 * Remove redundant "vertical view" functions.Matthew Barnes2009-08-283-65/+71 * Add vertical view to Memos and Tasks.Matthew Barnes2009-08-2810-85/+315 * Add EPaned widget to generalize vertical view.Matthew Barnes2009-08-282-145/+20 * Fix preview pane size persistance.Matthew Barnes2009-08-282-22/+127 * More panel resizing goodness.Matthew Barnes2009-08-272-4/+4 * Fix resize behavior of main window panes.Matthew Barnes2009-08-274-8/+8 * Switch between classic and vertical view using GtkOrientable.Matthew Barnes2009-08-261-18/+9 * Exit if no command-line URIs are handled.Matthew Barnes2009-08-253-17/+21 * Handle calendar URIs from the command line.Matthew Barnes2009-08-253-4/+151 * Fix migration errors.Matthew Barnes2009-08-233-6/+3 * More GnomeCalendar cleanup.Matthew Barnes2009-08-191-6/+32 * Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-193-8/+162 * Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-181-1/+7 * BugĀ 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-182-18/+18 * BugĀ 592032 - Marks message as read when preview is offMatthew Barnes2009-08-182-3/+14 * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-1614-25/+27 * Get the calendar view popup menu working.Matthew Barnes2009-08-164-15/+710 * Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-12/+3 * Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-137-9/+145 * Make switching between calendar views work.Matthew Barnes2009-08-134-15/+39 * Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+0 * Get the itip-formatter plugin working.Matthew Barnes2009-08-128-54/+202 * Get the calendar-weather plugin working.Matthew Barnes2009-08-121-1/+1 * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1 * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-122-2/+10 * Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+9 * Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-114-4/+4 * More refactoring of settings management.Matthew Barnes2009-08-099-55/+87 * Seal up ESignature and add GObject properties.Matthew Barnes2009-08-071-1/+1 * More refactoring of settings management.Matthew Barnes2009-08-062-110/+0 * Fix a typo.Matthew Barnes2009-08-061-1/+1 * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0614-252/+840 * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-013-573/+109 * Add properties to calendar classes.Matthew Barnes2009-07-312-13/+340 * Trimming redundancy.Matthew Barnes2009-07-292-5/+30