ports/168300: [PATCH] devel/libvanessa_logger: update to 0.0.10

Muhammad Moinur Rahman 5u623l20 at gmail.com
Thu May 24 11:20:05 UTC 2012


>Number:         168300
>Category:       ports
>Synopsis:       [PATCH] devel/libvanessa_logger: update to 0.0.10
>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:   Thu May 24 11:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 0.0.10

Removed file(s):
- files/patch-Makefile.in
- pkg-plist

For Committer's reference:
http://tb.s.ubze.ro//logs/7.4-FreeBSD-i386/libvanessa_logger-0.0.10.log
http://tb.s.ubze.ro//logs/7.4-FreeBSD-amd64/libvanessa_logger-0.0.10.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/libvanessa_logger-0.0.10.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/libvanessa_logger-0.0.10.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/libvanessa_logger-0.0.10.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/libvanessa_logger-0.0.10.log

Port maintainer (thomas at bsdunix.ch) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- libvanessa_logger-0.0.10.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_logger/Makefile ./Makefile
--- /usr/ports/devel/libvanessa_logger/Makefile	2010-12-04 13:31:21.000000000 +0600
+++ ./Makefile	2012-05-24 17:13:55.915208242 +0600
@@ -6,20 +6,27 @@
 #
 
 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 at bsdunix.ch
 COMMENT=	Library that provides a generic logging layer
 
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	YES
 
+PLIST_FILES=	include/vanessa_logger.h lib/libvanessa_logger.so.0 \
+		lib/libvanessa_logger.so lib/libvanessa_logger.la \
+		lib/libvanessa_logger.a lib/pkgconfig/vanessa-logger.pc
+PLIST_DIRSTRY=	lib/pkgconfig
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,^loop:,loop: ;,' \
 			${WRKSRC}/${PORTNAME}/vanessa_logger.c
+	@${REINPLACE_CMD} -e 's,libvanessa_logger sample debian,libvanessa_logger,' \
+			${WRKSRC}/Makefile.in
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_logger/distinfo ./distinfo
--- /usr/ports/devel/libvanessa_logger/distinfo	2011-07-03 20:56:19.000000000 +0600
+++ ./distinfo	2012-05-24 16:45:21.497209865 +0600
@@ -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
diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_logger/files/patch-Makefile.in ./files/patch-Makefile.in
--- /usr/ports/devel/libvanessa_logger/files/patch-Makefile.in	2004-03-23 22:08:22.000000000 +0600
+++ ./files/patch-Makefile.in	1970-01-01 06:00:00.000000000 +0600
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Tue Mar 23 15:35:30 2004
-+++ Makefile.in	Tue Mar 23 15:36:13 2004
-@@ -110,7 +110,7 @@
- STRIP = @STRIP@
- VERSION = @VERSION@
- 
--SUBDIRS = libvanessa_logger sample debian
-+SUBDIRS = libvanessa_logger
- 
- EXTRA_DIST =  configure configure.in README TODO INSTALL.in INSTALL vanessa_logger.spec.in vanessa_logger.spec autogen.sh
- 
diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_logger/pkg-descr ./pkg-descr
--- /usr/ports/devel/libvanessa_logger/pkg-descr	2011-10-24 15:09:42.000000000 +0600
+++ ./pkg-descr	2012-05-24 16:45:53.099208443 +0600
@@ -4,4 +4,4 @@
 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/
diff -ruN --exclude=CVS /usr/ports/devel/libvanessa_logger/pkg-plist ./pkg-plist
--- /usr/ports/devel/libvanessa_logger/pkg-plist	2004-04-07 20:09:27.000000000 +0600
+++ ./pkg-plist	1970-01-01 06:00:00.000000000 +0600
@@ -1,5 +0,0 @@
-include/vanessa_logger.h
-lib/libvanessa_logger.so.0
-lib/libvanessa_logger.so
-lib/libvanessa_logger.la
-lib/libvanessa_logger.a
--- libvanessa_logger-0.0.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list