Update to 0.9.11

PR:		86865
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	pav (mentor)
This commit is contained in:
Marcus Alves Grando 2005-10-03 14:31:12 +00:00
parent 52db7a0066
commit a9f8e01e4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144069
2 changed files with 11 additions and 7 deletions

View File

@ -1,14 +1,12 @@
# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ossp-l2
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= l2
PORTVERSION= 0.9.10
PORTVERSION= 0.9.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@ -17,10 +15,16 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= mnag@FreeBSD.org
COMMENT= A C library for a flexible and sophisticated Unix logging facility
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= l2-config.1 l2tool.1
MAN3= l2.3
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 (l2-0.9.10.tar.gz) = c5177e38125ee3b5032332bcee0bf0a5
SIZE (l2-0.9.10.tar.gz) = 413107
MD5 (l2-0.9.11.tar.gz) = 16cd2a28f89fad5b905dabc0a92c6cf0
SIZE (l2-0.9.11.tar.gz) = 422232