- Fix bogus intl.a linking

- Update to 0.5.6

Changelog:
- translation fixes
- fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
- fix localized keybindings with --disable-nls

PR:		ports/101715
Submitted by:	maintainer (Stanislav Sedov)
This commit is contained in:
Cheng-Lung Sung 2006-08-10 01:30:07 +00:00
parent 343fea679d
commit bb88484aee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170230
2 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= abook
PORTVERSION= 0.5.5
PORTVERSION= 0.5.6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -17,6 +17,8 @@ COMMENT= An addressbook program with mutt mail client support
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls

View file

@ -1,3 +1,3 @@
MD5 (abook-0.5.5.tar.gz) = e9d5f4a8d7d30c96a381851489a53a1d
SHA256 (abook-0.5.5.tar.gz) = b39011cd69b79643fce3b4fe91abe8163f65945a9b348991665582c0c8d7233a
SIZE (abook-0.5.5.tar.gz) = 392689
MD5 (abook-0.5.6.tar.gz) = 87d25df96864a7c507a4965e6d1da49d
SHA256 (abook-0.5.6.tar.gz) = 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e
SIZE (abook-0.5.6.tar.gz) = 393097