Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 11:32:53 GMT
From:      Carlo Strub <cs@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179485: [UPDATE] deskutils/wyrd
Message-ID:  <201306111132.r5BBWrpe026836@oldred.freebsd.org>
Resent-Message-ID: <201306111140.r5BBe0kT097724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179485
>Category:       ports
>Synopsis:       [UPDATE] deskutils/wyrd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 11 11:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Carlo Strub
>Release:        
>Organization:
>Environment:
>Description:
- Update to 1.4.6
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/deskutils/wyrd/Makefile wyrd/Makefile
--- /usr/ports/deskutils/wyrd/Makefile	2013-05-06 17:34:17.000000000 +0200
+++ wyrd/Makefile	2013-06-11 12:17:05.000000000 +0200
@@ -2,12 +2,12 @@
 # $FreeBSD: deskutils/wyrd/Makefile 317525 2013-05-06 15:34:17Z bapt $
 
 PORTNAME=	wyrd
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.6
 CATEGORIES=	deskutils
 MASTER_SITES=	http://pessimization.com/software/wyrd/
 
 MAINTAINER=	h.skuhra@gmail.com
-COMMENT=	A curses front end to remind
+COMMENT=	Curses front end to remind
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml
 RUN_DEPENDS=	${LOCALBASE}/bin/remind:${PORTSDIR}/deskutils/remind
diff -ruN /usr/ports/deskutils/wyrd/distinfo wyrd/distinfo
--- /usr/ports/deskutils/wyrd/distinfo	2012-07-14 15:54:48.000000000 +0200
+++ wyrd/distinfo	2013-06-11 12:17:05.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (wyrd-1.4.5.tar.gz) = c8844d85767b3b9cc9ce4f430e0ef83ba29d96c630f03c508eab5ab86204137b
-SIZE (wyrd-1.4.5.tar.gz) = 398294
+SHA256 (wyrd-1.4.6.tar.gz) = b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e
+SIZE (wyrd-1.4.6.tar.gz) = 425829
diff -ruN /usr/ports/deskutils/wyrd/files/patch-Makefile.in wyrd/files/patch-Makefile.in
--- /usr/ports/deskutils/wyrd/files/patch-Makefile.in	2012-07-14 15:54:48.000000000 +0200
+++ wyrd/files/patch-Makefile.in	1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
---- Makefile.in.bak	2010-12-04 11:30:55.000000000 +0100
-+++ Makefile.in	2010-12-04 11:31:19.000000000 +0100
-@@ -91,10 +91,10 @@
- 
- 
- $(CURSES_CMA):
--	make -C curses byte
-+	$(MAKE) -C curses byte
- 
- $(CURSES_CMXA):
--	make -C curses opt
-+	$(MAKE) -C curses opt
- 
- 
- # installation
diff -ruN /usr/ports/deskutils/wyrd/files/patch-curses-configure wyrd/files/patch-curses-configure
--- /usr/ports/deskutils/wyrd/files/patch-curses-configure	1970-01-01 01:00:00.000000000 +0100
+++ wyrd/files/patch-curses-configure	2013-06-11 12:17:05.000000000 +0200
@@ -0,0 +1,11 @@
+--- curses/configure.orig	2013-06-11 12:07:50.000000000 +0200
++++ curses/configure	2013-06-11 12:08:37.000000000 +0200
+@@ -3793,7 +3793,7 @@
+ done
+ 
+ 
+-CURSES_LIB_BASE=`expr "$CURSES_LIB" : '-l\(.*\)'`
++CURSES_LIB_BASE=$(expr \( "$CURSES_LIB" \) : \( '-l\(.*\)' \))
+ CPPFLAGS="$ORIG_CPPFLAGS"
+ LIBS="$ORIG_LIBS"
+ 
diff -ruN /usr/ports/deskutils/wyrd/files/patch-curses_configure wyrd/files/patch-curses_configure
--- /usr/ports/deskutils/wyrd/files/patch-curses_configure	2012-07-14 15:54:48.000000000 +0200
+++ wyrd/files/patch-curses_configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- curses/configure.bak	2010-12-04 11:37:34.000000000 +0100
-+++ curses/configure	2010-12-04 11:40:17.000000000 +0100
-@@ -3770,7 +3770,7 @@
- done
- 
- 
--CURSES_LIB_BASE=`expr "$CURSES_LIB" : '-l\(.*\)'`
-+CURSES_LIB_BASE=$(expr \( "$CURSES_LIB" \) : \( '-l\(.*\)' \))
- CPPFLAGS="$ORIG_CPPFLAGS"
- LIBS="$ORIG_LIBS"
- 
diff -ruN /usr/ports/deskutils/wyrd/pkg-descr wyrd/pkg-descr
--- /usr/ports/deskutils/wyrd/pkg-descr	2012-07-14 15:54:48.000000000 +0200
+++ wyrd/pkg-descr	2013-06-11 12:17:05.000000000 +0200
@@ -9,4 +9,4 @@
 instantaneous, and the wyrd process typically consumes less than 2MB of
 resident memory.
 
-WWW:	http://pessimization.com/software/wyrd/
+WWW: http://pessimization.com/software/wyrd/


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



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