ports/183132: devel/pstreams: update to 0.8.0
Guido Falsi
madpilot at FreeBSD.org
Sun Oct 20 22:10:01 UTC 2013
>Number: 183132
>Category: ports
>Synopsis: devel/pstreams: update to 0.8.0
>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: Sun Oct 20 22:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Guido Falsi
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD micro.madpilot.net 9.2-STABLE FreeBSD 9.2-STABLE #22 r255995: Wed Oct 2 22:15:55 CEST 2013 root at micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64
>Description:
- Update to 0.8.0
- Add LICENSE
- Convert to USES
- Convert to staging
This update is required by the update of converters/pdf2djvu to 0.7.17 I'll file shortly.
Maintainer is CCed.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 331062)
+++ Makefile (working copy)
@@ -2,14 +2,16 @@
# $FreeBSD$
PORTNAME= pstreams
-PORTVERSION= 0.6.0
+PORTVERSION= 0.8.0
CATEGORIES= devel
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release%200.6.x
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release%200.8.x
MAINTAINER= eg at fbsd.lt
COMMENT= C++ utility for simple IOStream-based IPC
-USE_GMAKE= yes
+LICENSE= LGPL3
+
+USES= gmake
MAKE_ENV+= INSTALL_PREFIX=${PREFIX}
NO_BUILD= yes
@@ -16,5 +18,4 @@
PLIST_FILES= include/pstreams/pstream.h
PLIST_DIRS= include/pstreams
-NO_STAGE= yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo (revision 331062)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (pstreams-0.6.0.tar.gz) = ef59bdf60ab96a66d5a085e951d4756b529090ef30edf81aa51f8dadd0fcab74
-SIZE (pstreams-0.6.0.tar.gz) = 48143
+SHA256 (pstreams-0.8.0.tar.gz) = 0dcffe1f07c23ecfc9281008ea8b0ee0324b0bf1b93be740e6a9a0ad628900e5
+SIZE (pstreams-0.8.0.tar.gz) = 57690
Index: files/patch-install-without-docs
===================================================================
--- files/patch-install-without-docs (revision 331062)
+++ files/patch-install-without-docs (working copy)
@@ -1,11 +1,11 @@
---- Makefile.orig Mon Jan 22 13:33:24 2007
-+++ Makefile Mon Jan 22 13:33:51 2007
-@@ -38,7 +38,7 @@
+--- Makefile.orig 2013-03-29 20:06:56.000000000 +0100
++++ Makefile 2013-10-18 13:32:23.570564959 +0200
+@@ -39,7 +39,7 @@
- VERS = 0.5.2
+ VERS := $(shell awk -F' ' '/^\#define *PSTREAMS_VERSION/{ print $$NF }' pstream.h)
-all: docs $(GENERATED_FILES)
+all: install
- test: test_pstreams test_minimum
- @./test_minimum >/dev/null 2>&1 || echo "TEST EXITED WITH STATUS $$?"
+ check: test_pstreams test_minimum | pstreams.wout
+ @for test in $^ ; do echo $$test ; ./$$test >/dev/null 2>&1 || echo "$$test EXITED WITH STATUS $$?" ; done
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list