Skip to content

Commit

Permalink
netatalk: version bumped to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Nov 28, 2015
1 parent 7459735 commit 602bab4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 31 deletions.
14 changes: 8 additions & 6 deletions net/netatalk/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
(
OPTS+=" --with-libevent-header=/usr/include \
--with-libevent-lib=/usr/lib \
--with-init-style=systemd \
--with-libevent=no \
--with-cnid-cdb-backend \
--enable-silent-rules \
--enable-pgp-uam"

OPTS+=" --with-libevent-header=/usr/include --with-libevent-lib=/usr/lib" &&

default_build

) > $C_FIFO 2>&1
default_build
20 changes: 6 additions & 14 deletions net/netatalk/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
depends db
depends libevent
depends libgcrypt
depends dbus-glib
depends Python

optional_depends "avahi" \
"--enable-zeroconf" \
"--disable-zeroconf" \
"for zeroconf support"

optional_depends "Linux-PAM" \
"--with-pam" \
"--without-pam" \
"for PAM support"

optional_depends "cracklib" \
"--with-cracklib=/usr/share/cracklib" \
"--without-cracklib" \
"for cracklib support"
optional_depends avahi "--enable-zeroconf" "--disable-zeroconf" "for zeroconf support"
optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM support"
optional_depends cracklib "--with-cracklib=/usr/share/cracklib" "--without-cracklib" "for cracklib support"
optional_depends openldap "--with-ldap" "--without-ldap" "for LDAP support"
9 changes: 6 additions & 3 deletions net/netatalk/DETAILS
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
MODULE=netatalk
VERSION=3.0.1
VERSION=3.1.7
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=netatalk-3.1.7-avahi-client.patch
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:6bea839c0e6a6e09e72fe35324a0edda3f7494f4
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha256:e4049399e4e7d477f843a9ec4bd64f70eb7c7af946e890311140fd8fbd4bc071
SOURCE2_VFY=sha256:e137851d5d1bb0a6361cebcdd16407b75a874d658ae907def3513433c137a741
WEB_SITE=http://netatalk.sourceforge.net/
ENTERED=20121003
UPDATED=20121006
UPDATED=20151128
SHORT="Open Source AFP fileserver."

cat << EOF
Expand Down
4 changes: 4 additions & 0 deletions net/netatalk/PRE_BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default_pre_build &&

patch_it $SOURCE2 0 &&
autoreconf -fi
8 changes: 0 additions & 8 deletions net/netatalk/init.d/netatalk

This file was deleted.

1 change: 1 addition & 0 deletions net/netatalk/systemd_units
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
netatalk.service: Netatalk AFP fileserver for Macintosh clients

0 comments on commit 602bab4

Please sign in to comment.