From owner-svn-ports-head@FreeBSD.ORG Tue Dec 11 14:17:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D499388; Tue, 11 Dec 2012 14:17:46 +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 80F578FC13; Tue, 11 Dec 2012 14:17:46 +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 qBBEHk1Y012751; Tue, 11 Dec 2012 14:17:46 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBEHjV9012746; Tue, 11 Dec 2012 14:17:45 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201212111417.qBBEHjV9012746@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 11 Dec 2012 14:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308693 - head/devel/libvanessa_adt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 14:17:46 -0000 Author: jhale Date: Tue Dec 11 14:17:45 2012 New Revision: 308693 URL: http://svnweb.freebsd.org/changeset/ports/308693 Log: - Update to 0.0.9 - s/YES/yes in USE_* - Drop ABI version numbers from LIB_DEPENDS - Trim Makefile header - Sort pkg-plist - Update WWW in pkg-descr PR: ports/168297 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer Modified: head/devel/libvanessa_adt/Makefile (contents, props changed) head/devel/libvanessa_adt/distinfo (contents, props changed) head/devel/libvanessa_adt/pkg-descr (contents, props changed) head/devel/libvanessa_adt/pkg-plist (contents, props changed) Modified: head/devel/libvanessa_adt/Makefile ============================================================================== --- head/devel/libvanessa_adt/Makefile Tue Dec 11 14:14:42 2012 (r308692) +++ head/devel/libvanessa_adt/Makefile Tue Dec 11 14:17:45 2012 (r308693) @@ -1,31 +1,27 @@ -# New ports collection makefile for: libvanessa_adt -# Date created: 28 April 2001 -# Whom: Konstantinos Konstantinidis -# +# Created by: Konstantinos Konstantinidis # $FreeBSD$ -# PORTNAME= libvanessa_adt -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.9 CATEGORIES= devel -MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ -MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION} +MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/ DISTNAME= vanessa_adt-${PORTVERSION} MAINTAINER= thomas@bsdunix.ch COMMENT= Library that provides ADTs (queues, dynamic arrays, and more) -LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger +LIB_DEPENDS= vanessa_logger:${PORTSDIR}/devel/libvanessa_logger -USE_LDCONFIG= YES +USE_LDCONFIG= yes +USE_BZIP2= yes USE_AUTOTOOLS= libtool -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS/s|test debian||' ${WRKSRC}/Makefile.in .include Modified: head/devel/libvanessa_adt/distinfo ============================================================================== --- head/devel/libvanessa_adt/distinfo Tue Dec 11 14:14:42 2012 (r308692) +++ head/devel/libvanessa_adt/distinfo Tue Dec 11 14:17:45 2012 (r308693) @@ -1,2 +1,2 @@ -SHA256 (vanessa_adt-0.0.7.tar.gz) = 61ae87d1e0f6edaee423fc68d6b6dd5355b1a9bf8d17ed9e9047fc9e3459c0fd -SIZE (vanessa_adt-0.0.7.tar.gz) = 317496 +SHA256 (vanessa_adt-0.0.9.tar.bz2) = de4dd2d9d93a6539625b34517504e0c05c92462968d1965ba530e8eea0e3cad8 +SIZE (vanessa_adt-0.0.9.tar.bz2) = 278254 Modified: head/devel/libvanessa_adt/pkg-descr ============================================================================== --- head/devel/libvanessa_adt/pkg-descr Tue Dec 11 14:14:42 2012 (r308692) +++ head/devel/libvanessa_adt/pkg-descr Tue Dec 11 14:17:45 2012 (r308693) @@ -1,4 +1,4 @@ libvanessa_adt is a library that provides Abstract Data Types (ADTs). It includes queues, dynamic arrays and key values. -WWW: http://www.vergenet.net/linux/vanessa/ +WWW: http://horms.net/projects/vanessa/ Modified: head/devel/libvanessa_adt/pkg-plist ============================================================================== --- head/devel/libvanessa_adt/pkg-plist Tue Dec 11 14:14:42 2012 (r308692) +++ head/devel/libvanessa_adt/pkg-plist Tue Dec 11 14:17:45 2012 (r308693) @@ -1,5 +1,5 @@ include/vanessa_adt.h -lib/libvanessa_adt.so.0 -lib/libvanessa_adt.so -lib/libvanessa_adt.la lib/libvanessa_adt.a +lib/libvanessa_adt.la +lib/libvanessa_adt.so +lib/libvanessa_adt.so.1