mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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:
parent
343fea679d
commit
bb88484aee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170230
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user