From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 15:40:40 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 1FADC976; Tue, 11 Dec 2012 15:40:40 +0000 (UTC) (envelope-from gahr@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 059838FC08; Tue, 11 Dec 2012 15:40:40 +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 qBBFednN028354; Tue, 11 Dec 2012 15:40:39 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBFedsh028348; Tue, 11 Dec 2012 15:40:39 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201212111540.qBBFedsh028348@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Dec 2012 15:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308700 - in head/devel/libshbuf: . 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 15:40:40 -0000 Author: gahr Date: Tue Dec 11 15:40:38 2012 New Revision: 308700 URL: http://svnweb.freebsd.org/changeset/ports/308700 Log: - Update to 0.0.3 - Trim Makefile header - Update WWW line in pkg-descr - Remove patch applied upstream Deleted: head/devel/libshbuf/files/patch-shbuf.c Modified: head/devel/libshbuf/Makefile (contents, props changed) head/devel/libshbuf/distinfo (contents, props changed) head/devel/libshbuf/pkg-descr (contents, props changed) head/devel/libshbuf/pkg-plist (contents, props changed) Modified: head/devel/libshbuf/Makefile ============================================================================== --- head/devel/libshbuf/Makefile Tue Dec 11 14:37:20 2012 (r308699) +++ head/devel/libshbuf/Makefile Tue Dec 11 15:40:38 2012 (r308700) @@ -1,25 +1,20 @@ -# ex:ts=8 -# Ports collection makefile for: libshbuf -# Date created: May 6, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libshbuf -PORTVERSION= 0.0.2 -PORTREVISION= 2 +PORTVERSION= 0.0.3 CATEGORIES= devel -MASTER_SITES= SF +MASTER_SITES= http://0pointer.de/lennart/projects/libshbuf/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for Shared Buffer IPC +LICENSE= GPLv2 + USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +USE_GNOME= gnomehack +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--disable-lynx .include Modified: head/devel/libshbuf/distinfo ============================================================================== --- head/devel/libshbuf/distinfo Tue Dec 11 14:37:20 2012 (r308699) +++ head/devel/libshbuf/distinfo Tue Dec 11 15:40:38 2012 (r308700) @@ -1,2 +1,2 @@ -SHA256 (libshbuf-0.0.2.tar.gz) = c8d5abf97d3fe1b300e2e69abfca9038804b9683df0a5d0dde543c4741df325a -SIZE (libshbuf-0.0.2.tar.gz) = 189637 +SHA256 (libshbuf-0.0.3.tar.gz) = f339a821737796a16eb1475d86a20748e6d184f368b3b9915770c32a5bcc73ea +SIZE (libshbuf-0.0.3.tar.gz) = 267612 Modified: head/devel/libshbuf/pkg-descr ============================================================================== --- head/devel/libshbuf/pkg-descr Tue Dec 11 14:37:20 2012 (r308699) +++ head/devel/libshbuf/pkg-descr Tue Dec 11 15:40:38 2012 (r308700) @@ -11,4 +11,4 @@ advantages: The implementation is based on SysV shared memory, semaphores and message queues. It makes use of POSIX pthreads. -WWW: http://libshbuf.sourceforge.net/ +WWW: http://0pointer.de/lennart/projects/libshbuf/ Modified: head/devel/libshbuf/pkg-plist ============================================================================== --- head/devel/libshbuf/pkg-plist Tue Dec 11 14:37:20 2012 (r308699) +++ head/devel/libshbuf/pkg-plist Tue Dec 11 15:40:38 2012 (r308700) @@ -1,5 +1,6 @@ include/libshbuf/shbuf.h include/libshbuf/shbuferr.h +libdata/pkgconfig/shbuf.pc lib/libshbuf.a lib/libshbuf.la lib/libshbuf.so