Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 14:14:42 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
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
Message-ID:  <201212111414.qBBEEgKL012105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kkonstan@daemon.gr>
-#
+# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111414.qBBEEgKL012105>