View | Details | Raw Unified | Return to bug 57584
Collapse All | Expand All

(-)gnotime/Makefile (-4 / +3 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnotime
8
PORTNAME=	gnotime
9
PORTVERSION=	2.1.5
9
PORTVERSION=	2.1.7
10
CATEGORIES=	deskutils gnome
10
CATEGORIES=	deskutils gnome
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	gttr
12
MASTER_SITE_SUBDIR=	gttr
13
13
14
MAINTAINER=	ports@freebsd.org
14
MAINTAINER=	einekoai@chello.nl
15
COMMENT=	GnoTime is a time tracker for gnome2
15
COMMENT=	GnoTime is a time tracker for gnome2
16
16
17
LIB_DEPENDS=	guile.15:${PORTSDIR}/lang/guile
17
LIB_DEPENDS=	guile.15:${PORTSDIR}/lang/guile
Lines 21-28 Link Here
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
24
		LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat"
24
		LIBS="-L${LOCALBASE}/lib"
25
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
26
25
27
MAN1=		gnotime.1
26
MAN1=		gnotime.1
28
27
(-)gnotime/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnotime-2.1.5.tar.gz) = 19af95928d9092137915ba24448aeef7
1
MD5 (gnotime-2.1.7.tar.gz) = f5543b00fb2646e7d2d1619a2aeed31d
(-)gnotime/pkg-plist (+3 lines)
Lines 1-11 Link Here
1
bin/gnotime
1
bin/gnotime
2
share/gnome/apps/Applications/gnotime.desktop
2
share/gnome/apps/Applications/gnotime.desktop
3
share/gnome/gnotime/ghtml/C/bigtable.ghtml
3
share/gnome/gnotime/ghtml/C/bigtable.ghtml
4
share/gnome/gnotime/ghtml/C/daily.ghtml
4
share/gnome/gnotime/ghtml/C/gtt.scm
5
share/gnome/gnotime/ghtml/C/gtt.scm
5
share/gnome/gnotime/ghtml/C/invoice.ghtml
6
share/gnome/gnotime/ghtml/C/invoice.ghtml
6
share/gnome/gnotime/ghtml/C/journal.ghtml
7
share/gnome/gnotime/ghtml/C/journal.ghtml
7
share/gnome/gnotime/ghtml/C/noproject.ghtml
8
share/gnome/gnotime/ghtml/C/noproject.ghtml
8
share/gnome/gnotime/ghtml/C/primer.ghtml
9
share/gnome/gnotime/ghtml/C/primer.ghtml
10
share/gnome/gnotime/ghtml/C/status.ghtml
9
share/gnome/gnotime/ghtml/C/tab-delim.ghtml
11
share/gnome/gnotime/ghtml/C/tab-delim.ghtml
10
share/gnome/gnotime/ghtml/C/todo-export.ghtml
12
share/gnome/gnotime/ghtml/C/todo-export.ghtml
11
share/gnome/gnotime/ghtml/C/todo.ghtml
13
share/gnome/gnotime/ghtml/C/todo.ghtml
Lines 16-21 Link Here
16
share/gnome/gnotime/glade/not-implemented.glade
18
share/gnome/gnotime/glade/not-implemented.glade
17
share/gnome/gnotime/glade/notes.glade
19
share/gnome/gnotime/glade/notes.glade
18
share/gnome/gnotime/glade/plugin.glade
20
share/gnome/gnotime/glade/plugin.glade
21
share/gnome/gnotime/glade/plugin_editor.glade
19
share/gnome/gnotime/glade/prefs.glade
22
share/gnome/gnotime/glade/prefs.glade
20
share/gnome/gnotime/glade/project_properties.glade
23
share/gnome/gnotime/glade/project_properties.glade
21
share/gnome/gnotime/glade/task_popup.glade
24
share/gnome/gnotime/glade/task_popup.glade

Return to bug 57584