1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Update to 0.9.4

PR:		86869
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	pav (mentor)
This commit is contained in:
Marcus Alves Grando 2005-10-03 14:32:53 +00:00
parent 661913f4d4
commit bc9e4c3332
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144071
2 changed files with 12 additions and 8 deletions

View File

@ -1,14 +1,12 @@
# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ossp-val
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= val
PORTVERSION= 0.9.3
PORTVERSION= 0.9.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@ -20,13 +18,19 @@ COMMENT= A flexible name to value mapping library for C variables
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
USE_LIBTOOL_VER= 15
MAN1= val-config.1
MAN3= val.3
NOT_FOR_ARCHS= alpha
check:
build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (val-0.9.3.tar.gz) = 76a015b2574aec6f15008d81a2c057c8
SIZE (val-0.9.3.tar.gz) = 304477
MD5 (val-0.9.4.tar.gz) = da57aee1faf180076edab6ff8aeb33da
SIZE (val-0.9.4.tar.gz) = 312593