mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/netatalk4: Update to 4.2.1
See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-2-1 for a list of changes in this release.
This commit is contained in:
parent
2e7a368c73
commit
b8b5e97f7a
4 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= netatalk
|
PORTNAME= netatalk
|
||||||
PORTVERSION= 4.2.0
|
PORTVERSION= 4.2.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/netatalk-${PORTVERSION:S/./-/g}/
|
||||||
PKGNAMESUFFIX= 4
|
PKGNAMESUFFIX= 4
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1743438055
|
TIMESTAMP = 1744636557
|
||||||
SHA256 (netatalk-4.2.0.tar.xz) = 768a91014e298dc1d14ef28ebe330ddad49928e3c34f307353b8bdd317f50a52
|
SHA256 (netatalk-4.2.1.tar.xz) = 43a51064eef0d3d786e6359888bc000d1458b509bf709bae8cbd4526388f468b
|
||||||
SIZE (netatalk-4.2.0.tar.xz) = 934020
|
SIZE (netatalk-4.2.1.tar.xz) = 932772
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- config/meson.build.orig 2025-03-31 05:27:01 UTC
|
--- config/meson.build.orig 2025-04-13 22:12:29 UTC
|
||||||
+++ config/meson.build
|
+++ config/meson.build
|
||||||
@@ -4,77 +4,23 @@ afp_conf = configure_file(
|
@@ -4,79 +4,23 @@ afp_conf = configure_file(
|
||||||
configuration: cdata,
|
configuration: cdata,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -53,13 +53,15 @@
|
||||||
-
|
-
|
||||||
-cups_libdir = ''
|
-cups_libdir = ''
|
||||||
-
|
-
|
||||||
-if host_os in ['netbsd']
|
-if get_option('with-cups-libdir-path') != ''
|
||||||
|
- cups_libdir = get_option('with-cups-libdir-path')
|
||||||
|
-elif host_os in ['netbsd']
|
||||||
- cups_libdir = '/usr/pkg/libexec'
|
- cups_libdir = '/usr/pkg/libexec'
|
||||||
-elif host_os in ['linux']
|
-else
|
||||||
- cups_libdir = '/usr/lib'
|
- cups_libdir = '/usr/lib'
|
||||||
-endif
|
-endif
|
||||||
-
|
-
|
||||||
-if have_appletalk and have_cups and cups_libdir != ''
|
-if have_appletalk and have_cups and get_option('with-cups-pap-backend')
|
||||||
- configure_file(
|
- configure_file(
|
||||||
- input: 'pap.in',
|
- input: 'pap.in',
|
||||||
- output: 'pap',
|
- output: 'pap',
|
||||||
|
|
|
@ -42,7 +42,6 @@ include/atalk/atp.h
|
||||||
include/atalk/bstrlib.h
|
include/atalk/bstrlib.h
|
||||||
include/atalk/cnid.h
|
include/atalk/cnid.h
|
||||||
include/atalk/ddp.h
|
include/atalk/ddp.h
|
||||||
include/atalk/dictionary.h
|
|
||||||
include/atalk/ea.h
|
include/atalk/ea.h
|
||||||
include/atalk/globals.h
|
include/atalk/globals.h
|
||||||
include/atalk/hash.h
|
include/atalk/hash.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue