From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 14:14:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9354B1DE; Tue, 11 Dec 2012 14:14:43 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7722F8FC08; Tue, 11 Dec 2012 14:14:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBEEhRk012111; Tue, 11 Dec 2012 14:14:43 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBEEgKL012105; Tue, 11 Dec 2012 14:14:42 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201212111414.qBBEEgKL012105@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 11 Dec 2012 14:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308692 - in head/devel/libvanessa_logger: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 14:14:43 -0000 Author: jhale Date: Tue Dec 11 14:14:42 2012 New Revision: 308692 URL: http://svnweb.freebsd.org/changeset/ports/308692 Log: - Update to 0.0.10 - s/YES/yes in USE_* - Trim Makefile header - Sort pkg-plist - Update WWW in pkg-descr PR: ports/168300 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Deleted: head/devel/libvanessa_logger/files/ Modified: head/devel/libvanessa_logger/Makefile (contents, props changed) head/devel/libvanessa_logger/distinfo (contents, props changed) head/devel/libvanessa_logger/pkg-descr (contents, props changed) head/devel/libvanessa_logger/pkg-plist (contents, props changed) Modified: head/devel/libvanessa_logger/Makefile ============================================================================== --- head/devel/libvanessa_logger/Makefile Tue Dec 11 13:45:36 2012 (r308691) +++ head/devel/libvanessa_logger/Makefile Tue Dec 11 14:14:42 2012 (r308692) @@ -1,25 +1,22 @@ -# New ports collection makefile for: libvanessa_logger -# Date created: 28 April 2001 -# Whom: Konstantinos Konstantinidis -# +# Created by: Konstantinos Konstantinidis # $FreeBSD$ -# PORTNAME= libvanessa_logger -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.10 CATEGORIES= devel -MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ -MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION} +MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_logger/${PORTVERSION}/ DISTNAME= vanessa_logger-${PORTVERSION} MAINTAINER= thomas@bsdunix.ch COMMENT= Library that provides a generic logging layer +USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_LDCONFIG= YES -GNU_CONFIGURE= YES +USE_GNOME= gnomehack +USE_LDCONFIG= yes +GNU_CONFIGURE= yes post-patch: - @${REINPLACE_CMD} -e 's,^loop:,loop: ;,' \ - ${WRKSRC}/${PORTNAME}/vanessa_logger.c + @${REINPLACE_CMD} -e '/^SUBDIRS/s|sample debian||' ${WRKSRC}/Makefile.in + .include Modified: head/devel/libvanessa_logger/distinfo ============================================================================== --- head/devel/libvanessa_logger/distinfo Tue Dec 11 13:45:36 2012 (r308691) +++ head/devel/libvanessa_logger/distinfo Tue Dec 11 14:14:42 2012 (r308692) @@ -1,2 +1,2 @@ -SHA256 (vanessa_logger-0.0.7.tar.gz) = 65323bf673cbe94c7077f7bc475f95ef25a18d51f96a59cfa463a18b0e6881d0 -SIZE (vanessa_logger-0.0.7.tar.gz) = 303977 +SHA256 (vanessa_logger-0.0.10.tar.bz2) = f5517dcd31d1af11ca2dce6a281fa3a3bedea98e0441e4b3895583c23be5353f +SIZE (vanessa_logger-0.0.10.tar.bz2) = 265809 Modified: head/devel/libvanessa_logger/pkg-descr ============================================================================== --- head/devel/libvanessa_logger/pkg-descr Tue Dec 11 13:45:36 2012 (r308691) +++ head/devel/libvanessa_logger/pkg-descr Tue Dec 11 14:14:42 2012 (r308692) @@ -4,4 +4,4 @@ limitations in the implementation of sys doesn't makes sense. Includes the ability to limit which messages will be logged based on priorities. -WWW: http://www.vergenet.net/linux/vanessa/ +WWW: http://horms.net/projects/vanessa/ Modified: head/devel/libvanessa_logger/pkg-plist ============================================================================== --- head/devel/libvanessa_logger/pkg-plist Tue Dec 11 13:45:36 2012 (r308691) +++ head/devel/libvanessa_logger/pkg-plist Tue Dec 11 14:14:42 2012 (r308692) @@ -1,5 +1,6 @@ include/vanessa_logger.h -lib/libvanessa_logger.so.0 -lib/libvanessa_logger.so -lib/libvanessa_logger.la lib/libvanessa_logger.a +lib/libvanessa_logger.la +lib/libvanessa_logger.so +lib/libvanessa_logger.so.0 +libdata/pkgconfig/vanessa-logger.pc