Date: Mon, 3 Oct 2005 13:50:32 +0300 From: Vasil Dimov <vd@datamax.bg> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mnag@FreeBSD.org Subject: ports/86865: Update port: devel/ossp-l2 to 0.9.11 Message-ID: <20051003105032.GA1157@sinanica.bg.datamax> Resent-Message-ID: <200510031100.j93B0VYV065032@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86865 >Category: ports >Synopsis: Update port: devel/ossp-l2 to 0.9.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 03 11:00:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 5.4-STABLE i386 >Organization: DataMax >Environment: >Description: Update port devel/ossp-l2 from 0.9.10 to 0.9.11: * set GNU_CONFIGURE * fix irritating configure warning (although it is harmless) * add wrap-target to package's internal `check' target >How-To-Repeat: >Fix: --- ossp-l2_0.9.10-0.9.11.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ossp-l2/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 16 Sep 2005 17:58:28 -0000 1.17 +++ Makefile 3 Oct 2005 10:46:34 -0000 @@ -8,7 +8,7 @@ # PORTNAME= l2 -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -17,10 +17,15 @@ 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> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ossp-l2/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 13 Jul 2005 22:00:50 -0000 1.5 +++ distinfo 3 Oct 2005 10:46:34 -0000 @@ -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 --- ossp-l2_0.9.10-0.9.11.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051003105032.GA1157>