- Update to 0.5.4

PR:		ports/85627
Submitted by:	Andrej Zverev <az@inec.ru>
This commit is contained in:
Sergey Matveychuk 2005-09-02 14:28:54 +00:00
parent 474063d305
commit c1e79b2c16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141795
2 changed files with 12 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= abook
PORTVERSION= 0.5.3
PORTVERSION= 0.5.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -14,7 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An addressbook program with mutt mail client support
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
.endif
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CFLAGS+= -I${LOCALBASE}/include
MAN1= abook.1
MAN5= abookrc.5
@ -29,4 +37,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (abook-0.5.3.tar.gz) = a0e7c6d473f9363f312c2c01769a5281
SIZE (abook-0.5.3.tar.gz) = 183011
MD5 (abook-0.5.4.tar.gz) = 433b2e849fa458895e82260a354dde95
SIZE (abook-0.5.4.tar.gz) = 186613