[Lunar-commits] <moonbase-other> Merge branch 're-alpine'
v4hn
me at v4hn.de
Sun Nov 3 03:18:19 CET 2013
commit f31720a2ee4c335f09dcaef21022e74ed55e2203
Author: v4hn <me at v4hn.de>
Date: Sat, 02 Nov 2013 19:18:06 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f31720a2ee4c335f09dcaef21022e74ed55e2203
Merge branch 're-alpine'
---
mail/re-alpine/BUILD | +6/-5
mail/re-alpine/CONFIGURE | +1/-1
mail/re-alpine/DETAILS | +3/-3
3 files changed, 10 insertions(+), 9 deletions(-)
--- a/mail/re-alpine/BUILD
+++ b/mail/re-alpine/BUILD
@@ -1,14 +1,15 @@
-(
-
OPTS+=" --without-tcl \
--with-smime \
--without-passfile \
--with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed \
- --with-ssl-certs-dir=/etc/ssl/certs"
+ --with-ssl-certs-dir=/etc/ssl/certs" &&
patch_it $SOURCE2 1 &&
- default_build
+ if module_installed Linux-PAM; then
+ export LIBS+=" -lpam"
+ fi &&
-) > $C_FIFO 2>&1
+ export LIBS+=" -lcrypt -lcrypto" &&
+ default_build
--- a/mail/re-alpine/CONFIGURE
+++ b/mail/re-alpine/CONFIGURE
@@ -1,2 +1,2 @@
mquery IPV6 "Enable IPV6 support?" y "--with-ipv6" "--without-ipv6"
-mquery PTHREAD "Enable pthread support?" y "--with-pthread" "--without-phtread"
+mquery PTHREAD "Enable pthread support?" y "--with-pthread" "--without-pthread"
--- a/mail/re-alpine/DETAILS
+++ b/mail/re-alpine/DETAILS
@@ -1,15 +1,15 @@
MODULE=re-alpine
- VERSION=2.02
+ VERSION=2.03
SOURCE=${MODULE}-${VERSION}.tar.bz2
SOURCE2=alpine-2.00-maildir.patch
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha256:0f2e6f56a788cb358689d72739c4d93fbac83042a10f787c65425315712b207b
+ SOURCE_VFY=sha256:70d9324b2a93a5c268a3f8b05449d33e1c79acd23d1bce2a9d95b334d7bfba87
SOURCE2_VFY=sha256:f2524f7ce7d9fc86c3a40ed92c540617040e6daab35f885e124235c5fcaed8bd
MAINTAINER=ratler at lunar-linux.org
WEB_SITE="http://sourceforge.net/projects/re-alpine/"
ENTERED=20100712
- UPDATED=20120812
+ UPDATED=20131027
SHORT="An easy to use text-based based mail and news client"
PSAFE=no
cat << EOF
More information about the Lunar-commits
mailing list