Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 10:39:40 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311419 - in head/deskutils/orage: . files
Message-ID:  <201302021039.r12Adfdf007631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sat Feb  2 10:39:40 2013
New Revision: 311419
URL: http://svnweb.freebsd.org/changeset/ports/311419

Log:
  - Update to 4.8.4
  - Use USE_PKGCONFIG
  - Remove uneeded patch (in post-patch target)
  - Remove ABI version numbers in LIB_DEPENDS
  - Add patch, which fixes bug #9249 (taken from project repository)
  
  Approved by:	rene, miwi (mentors, implicit)

Added:
  head/deskutils/orage/files/patch-src__event-list.c   (contents, props changed)
Modified:
  head/deskutils/orage/Makefile
  head/deskutils/orage/distinfo   (contents, props changed)

Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile	Sat Feb  2 08:15:53 2013	(r311418)
+++ head/deskutils/orage/Makefile	Sat Feb  2 10:39:40 2013	(r311419)
@@ -2,24 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	orage
-PORTVERSION=	4.8.3
-PORTREVISION=	2
+PORTVERSION=	4.8.4
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	A calendar application to manage your time with Xfce 4
 
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME=	gnomehack gtk20 intltool intlhack desktopfileutils
+USE_PKGCONFIG=	build
 USE_XFCE=	configenv libmenu panel
 USE_XORG=	xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
 		xfixes
@@ -31,7 +31,7 @@ ICAL_DESC=	libical support
 
 MAN1=		globaltime.1 orage.1 tz_convert.1
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBDB}
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-configure
@@ -54,7 +54,7 @@ PLIST_SUB+=	WITH_ICAL=""
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 CONFIGURE_ARGS+=--enable-dbus
 PLIST_SUB+=	DBUS=""
 .else
@@ -63,7 +63,7 @@ PLIST_SUB+=	DBUS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+=	notify.4:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
 CONFIGURE_ARGS+=--enable-libnotify
 .else
 CONFIGURE_ARGS+=--disable-libnotify
@@ -75,9 +75,6 @@ post-patch:
 		s|%%BDB_LIB_DIR%%|${BDB_LIB_DIR}|g ; \
 		s|%%BDB_LIB_NAME%%|${BDB_LIB_NAME}|g' ${WRKSRC}/configure
 .endif
-.if empty(PORT_OPTIONS:MICAL)
-	@${REINPLACE_CMD} -e 's|libical-|no-&|g' ${WRKSRC}/configure
-.endif
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|(datadir)/orage/doc/C|(datadir)/doc/orage/C|' \
 		${WRKSRC}/doc/C/Makefile.in \
@@ -86,4 +83,4 @@ post-patch:
 post-install:
 	@-update-desktop-database
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/deskutils/orage/distinfo
==============================================================================
--- head/deskutils/orage/distinfo	Sat Feb  2 08:15:53 2013	(r311418)
+++ head/deskutils/orage/distinfo	Sat Feb  2 10:39:40 2013	(r311419)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/orage-4.8.3.tar.bz2) = 9a5805c8a70de0cae67ae1a6282463bbd059d6a4d080f93ffb13f92aaacdbf2e
-SIZE (xfce4/orage-4.8.3.tar.bz2) = 2438461
+SHA256 (xfce4/orage-4.8.4.tar.bz2) = b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5
+SIZE (xfce4/orage-4.8.4.tar.bz2) = 2516021

Added: head/deskutils/orage/files/patch-src__event-list.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/orage/files/patch-src__event-list.c	Sat Feb  2 10:39:40 2013	(r311419)
@@ -0,0 +1,37 @@
+--- ./src/event-list.c.orig	2013-02-01 10:11:19.000000000 +0000
++++ ./src/event-list.c	2013-02-01 17:22:20.000000000 +0000
+@@ -373,9 +373,10 @@
+     guint           len = 50;
+ 
+     stime = format_time(el, appt, par);
+-    if (appt->alarmtime != 0)
+-        if (appt->sound != NULL)
+-            flags[0] = 'S';
++    if (appt->display_alarm_orage || appt->display_alarm_notify 
++    ||  appt->sound_alarm || appt->procedure_alarm)
++        if (appt->alarm_persistent)
++            flags[0] = 'P';
+         else
+             flags[0] = 'A';
+     else
+@@ -391,8 +392,10 @@
+         flags[1] = 'M';
+     else if (appt->freq == XFICAL_FREQ_YEARLY)
+         flags[1] = 'Y';
++    else if (appt->freq == XFICAL_FREQ_HOURLY)
++        flags[1] = 'H';
+     else
+-        flags[1] = 'n';
++        flags[1] = '?';
+ 
+     if (appt->availability != 0)
+         flags[2] = 'B';
+@@ -1320,7 +1323,7 @@
+     gtk_tree_view_append_column(GTK_TREE_VIEW(el->TreeView), col);
+     gtk_tree_view_column_set_visible(col, FALSE);
+ 
+-    gtk_tooltips_set_tip(el->Tooltips, el->TreeView, _("Double click line to edit it.\n\nFlags in order:\n\t 1. Alarm: n=no alarm\n\t\t A=visual Alarm S=also Sound alarm\n\t 2. Recurrence: n=no recurrence\n\t\t D=Daily W=Weekly M=Monthly Y=Yearly\n\t 3. Type: f=free B=Busy\n\t 4. Located in file:\n\t\tO=Orage A=Archive F=Foreign\n\t 5. Appointment type:\n\t\tE=Event T=Todo J=Journal"), NULL);
++    gtk_tooltips_set_tip(el->Tooltips, el->TreeView, _("Double click line to edit it.\n\nFlags in order:\n\t 1. Alarm: n=no alarm\n\t\t A=Alarm is set P=Persistent alarm is set\n\t 2. Recurrence: n=no recurrence\n\t\t H=Hourly D=Daily W=Weekly M=Monthly Y=Yearly\n\t 3. Type: f=free B=Busy\n\t 4. Located in file:\n\t\tO=Orage A=Archive F=Foreign\n\t 5. Appointment type:\n\t\tE=Event T=Todo J=Journal"), NULL);
+ 
+     g_signal_connect(el->TreeView, "row-activated",
+             G_CALLBACK(editEvent), el);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302021039.r12Adfdf007631>