Date: Mon, 11 Feb 2013 09:53:22 GMT From: Pietro Cerutti <gahr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176024: [patch] devel/log4cpp -- update to 1.1 Message-ID: <201302110953.r1B9rMFX064315@red.freebsd.org> Resent-Message-ID: <201302111000.r1BA003D067571@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176024 >Category: ports >Synopsis: [patch] devel/log4cpp -- update to 1.1 >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 Feb 11 10:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: >Organization: The FreeBSD Project >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312047) +++ Makefile (working copy) @@ -1,15 +1,10 @@ -# ex:ts=8 -# New ports collection makefile for: log4cpp -# Date created: May 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= log4cpp -DISTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28current%29/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20(new)/${PORTNAME}-${PORTVERSION}/ MAINTAINER= clsung@FreeBSD.org COMMENT= A library of C++ classes for flexible logging @@ -17,11 +12,11 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-pthreads --disable-html-docs USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + #.include "Makefile.man" .include <bsd.port.pre.mk> Index: distinfo =================================================================== --- distinfo (revision 312047) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (log4cpp-1.0.tar.gz) = b4533324b0a1f46ad74a9e92bf2caa46c246e9353059e1a835e735d41826ed19 -SIZE (log4cpp-1.0.tar.gz) = 495726 +SHA256 (log4cpp-1.1.tar.gz) = c25bd1e0abd47a5dee2ab49b84cbce6292fcada90536a26a5fc9999d343768b4 +SIZE (log4cpp-1.1.tar.gz) = 547676 Index: pkg-plist =================================================================== --- pkg-plist (revision 312047) +++ pkg-plist (working copy) @@ -42,6 +42,7 @@ include/log4cpp/Win32DebugAppender.hh include/log4cpp/config-openvms.h include/log4cpp/config-win32.h +include/log4cpp/config-MinGW32.h include/log4cpp/config.h include/log4cpp/convenience.h include/log4cpp/threading/BoostThreads.hh @@ -53,7 +54,7 @@ lib/liblog4cpp.a lib/liblog4cpp.la lib/liblog4cpp.so -lib/liblog4cpp.so.4 +lib/liblog4cpp.so.5 libdata/pkgconfig/log4cpp.pc share/aclocal/log4cpp.m4 %%PORTDOCS%%%%DOCSDIR%%/index.html >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110953.r1B9rMFX064315>