Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Aug 2006 20:08:11 +0600 (YEKST)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101715: [MAINTAINER] mail/abook: update to 0.5.6
Message-ID:  <20060809140811.0B85D12C62@fonon.realnet>
Resent-Message-ID: <200608091610.k79GAFdJ027629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101715
>Category:       ports
>Synopsis:       [MAINTAINER] mail/abook: update to 0.5.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 09 16:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
- 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

>How-To-Repeat:
>Fix:

--- abook-0.5.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/abook/Makefile /var/tmp/ruby/abook/Makefile
--- /usr/ports/mail/abook/Makefile	Sun Aug  6 11:48:59 2006
+++ /var/tmp/ruby/abook/Makefile	Wed Aug  9 20:03:53 2006
@@ -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 @@
 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
diff -ruN --exclude=CVS /usr/ports/mail/abook/distinfo /var/tmp/ruby/abook/distinfo
--- /usr/ports/mail/abook/distinfo	Wed Dec 14 03:28:19 2005
+++ /var/tmp/ruby/abook/distinfo	Wed Aug  9 17:18:11 2006
@@ -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
--- abook-0.5.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809140811.0B85D12C62>