Update to 0.9.10
PR: 86868 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: pav (mentor)
This commit is contained in:
parent
3c27bbbdf1
commit
52db7a0066
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144068
2 changed files with 12 additions and 8 deletions
|
@ -1,14 +1,12 @@
|
|||
# ex:ts=8 -*-mode: makefile-*-
|
||||
#
|
||||
# New ports collection makefile for: ossp-cfg
|
||||
# Date created: 2003-01-31
|
||||
# Whom: Alan Eldridge <alane@geeksrus.net>
|
||||
# Date created: 2003-01-31
|
||||
# Whom: Alan Eldridge <alane@geeksrus.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cfg
|
||||
PORTVERSION= 0.9.9
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_OSSP}
|
||||
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
||||
|
@ -19,10 +17,16 @@ COMMENT= A library for parsing arbitrary C/C++-style configuration files
|
|||
|
||||
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
||||
|
||||
USE_LIBTOOL_VER= 15
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= cfg.3
|
||||
|
||||
check:
|
||||
build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (cfg-0.9.9.tar.gz) = 66576d4d4ee01b29666aa19aaa3faa71
|
||||
SIZE (cfg-0.9.9.tar.gz) = 355248
|
||||
MD5 (cfg-0.9.10.tar.gz) = a295074d52e44530b553536b6ddb3c8c
|
||||
SIZE (cfg-0.9.10.tar.gz) = 361817
|
||||
|
|
Loading…
Reference in a new issue