View | Details | Raw Unified | Return to bug 230279 | Differences between
and this patch

Collapse All | Expand All

(-)security/fprintd/Makefile (-3 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fprintd
3
PORTNAME=	fprintd
4
PORTVERSION=	0.6.0
4
PORTVERSION=	0.8.0
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	http://people.freedesktop.org/~hadess/
6
MASTER_SITES=	http://people.freedesktop.org/~hadess/
7
7
Lines 8-14 Link Here
8
MAINTAINER=	la5lbtyi@aon.at
8
MAINTAINER=	la5lbtyi@aon.at
9
COMMENT=	Daemon that provides fingerprint scanning functionality over D-Bus
9
COMMENT=	Daemon that provides fingerprint scanning functionality over D-Bus
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
LIB_DEPENDS=	libfprint.so:security/libfprint \
14
LIB_DEPENDS=	libfprint.so:security/libfprint \
14
		libdbus-glib-1.so:devel/dbus-glib \
15
		libdbus-glib-1.so:devel/dbus-glib \
Lines 15-21 Link Here
15
		libpolkit-gobject-1.so:sysutils/polkit
16
		libpolkit-gobject-1.so:sysutils/polkit
16
17
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
USES=		tar:xz gmake libtool pkgconfig
19
USES=		tar:xz gmake \
20
		libtool pkgconfig
19
USE_GNOME=	intltool glib20
21
USE_GNOME=	intltool glib20
20
22
21
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
(-)security/fprintd/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (fprintd-0.6.0.tar.xz) = 3f5462eeb4917d2f74925b904ceb2668c011b732d84fb1c5679f4f9ce9b6c6af
1
TIMESTAMP = 1533166215
2
SIZE (fprintd-0.6.0.tar.xz) = 287964
2
SHA256 (fprintd-0.8.0.tar.xz) = 33a54ca6c49b86c47469107e541d2b72d94e9236da57921c169d28af980f2202
3
SIZE (fprintd-0.8.0.tar.xz) = 306780
(-)security/fprintd/files/patch-pam-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- ./pam/Makefile.in.ORIG	2013-08-11 18:21:32.000000000 +0200
2
+++ ./pam/Makefile.in	2014-04-21 15:40:09.000000000 +0200
3
@@ -364,7 +364,7 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 @HAVE_PAM_TRUE@pammod_LTLIBRARIES = pam_fprintd.la
7
-@HAVE_PAM_TRUE@pammoddir = $(libdir)/security
8
+@HAVE_PAM_TRUE@pammoddir = $(libdir)
9
 @HAVE_PAM_TRUE@pam_fprintd_la_SOURCES = pam_fprintd.c $(MARSHALFILES)
10
 @HAVE_PAM_TRUE@pam_fprintd_la_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS) -DLOCALEDIR="\"$(localedir)\""
11
 @HAVE_PAM_TRUE@pam_fprintd_la_LDFLAGS = -avoid-version -module -Wl,-z,nodelete
(-)security/fprintd/files/patch-pam_Makefile.in (+11 lines)
Line 0 Link Here
1
--- pam/Makefile.in.orig	2018-08-02 00:09:11 UTC
2
+++ pam/Makefile.in
3
@@ -377,7 +377,7 @@ top_build_prefix = @top_build_prefix@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 @HAVE_PAM_TRUE@pammod_LTLIBRARIES = pam_fprintd.la
7
-@HAVE_PAM_TRUE@pammoddir = $(libdir)/security
8
+@HAVE_PAM_TRUE@pammoddir = $(libdir)
9
 @HAVE_PAM_TRUE@pam_fprintd_la_SOURCES = pam_fprintd.c $(MARSHALFILES)
10
 @HAVE_PAM_TRUE@pam_fprintd_la_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS) -DLOCALEDIR="\"$(localedir)\""
11
 @HAVE_PAM_TRUE@pam_fprintd_la_LDFLAGS = -avoid-version -module -Wl,-z,nodelete
(-)security/fprintd/files/patch-po-Makefile.in.in (-11 lines)
Lines 1-11 Link Here
1
--- ./po/Makefile.in.in.ORIG	2013-08-11 17:56:10.000000000 +0200
2
+++ ./po/Makefile.in.in	2014-04-21 15:36:34.000000000 +0200
3
@@ -34,7 +34,7 @@
4
 datarootdir = @datarootdir@
5
 libdir = @libdir@
6
 DATADIRNAME = @DATADIRNAME@
7
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
8
+itlocaledir = @localedir@
9
 subdir = po
10
 install_sh = @install_sh@
11
 # Automake >= 1.8 provides @mkdir_p@.
