Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 15:40:39 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308700 - in head/devel/libshbuf: . files
Message-ID:  <201212111540.qBBFedsh028348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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