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

(-)grsync/Makefile (-2 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	grsync
8
PORTNAME=	grsync
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.1.0
10
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
11
MASTER_SITES=	http://www.opbyte.it/release/ \
11
MASTER_SITES=	http://www.opbyte.it/release/ \
12
		GENTOO/distfiles \
12
		GENTOO/distfiles \
Lines 17-26 Link Here
17
17
18
RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
18
RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
19
19
20
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20 desktopfileutils
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
23
24
INSTALLS_ICONS=	yes
25
24
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
26
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
28
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
Lines 40-43 Link Here
40
		${WRKSRC}/configure
42
		${WRKSRC}/configure
41
.endif
43
.endif
42
44
45
post-install:
46
	@-update-desktop-database
47
43
.include <bsd.port.mk>
48
.include <bsd.port.mk>
(-)grsync/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (grsync-1.0.0.tar.gz) = 4deb6cc00658e224068324f43ec8714e
1
MD5 (grsync-1.1.0.tar.gz) = 64ced98754874e74d021903721a71417
2
SHA256 (grsync-1.0.0.tar.gz) = bfc8eab06cbd851de89ba5a0a5b662acc6ea6064b598d05de0c3b30724c33273
2
SHA256 (grsync-1.1.0.tar.gz) = 1184621d3c3cf95801fd1ece2e0a7ef478a7fc63462c3edb758699a84531f61d
3
SIZE (grsync-1.0.0.tar.gz) = 264559
3
SIZE (grsync-1.1.0.tar.gz) = 279830
(-)grsync/pkg-plist (+11 lines)
Lines 2-9 Link Here
2
bin/grsync-batch
2
bin/grsync-batch
3
share/applications/grsync.desktop
3
share/applications/grsync.desktop
4
share/pixmaps/grsync.png
4
share/pixmaps/grsync.png
5
share/pixmaps/grsync-busy.png
5
share/grsync/grsync.glade
6
share/grsync/grsync.glade
6
@dirrm share/grsync
7
@dirrm share/grsync
8
share/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
9
@dirrmtry share/icons/hicolor/48x48/mimetypes
10
@dirrmtry share/icons/hicolor/48x48
11
@dirrmtry share/icons/hicolor
12
@dirrmtry share/icons
13
share/mime/packages/grsync.xml
7
%%NLS%%share/locale/ca_ES/LC_MESSAGES/grsync.mo
14
%%NLS%%share/locale/ca_ES/LC_MESSAGES/grsync.mo
8
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/grsync.mo
15
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/grsync.mo
9
%%NLS%%share/locale/de_DE/LC_MESSAGES/grsync.mo
16
%%NLS%%share/locale/de_DE/LC_MESSAGES/grsync.mo
Lines 37-40 Link Here
37
%%NLS%%@dirrmtry share/locale/sv_SE
44
%%NLS%%@dirrmtry share/locale/sv_SE
38
%%NLS%%@dirrmtry share/locale/tr_TR/LC_MESSAGES
45
%%NLS%%@dirrmtry share/locale/tr_TR/LC_MESSAGES
39
%%NLS%%@dirrmtry share/locale/tr_TR
46
%%NLS%%@dirrmtry share/locale/tr_TR
47
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
48
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
49
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
50
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
40
@dirrmtry share/applications
51
@dirrmtry share/applications

Return to bug 145696