(-)security/fprintd/pkg-plist (-46 / +69 lines)
Lines 3-9 Link Here
3
bin/fprintd-list
3
bin/fprintd-list
4
bin/fprintd-verify
4
bin/fprintd-verify
5
etc/dbus-1/system.d/net.reactivated.Fprint.conf
5
etc/dbus-1/system.d/net.reactivated.Fprint.conf
6
etc/fprintd.conf
6
%%ETCDIR%%.conf
7
lib/pam_fprintd.a
7
lib/pam_fprintd.a
8
lib/pam_fprintd.so
8
lib/pam_fprintd.so
9
libexec/fprintd
9
libexec/fprintd
Lines 11-59 Link Here
11
share/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
11
share/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
12
share/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
12
share/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
13
share/dbus-1/system-services/net.reactivated.Fprint.service
13
share/dbus-1/system-services/net.reactivated.Fprint.service
14
%%NLS%%share/locale/ar/LC_MESSAGES/fprintd.mo
14
share/locale/ar/LC_MESSAGES/fprintd.mo
15
%%NLS%%share/locale/bg_BG/LC_MESSAGES/fprintd.mo
15
share/locale/as/LC_MESSAGES/fprintd.mo
16
%%NLS%%share/locale/bn_IN/LC_MESSAGES/fprintd.mo
16
share/locale/az/LC_MESSAGES/fprintd.mo
17
%%NLS%%share/locale/ca/LC_MESSAGES/fprintd.mo
17
share/locale/bg/LC_MESSAGES/fprintd.mo
18
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/fprintd.mo
18
share/locale/bn_IN/LC_MESSAGES/fprintd.mo
19
%%NLS%%share/locale/cs/LC_MESSAGES/fprintd.mo
19
share/locale/ca/LC_MESSAGES/fprintd.mo
20
%%NLS%%share/locale/de/LC_MESSAGES/fprintd.mo
20
share/locale/ca@valencia/LC_MESSAGES/fprintd.mo
21
%%NLS%%share/locale/el/LC_MESSAGES/fprintd.mo
21
share/locale/cs/LC_MESSAGES/fprintd.mo
22
%%NLS%%share/locale/en_GB/LC_MESSAGES/fprintd.mo
22
share/locale/cy/LC_MESSAGES/fprintd.mo
23
%%NLS%%share/locale/eo/LC_MESSAGES/fprintd.mo
23
share/locale/da/LC_MESSAGES/fprintd.mo
24
%%NLS%%share/locale/es/LC_MESSAGES/fprintd.mo
24
share/locale/de/LC_MESSAGES/fprintd.mo
25
%%NLS%%share/locale/fa_IR/LC_MESSAGES/fprintd.mo
25
share/locale/el/LC_MESSAGES/fprintd.mo
26
%%NLS%%share/locale/fi/LC_MESSAGES/fprintd.mo
26
share/locale/en_GB/LC_MESSAGES/fprintd.mo
27
%%NLS%%share/locale/fo/LC_MESSAGES/fprintd.mo
27
share/locale/eo/LC_MESSAGES/fprintd.mo
28
%%NLS%%share/locale/fr/LC_MESSAGES/fprintd.mo
28
share/locale/es/LC_MESSAGES/fprintd.mo
29
%%NLS%%share/locale/ga/LC_MESSAGES/fprintd.mo
29
share/locale/et/LC_MESSAGES/fprintd.mo
30
%%NLS%%share/locale/gl/LC_MESSAGES/fprintd.mo
30
share/locale/eu/LC_MESSAGES/fprintd.mo
31
%%NLS%%share/locale/he/LC_MESSAGES/fprintd.mo
31
share/locale/fa/LC_MESSAGES/fprintd.mo
32
%%NLS%%share/locale/hi/LC_MESSAGES/fprintd.mo
32
share/locale/fi/LC_MESSAGES/fprintd.mo
33
%%NLS%%share/locale/hr/LC_MESSAGES/fprintd.mo
33
share/locale/fo/LC_MESSAGES/fprintd.mo
34
%%NLS%%share/locale/hu/LC_MESSAGES/fprintd.mo
34
share/locale/fr/LC_MESSAGES/fprintd.mo
35
%%NLS%%share/locale/id/LC_MESSAGES/fprintd.mo
35
share/locale/ga/LC_MESSAGES/fprintd.mo
36
%%NLS%%share/locale/it/LC_MESSAGES/fprintd.mo
36
share/locale/gl/LC_MESSAGES/fprintd.mo
37
%%NLS%%share/locale/ja/LC_MESSAGES/fprintd.mo
37
share/locale/gu/LC_MESSAGES/fprintd.mo
38
%%NLS%%share/locale/kk/LC_MESSAGES/fprintd.mo
38
share/locale/he/LC_MESSAGES/fprintd.mo
39
%%NLS%%share/locale/ko/LC_MESSAGES/fprintd.mo
39
share/locale/hi/LC_MESSAGES/fprintd.mo
40
%%NLS%%share/locale/lt/LC_MESSAGES/fprintd.mo
40
share/locale/hr/LC_MESSAGES/fprintd.mo
41
%%NLS%%share/locale/lv/LC_MESSAGES/fprintd.mo
41
share/locale/hu/LC_MESSAGES/fprintd.mo
42
%%NLS%%share/locale/nl/LC_MESSAGES/fprintd.mo
42
share/locale/ia/LC_MESSAGES/fprintd.mo
43
%%NLS%%share/locale/pa/LC_MESSAGES/fprintd.mo
43
share/locale/id/LC_MESSAGES/fprintd.mo
44
%%NLS%%share/locale/pl/LC_MESSAGES/fprintd.mo
44
share/locale/it/LC_MESSAGES/fprintd.mo
45
%%NLS%%share/locale/pt_BR/LC_MESSAGES/fprintd.mo
45
share/locale/ja/LC_MESSAGES/fprintd.mo
46
%%NLS%%share/locale/ro/LC_MESSAGES/fprintd.mo
46
share/locale/ka/LC_MESSAGES/fprintd.mo
47
%%NLS%%share/locale/ru/LC_MESSAGES/fprintd.mo
47
share/locale/kk/LC_MESSAGES/fprintd.mo
48
%%NLS%%share/locale/sk/LC_MESSAGES/fprintd.mo
48
share/locale/kn/LC_MESSAGES/fprintd.mo
49
%%NLS%%share/locale/sl/LC_MESSAGES/fprintd.mo
49
share/locale/ko/LC_MESSAGES/fprintd.mo
50
%%NLS%%share/locale/sr/LC_MESSAGES/fprintd.mo
50
share/locale/lt/LC_MESSAGES/fprintd.mo
51
%%NLS%%share/locale/sr@latin/LC_MESSAGES/fprintd.mo
51
share/locale/lv/LC_MESSAGES/fprintd.mo
52
%%NLS%%share/locale/sv/LC_MESSAGES/fprintd.mo
52
share/locale/ml/LC_MESSAGES/fprintd.mo
53
%%NLS%%share/locale/te/LC_MESSAGES/fprintd.mo
53
share/locale/mr/LC_MESSAGES/fprintd.mo
54
%%NLS%%share/locale/tr/LC_MESSAGES/fprintd.mo
54
share/locale/ms/LC_MESSAGES/fprintd.mo
55
%%NLS%%share/locale/uk/LC_MESSAGES/fprintd.mo
55
share/locale/nb/LC_MESSAGES/fprintd.mo
56
%%NLS%%share/locale/wa/LC_MESSAGES/fprintd.mo
56
share/locale/nl/LC_MESSAGES/fprintd.mo
57
%%NLS%%share/locale/zh_CN/LC_MESSAGES/fprintd.mo
57
share/locale/nn/LC_MESSAGES/fprintd.mo
58
%%NLS%%share/locale/zh_TW/LC_MESSAGES/fprintd.mo
58
share/locale/oc/LC_MESSAGES/fprintd.mo
59
share/locale/or/LC_MESSAGES/fprintd.mo
60
share/locale/pa/LC_MESSAGES/fprintd.mo
61
share/locale/pl/LC_MESSAGES/fprintd.mo
62
share/locale/pt/LC_MESSAGES/fprintd.mo
63
share/locale/pt_BR/LC_MESSAGES/fprintd.mo
64
share/locale/ro/LC_MESSAGES/fprintd.mo
65
share/locale/ru/LC_MESSAGES/fprintd.mo
66
share/locale/sk/LC_MESSAGES/fprintd.mo
67
share/locale/sl/LC_MESSAGES/fprintd.mo
68
share/locale/sq/LC_MESSAGES/fprintd.mo
69
share/locale/sr/LC_MESSAGES/fprintd.mo
70
share/locale/sr@latin/LC_MESSAGES/fprintd.mo
71
share/locale/sv/LC_MESSAGES/fprintd.mo
72
share/locale/ta/LC_MESSAGES/fprintd.mo
73
share/locale/te/LC_MESSAGES/fprintd.mo
74
share/locale/th/LC_MESSAGES/fprintd.mo
75
share/locale/tr/LC_MESSAGES/fprintd.mo
76
share/locale/uk/LC_MESSAGES/fprintd.mo
77
share/locale/vi/LC_MESSAGES/fprintd.mo
78
share/locale/wa/LC_MESSAGES/fprintd.mo
79
share/locale/zh_CN/LC_MESSAGES/fprintd.mo
80
share/locale/zh_HK/LC_MESSAGES/fprintd.mo
81
share/locale/zh_TW/LC_MESSAGES/fprintd.mo
59
share/polkit-1/actions/net.reactivated.fprint.device.policy
82
share/polkit-1/actions/net.reactivated.fprint.device.policy

Return to bug 230279