3
3
PortSystem 1.0
4
4
5
5
name sane-backends
6
- version 1.2.1
7
- revision 2
8
- set upload_tag 110fc43336d0fb5e514f1fdc7360dd87
6
+ version 1.3.1
7
+ revision 0
8
+ set upload_tag 83bdbb6c9a115184c2d48f1fdc6847db
9
+ checksums rmd160 1f62e34a17dc6446da1c13f295c55da44b4cf546 \
10
+ sha256 aa82f76f409b88f8ea9793d4771fce01254d9b6549ec84d6295b8f59a3879a0c \
11
+ size 7432184
12
+
9
13
categories graphics
10
14
# Some content is LGPL-2+ or public-domain, but the package as a whole is GPL-2+
11
15
license GPL-2+
@@ -20,10 +24,6 @@ long_description These are the backends for the Scanner Access Now \
20
24
21
25
master_sites https://gitlab.com/sane-project/backends/uploads/${upload_tag} /
22
26
23
- checksums rmd160 8f468934284f31ea033869c79635b473c957fd22 \
24
- sha256 f832395efcb90bb5ea8acd367a820c393dda7e0dd578b16f48928b8f5bdd0524 \
25
- size 7308040
26
-
27
27
depends_build path:bin/pkg-config:pkgconfig
28
28
29
29
depends_lib path:include/turbojpeg.h:libjpeg-turbo \
@@ -39,8 +39,7 @@ depends_run path:bin/pkg-config:pkgconfig
39
39
depends_lib-append path:lib/libcrypto.dylib:openssl
40
40
41
41
patchfiles patch-configure.diff \
42
- send.patch \
43
- patch-frontend-scanimage.c.diff
42
+ send.patch
44
43
45
44
compiler.c_standard 1999
46
45
# genesys backend now uses C++11
@@ -61,8 +60,6 @@ post-configure {
61
60
62
61
build.env-append LC_CTYPE=C
63
62
64
- use_parallel_build no
65
-
66
63
pre-destroot {
67
64
xinstall -d -o root -g admin -m 0775 ${destroot}${prefix} /var/lock
68
65
}
@@ -111,9 +108,6 @@ variant snmp description "enable automatic network discovery via SNMP" {
111
108
configure.args-append --with-snmp
112
109
}
113
110
114
- # This project uses u_long *everywhere* and doesn't bother including sys/types.h
115
- configure.cppflags-append -include sys/types.h
116
-
117
111
livecheck.type regex
118
112
livecheck.url https://gitlab.com/sane-project/backends/-/tags
119
113
livecheck.regex " backends-(\\ d+(?:\\ .\\ d+)*)${extract.suffix} "
0 commit comments